Business, Tech, Life, and Whatever else

68 Classifieds and Smarty Caching

by Eric Barnes on June 2, 2009

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.

  1. CHMOD the “/cache/” directory to 777.
  2. open the file “/includes/classes/kernel/Template.php” and change $this->caching from false to true.
  3. 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.

You May Also Be Interested In...

CodeIgniter – Change Views Location
July 6, 2009

CodeIgniter Custom Settings File
July 9, 2009

Classifieds Twitter Feeder
March 14, 2009

68 Classifieds Beta V4.1
November 4, 2008

Subscribe Now

If you enjoyed this post, you will definitely enjoy my others. Subscribe to the feed to get instantly updated for those awesome posts soon to come.


blog comments powered by Disqus