Changes between Version 7 and Version 8 of LoadTimes


Ignore:
Timestamp:
07/05/11 13:53:25 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

    v7 v8  
    7070 * Images:    71 (401.2KB) 
    7171 
     72=== Dev Server === 
     73 
     74Running Varnish on port 80 and apache on 443. 
     75 
     76==== apache bench ==== 
     77 
     78This is with the first hit being passed to apache: 
     79 
     80{{{ 
     81ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://dev.transitionnetwork.org/ 
     82 
     83LOG: Response code = 200 
     84LOG: header received: 
     85HTTP/1.1 200 OK 
     86Server: Apache 
     87Cache-Control: public, max-age=3600 
     88Last-Modified: Tue, 05 Jul 2011 12:51:05 +0000 
     89Expires: Sun, 11 Mar 1984 12:00:00 GMT 
     90Vary: Cookie,Accept-Encoding 
     91ETag: "1309870265" 
     92Content-Encoding: gzip 
     93Content-Type: text/html; charset=utf-8 
     94Content-Length: 7353 
     95Date: Tue, 05 Jul 2011 12:51:07 GMT 
     96X-Varnish: 1553439536 1553439337 
     97Age: 0 
     98Via: 1.1 varnish 
     99Connection: close 
     100X-Varnish-Cache: HIT 
     101 
     102Time taken for tests:   1.616 seconds 
     103Complete requests:      200 
     104 
     105Percentage of the requests served within a certain time (ms) 
     106  50%      3 
     107  66%      3 
     108  75%      3 
     109  80%      3 
     110  90%      4 
     111  95%      4 
     112  98%      5 
     113  99%   1412 
     114 100%   1412 (longest request) 
     115}}} 
     116 
     117This is for subsequent requests which don't hit apache: 
     118 
     119{{{ 
     120Time taken for tests:   0.149 seconds 
     121Complete requests:      200 
     122 
     123Percentage of the requests served within a certain time (ms) 
     124  50%      7 
     125  66%      7 
     126  75%      8 
     127  80%      8 
     128  90%      9 
     129  95%      9 
     130  98%     10 
     131  99%     11 
     132 100%     12 (longest request) 
     133}}} 
     134  
     135