Closed (fixed)
Project:
Entity cache
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2011 at 16:56 UTC
Updated:
17 Dec 2011 at 06:40 UTC
drush dis -y entitycache
ab -c5 -n1000
Concurrency Level: 5
Time taken for tests: 34.084 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 78838000 bytes
HTML transferred: 78438000 bytes
Requests per second: 29.34 [#/sec] (mean)
Time per request: 170.418 [ms] (mean)
Time per request: 34.084 [ms] (mean, across all concurrent requests)
Transfer rate: 2258.86 [Kbytes/sec] received
drush en -y entitycache
ab -c5 -n1000
Concurrency Level: 5
Time taken for tests: 33.664 seconds
Complete requests: 1000
Failed requests: 0
Write errors: 0
Total transferred: 78798000 bytes
HTML transferred: 78398000 bytes
Requests per second: 29.71 [#/sec] (mean)
Time per request: 168.318 [ms] (mean)
Time per request: 33.664 [ms] (mean, across all concurrent requests)
Transfer rate: 2285.89 [Kbytes/sec] received
This module fills cache_entity_node and other tables with a data
but how can I test speed-up-down with it?
Comments
Comment #1
andypostIt seems you have page cache enabled, so no nodes are loaded
Comment #2
andb commentedA post about testing speed of this module can be found at http://www.lullabot.com/articles/module-monday-entity-cache.
Comment #3
catchMarking fixed. I would recommend profiling with xhprof over benchmarks with ab since you can both see the actual effect of changes, and the results are more reliable. See http://drupal.org/project/xhprof