What are the benefits of using the module in practice?
How much bandwith/time we save on average?
Is there any benchmark test or article that explains further and benchmarks with and without?
Are there also any disadvantages?
Thanks
What are the benefits of using the module in practice?
How much bandwith/time we save on average?
Is there any benchmark test or article that explains further and benchmarks with and without?
Are there also any disadvantages?
Thanks
Comments
Comment #1
anavarreOn the project page, you have several answers to your questions already:
Performance
Disadvantages
Comment #2
mgiffordI did some pretty primitive testing with http://simplytest.me but found that with just Core & no actual content that Drupal's defaults did slightly better than agrcache's results using http://loads.in
Now this is by no means a scientific process and they were always within 0.3 seconds in my testing, but still some comparable numbers would be useful or suggestions for sound testing methodology for testing/evaluation.
In principal I do agree that your approach, but looking for clarity.
Comment #3
damienmckennaIt also removes the variable_set() usage to track drupal_js_cache_files and drupal_css_cache_files, which can be a problem on some sites.