Edgewall Software

Changes between Version 15 and Version 16 of TracDev/Performance


Ignore:
Timestamp:
Jun 16, 2013, 12:06:55 PM (11 years ago)
Author:
Christian Boos
Comment:

note about improvements opportunities now that we support chunked-encoding for tracd (#717)

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Performance

    v15 v16  
    7676
    7777== Improvement Opportunities ==
     78
     79=== web front-end
     80
     81r8215 introduced HTTP1.1 support for tracd, but at the cost of making the `Content-Length` header mandatory. We should have added chunked-encoding support at the same time. Now that we have it (via #717), we could revert to streaming some of the responses (see ticket:717#comment:48).
     82
    7883=== Genshi ===
    7984The impact of Genshi is especially important for requests generating a big amount of data, like the changeset view or the file browser view, especially when compared to ClearSilver.