One of the new features included in 68 Classifieds v4.1.x is the ability to use Smarty caching. This is a hidden feature and not included in the documentation for several reasons. The main reason is because it is considered experimental and hasn’t been fully tested. With that being said I wanted to outline how you can set up caching.
- CHMOD the “/cache/” directory to 777.
- open the file “/includes/classes/kernel/Template.php” and change $this->caching from false to true.
- Now browse around and then view your cache folder and you should start to see cache files in it.
Now this should cache all the important frontend files. But it will not cache any of the member pages, search results, and checkout.
Please note that this will only work with v4.1 and higher.
