fbpx

Memcached


by Danila Vershinin, October 2, 2014

Caching is the most essential piece of the performance puzzle. What is the fastest cache storage? Of course, it’s RAM. Why not use the RAM of all available servers and put it up as single distributed cache storage for your busy internet application. Meet Memcached – it’s there, it’s free and it will do the task.

Read More...

Nginx PageSpeed configuration


by Danila Vershinin, September 11, 2014

Learn how to configure Google PageSpeed module in Nginx server block. Provides sample configuration to store PageSpeed cache in a Memcached server. Storing PageSpeed cache in Memcached provides additional performance improvement.

Read More...