Visa ett inlägg
Oläst 2009-04-16, 08:20 #7
najks avatar
najk najk är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: Oct 2005
Inlägg: 1 224
najk najk är inte uppkopplad
Har WN som tidsfördriv
najks avatar
 
Reg.datum: Oct 2005
Inlägg: 1 224
Om det är sidan i din signatur är det något fel i index.php scriptet, databasanropet eller inkludering av någon sida..
Det är stor skillnad på att ladda en statisk fil, tex din css och en dynamisk fil (index.php)

Först en statisk fil ibox.css:
Citat:
$ ab -n100 -c4 http://www.ericalook.se/_inc/ibox.css
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking www.ericalook.se (be patient).....done


Server Software: Apache/2
Server Hostname: www.ericalook.se
Server Port: 80

Document Path: /_inc/ibox.css
Document Length: 650 bytes

Concurrency Level: 4
Time taken for tests: 1.706 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 92400 bytes
HTML transferred: 65000 bytes
Requests per second: 58.61 [#/sec] (mean)
Time per request: 68.246 [ms] (mean)
Time per request: 17.061 [ms] (mean, across all concurrent requests)
Transfer rate: 52.89 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 27 31 3.6 29 47
Processing: 28 37 11.7 32 88
Waiting: 28 37 11.7 32 88
Total: 57 67 13.1 64 125

Percentage of the requests served within a certain time (ms)
50% 64
66% 66
75% 69
80% 71
90% 86
95% 101
98% 118
99% 125
100% 125 (longest request)
Och sen index.php:
Citat:
$ ab -n100 -c4 http://www.EricaLook.se/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking www.EricaLook.se (be patient).....done


Server Software: Apache/2
Server Hostname: www.EricaLook.se
Server Port: 80

Document Path: /
Document Length: 32591 bytes

Concurrency Level: 4
Time taken for tests: 246.548 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Total transferred: 3296900 bytes
HTML transferred: 3259100 bytes
Requests per second: 0.41 [#/sec] (mean)
Time per request: 9861.900 [ms] (mean)
Time per request: 2465.475 [ms] (mean, across all concurrent requests)
Transfer rate: 13.06 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 26 29 9.4 28 110
Processing: 6824 9788 1551.7 9693 13302
Waiting: 708 1424 499.9 1342 3109
Total: 6851 9817 1552.2 9719 13331

Percentage of the requests served within a certain time (ms)
50% 9719
66% 10547
75% 11103
80% 11314
90% 11971
95% 12636
98% 12963
99% 13331
100% 13331 (longest request)
Du får helt enkelt titta vidare på scriptet så det inte includerar något som tar oerhörd tid att få fram, eller om det är databasanslutningen/frågorna som tar tid.
najk är inte uppkopplad   Svara med citatSvara med citat