Changes between Version 12 and Version 13 of LoadTimes


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

    v12 v13  
    44This page is to document the time the site takes to load. 
    55 
     6== 2011-07-13 == 
     7 
     8The varnish settings for the dev server and the live server are exactly the same. However the dev server is serving pages via varnish: 
     9 
     10{{{ 
     11lynx -head -dump http://dev.transitionnetwork.org/ 
     12X-Varnish-Cache: HIT 
     13}}} 
     14 
     15And the live server is not: 
     16 
     17}}} 
     18lynx -head -dump http://www.transitionnetwork.org/ 
     19X-Drupal-Cache: HIT 
     20X-Varnish-Cache: MISS 
     21}}} 
     22 
     23Note the '''X-Varnish-Cache: HIT''' header from the dev server and the '''X-Drupal-Cache: HIT''' from the live server. 
     24 
     25=== live server === 
     26 
     27==== apache bench ==== 
     28 
     29{{{ 
     30ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ 
     31 
     32Time taken for tests:   3.417 seconds 
     33Requests per second:    58.53 [#/sec] (mean) 
     34Time per request:       170.863 [ms] (mean) 
     35Percentage of the requests served within a certain time (ms) 
     36  50%    135 
     37  66%    179 
     38  75%    214 
     39  80%    247 
     40  90%    325 
     41  95%    407 
     42  98%    638 
     43  99%    705 
     44 100%    795 (longest request) 
     45}}} 
     46 
     47==== curl ==== 
     48 
     49{{{ 
     50curl -o /dev/null https://www.transitionnetwork.org/ 
     51  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current 
     52                                 Dload  Upload   Total   Spent    Left  Speed 
     53100 30668    0 30668    0     0   449k      0 --:--:-- --:--:-- --:--:-- 14.6M 
     54}}} 
     55 
    656== 2011-07-08 == 
    757 
     
    1666==== curl ==== 
    1767 
    18 Varied between 1 and 7 seconfd, for example: 
     68Varied between 1 and 7 seconds, for example: 
    1969 
    2070{{{