Changes between Version 21 and Version 22 of LoadTimes


Ignore:
Timestamp:
05/29/13 00:10:29 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

    v21 v22  
    33 
    44This page is to document the time the site takes to load. 
     5 
     6== 2013-05-29 == 
     7 
     8The slowness documented yesterday, LoadTimes#a2013-05-28 was due to redis being unavailable due to the password missing from the {{{/data/conf/global.inc}}} file, this was fixed on ticket:554#comment:5, following the fix the speed of the site is back to normal: 
     9 
     10{{{ 
     11ab -v 4 -n 200 -c 10 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/ 
     12 
     13LOG: Response code = 200 
     14Completed 200 requests 
     15Finished 200 requests 
     16 
     17 
     18Server Software:        nginx 
     19Server Hostname:        www.transitionnetwork.org 
     20Server Port:            80 
     21 
     22Document Path:          / 
     23Document Length:        10049 bytes 
     24 
     25Concurrency Level:      10 
     26Time taken for tests:   0.197 seconds 
     27Complete requests:      200 
     28Failed requests:        128 
     29   (Connect: 0, Receive: 0, Length: 128, Exceptions: 0) 
     30Write errors:           0 
     31Total transferred:      2143788 bytes 
     32HTML transferred:       2007624 bytes 
     33Requests per second:    1016.38 [#/sec] (mean) 
     34Time per request:       9.839 [ms] (mean) 
     35Time per request:       0.984 [ms] (mean, across all concurrent requests) 
     36Transfer rate:          10639.16 [Kbytes/sec] received 
     37 
     38Connection Times (ms) 
     39              min  mean[+/-sd] median   max 
     40Connect:        0    0   0.2      0       1 
     41Processing:     2    9   7.4      7      79 
     42Waiting:        2    8   7.4      6      78 
     43Total:          2    9   7.4      7      80 
     44 
     45Percentage of the requests served within a certain time (ms) 
     46  50%      7 
     47  66%      9 
     48  75%     11 
     49  80%     12 
     50  90%     17 
     51  95%     22 
     52  98%     26 
     53  99%     28 
     54 100%     80 (longest request) 
     55}}} 
    556 
    657== 2013-05-28 ==