June 20, 2013

Post: Cache Performance Comparison

…: Cache Type Cache Gets/sec Array Cache 365000 APC Cache 98000 File Cache 27000 Memcached Cache (TCP/IP) 12200 MySQL Query Cache… of the servers APC Cache may be the most efficient way for you to cache the data. Use Memcached for large scale… work, ie query cache enabled, memcached running, apc enabled for cli mode etc. Main PHP File: global.php file with benchmark function: Enjoy :)

Comment: Caching could be the last thing you want to do

… I found some benefit, but not significant, using memcached. There were huge gains to be made … caching to be effective. Install and enable APC for very easy and large performance boosts. 2… also present some benefits if someone is experimenting / benchmarking. Most of the database stuff that seemed …

Comment: Cache Performance Comparison

I was considering memcache and APC/EA/XCache for a single server and believe that network cache should be slower, but how much. I’m glad to found this benchmark.