Changes between Initial Version and Version 1 of LoadTimes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

    v1 v1  
     1This page is to document the time the site takes to load. 
     2 
     3==2011-07-05== 
     4 
     5This is before Varnish has been deployed and also test can only be done using http as https requests get a 302 redirect back to http. 
     6 
     7===apache bench== 
     8 
     9Requests were done from another machine in the same rack, 100 requests for the front page, 10 at a time, using http, the first request took about 4 seconds and almost all the rest were less that 0.1 second: 
     10 
     11{{{ 
     12ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ 
     13 
     14LOG: Response code = 200 
     15LOG: header received: 
     16HTTP/1.1 200 OK 
     17Date: Tue, 05 Jul 2011 12:02:58 GMT 
     18Server: Apache 
     19X-Drupal-Cache: HIT 
     20Etag: "1309867375-0" 
     21Cache-Control: public, max-age=0 
     22Last-Modified: Tue, 05 Jul 2011 12:02:55 +0000 
     23Expires: Sun, 11 Mar 1984 12:00:00 GMT 
     24Vary: Cookie,Accept-Encoding 
     25Content-Encoding: gzip 
     26Content-Length: 7727 
     27Connection: close 
     28Content-Type: text/html; charset=utf-8 
     29 
     30Time taken for tests:   5.131 seconds 
     31Complete requests:      200 
     32 
     33Percentage of the requests served within a certain time (ms) 
     34  50%     57 
     35  66%     66 
     36  75%     74 
     37  80%     77 
     38  90%    100 
     39  95%   4014 
     40  98%   4019 
     41  99%   4039 
     42 100%   4050 (longest request) 
     43}}}