Using Cache in Joomla Extensions

Previous Article was devoted to the general principle of caching mechanism in Joomla and the choice of optimal lifetime cache. In this article, intended for developers, I want to talk about how to use the built-in caching mechanism in your Joomla extensions. Overview To implement caching, developers are using Joomla a free library Cache_Lite. As a manager of the cache class act...Read More

Optimal cache lifetime

Caching data allows us to speed up the loading site and reduce the load on the database server. The global setting Joomla to manage the cache contains 3 parameters: the inclusion of the caching mechanism, the directory to store cache files and cache lifetime. This article describes the general principle of caching mechanism, and shows fragments of one of the themes of our forum devoted to...Read More