But now, when I have the plugin Total Cache installed and save the cache to disk.
I have better results.
Server Software: Apache
Server Hostname: www.zukunftszone.de
Server Port: 80
Document Path: /
Document Length: 55177 bytes
Concurrency Level: 2
Time taken for tests: 1.28341 seconds
Complete requests: 10
Failed requests: 1
(Connect: 0, Length: 1, Exceptions: 0)
Write errors: 0
Total transferred: 556269 bytes
HTML transferred: 551787 bytes
Requests per second: 9.72 [#/sec] (mean)
Time per request: 205.668 [ms] (mean)
Time per request: 102.834 [ms] (mean, across all concurrent requests)
Transfer rate: 528.03 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 1 198 416.5 1 1028
Waiting: 1 189 396.9 1 975
Total: 1 198 416.5 1 1028
Percentage of the requests served within a certain time (ms)
50% 1
66% 1
75% 2
80% 948
90% 1028
95% 1028
98% 1028
99% 1028
100% 1028 (longest request)
Now my questions:
I have memcached installed and it gives out this result with everycache run through memcache:
Server Software: Apache
Server Hostname: www.zukunftszone.de
Server Port: 80
Document Path: /
Document Length: 55316 bytes
Concurrency Level: 2
Time taken for tests: 1.943700 seconds
Complete requests: 10
Failed requests: 9
(Connect: 0, Length: 9, Exceptions: 0)
Write errors: 0
Total transferred: 555391 bytes
HTML transferred: 551189 bytes
Requests per second: 5.14 [#/sec] (mean)
Time per request: 388.740 [ms] (mean)
Time per request: 194.370 [ms] (mean, across all concurrent requests)
Transfer rate: 278.85 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.0 0 0
Processing: 19 387 773.7 20 1856
Waiting: 18 378 756.2 19 1813
Total: 19 387 773.7 20 1856
Percentage of the requests served within a certain time (ms)
50% 20
66% 21
75% 26
80% 1855
90% 1856
95% 1856
98% 1856
99% 1856
100% 1856 (longest request)
Might it be, that my memcache is not correctly configured?
Or isnt it mandatory, that the memcached cache will be better then to disc?
My memcache config output by server info:
memcache
memcache support enabled
Active persistent connections 0
Revision $Revision: 1.80 $
Directive Local Value Master Value
memcache.allow_failover 1 1
memcache.chunk_size 8192 8192
memcache.default_port 11211 11211
memcache.max_failover_attempts 20 20
I have the feeling I did anything wrong, while I didnt configure memcache.