Edgewall Software

Changes between Version 1 and Version 12 of Ticket #10635


Ignore:
Timestamp:
Jun 5, 2015, 8:37:29 AM (9 years ago)
Author:
Jun Omae
Comment:

Enabling [trac] use_chunked_encoding option reduces time to first byte. The option is introduced in milestone:1.0.6.

use_chunked_encoding Time to first byte Total time
disabled (default) 3,910 ms 3,937 ms
enabled 1,190 ms 3,990 ms

*) Timing of query page for 1,000 active tickets

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10635

    • Property Cc osimons mmitar@… added
    • Property Milestone unschedulednext-major-releases
  • Ticket #10635 – Description

    v1 v12  
    55
    66here's an example:
    7 
     7{{{
    88time wget 'http://trac.edgewall.org/query?max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority'
    99--2012-03-21 00:37:14--  http://trac.edgewall.org/query?max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority
     
    1111Connecting to trac.edgewall.org|176.9.102.26|:80... connected.
    1212HTTP request sent, awaiting response... 200 Ok
    13 **Length: 1762922 (1.7M) [text/html]**
     13Length: 1762922 (1.7M) [text/html]
    1414Saving to: “query?max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority”
    1515
    16162012-03-21 00:37:24 (1.05 MB/s) - “query?max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority” saved [1762922/1762922]
    1717
    18 **real  0m9.574s**
     18real    0m9.574s
    1919user    0m0.008s
    2020sys     0m0.068s
     21}}}
    2122
     23{{{
    2224time wget 'http://trac.edgewall.org/query?format=csv&max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority'
    2325--2012-03-21 00:38:54--  http://trac.edgewall.org/query?format=csv&max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority
     
    2527Connecting to trac.edgewall.org|176.9.102.26|:80... connected.
    2628HTTP request sent, awaiting response... 200 Ok
    27 **Length: 164781 (161K) [text/csv]**
     29Length: 164781 (161K) [text/csv]
    2830Saving to: “query?format=csv&max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority.1”
    2931
    30322012-03-21 00:38:55 (671 KB/s) - “query?format=csv&max=1000&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=component&col=version&col=severity&col=resolution&col=time&col=reporter&col=keywords&col=cc&order=priority.1” saved [164781/164781]
    3133
    32 **real  0m0.691s**
     34real    0m0.691s
    3335user    0m0.000s
    3436sys     0m0.012s
     37}}}