Memcached Tutorial and It’s FAQ

What is memcache, how it is different from other caching tool. In this memcached tutorial i’ll try to cover frequently asked memcache questions.

What is memcached ?

MemcacheMemcached is a free , open source very popular in-memory caching system. It is one of the best caching tool for speeding up dynamic web applications by allevating database load. It stores the data in RAM so that it can served the data quickly.

How to Leverage Browser Caching in WordPress

How to leverage browser caching in WordPress. In this tutorial, we’ll discuss how to speed up WordPress blog and site by leveraging browser caching via htaccess & plugin.

How to Leverage Browser Caching in WordPress

How to Leverage Browser Caching in WordPress

Caching is one of the best ways to improve the overall performance of a website and blog. Caching static contents (such as Js, CSS, Images etc.) helps to improve the loading time of a webpage. In this article, I’ll discuss different ways to leverage browser caching in WordPress.