Install a Query Caching Component to Free Up Server Resources |
|
Query caching will store the query results from your database in memory for quick retrieval. It won't always produce a noticeable difference in page load times, but it will free up your server resources by using far less processing power and minimizing bandwidth between your web server and MYSQL database server (for remote database servers). This means your Joomla website will be able to handle many, many more users without slowing down. Luckily for Joomla users, there is a query caching component to make things easy.
Ircmaxell has created a query caching component for Joomla 1.0 and Joomla 1.5 called QueryCache. It caches your server's MYSQL queries for both guests and logged in users and is a great alternative to buying more expensive servers. After installing QueryCache you'll need to set it up because it isn't enabled by default. Set Selected Backend to Memcached if possible. Set Database Connector to the type of database your website uses. Set Time to Live to the number of seconds you want queries cached. Leave Memcached Server to 127.0.0.1 unless you have a different server to use. Leave Save Path alone unless you want to move the cache location somewhere else. |


Subscribe to the RSS Feeds















