Changes between Version 17 and Version 18 of LoadTimes


Ignore:
Timestamp:
05/28/13 19:08:51 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadTimes

    v17 v18  
    33 
    44This page is to document the time the site takes to load. 
     5 
     6== 2013-05-28 == 
     7 
     8The front page index.php now takes around 5 seconds to generate, for example, this was a test done from ParrotServer: 
     9 
     10{{{ 
     11ab -n 1 -v 4 -H "Accept-Encoding: gzip" http://www.transitionnetwork.org/  
     12 
     13This is ApacheBench, Version 2.3 <$Revision: 655654 $> 
     14Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/ 
     15Licensed to The Apache Software Foundation, http://www.apache.org/ 
     16 
     17Benchmarking www.transitionnetwork.org (be patient)...INFO: POST header ==  
     18--- 
     19GET / HTTP/1.0 
     20Accept-Encoding: gzip 
     21Host: www.transitionnetwork.org 
     22User-Agent: ApacheBench/2.3 
     23Accept: */* 
     24 
     25 
     26--- 
     27LOG: header received: 
     28HTTP/1.1 200 OK 
     29Server: nginx 
     30Date: Tue, 28 May 2013 18:08:04 GMT 
     31Content-Type: text/html; charset=utf-8 
     32Connection: close 
     33Vary: Accept-Encoding 
     34X-Backend: C 
     35X-Allow-Redis: YES 
     36X-Purge-Level: 6 
     37X-Cookie-Domain: .transitionnetwork.org 
     38X-Redis-Prefix: www.transitionnetwork.org_ 
     39X-Accel-Expires:  
     40Cache-Control: public, max-age=0 
     41Last-Modified: Tue, 28 May 2013 18:07:58 +0000 
     42Expires: Sun, 11 Mar 1984 12:00:00 GMT 
     43Vary: Cookie 
     44X-Engine: Octopus 1.0 ET 
     45X-Device: normal 
     46X-Speed-Cache: EXPIRED 
     47X-Speed-Cache-Key: / 
     48X-NoCache: Cache 
     49X-GeoIP-Country-Code: GB 
     50X-GeoIP-Country-Name: United Kingdom 
     51X-Server-Name: www.transitionnetwork.org 
     52Content-Encoding: gzip 
     53 
     54 
     55LOG: Response code = 200 
     56..done 
     57 
     58 
     59Server Software:        nginx 
     60Server Hostname:        www.transitionnetwork.org 
     61Server Port:            80 
     62 
     63Document Path:          / 
     64Document Length:        10052 bytes 
     65 
     66Concurrency Level:      1 
     67Time taken for tests:   5.696 seconds 
     68Complete requests:      1 
     69Failed requests:        0 
     70Write errors:           0 
     71Total transferred:      10735 bytes 
     72HTML transferred:       10052 bytes 
     73Requests per second:    0.18 [#/sec] (mean) 
     74Time per request:       5695.665 [ms] (mean) 
     75Time per request:       5695.665 [ms] (mean, across all concurrent requests) 
     76Transfer rate:          1.84 [Kbytes/sec] received 
     77 
     78Connection Times (ms) 
     79              min  mean[+/-sd] median   max 
     80Connect:        0    0   0.0      0       0 
     81Processing:  5695 5695   0.0   5695    5695 
     82Waiting:     5695 5695   0.0   5695    5695 
     83Total:       5696 5696   0.0   5696    5696 
     84}}} 
    585 
    686== 2013-01-31 ==