News Feed
Jobs Feed
Sections




News Archive
Justin Silverton's Blog:
How to Cache Smarty Templates (as per the manual)
April 03, 2006 @ 21:28:30

In the latest of his series of "Quickie Tutorials" today, Justin Silverton has this new post about the caching of Smarty templates in your application (as taken from the Smarty manual)

Since templates are dynamic, it is important to be careful what you are caching and for how long. For instance, if you are displaying the front page of your website that does not change its content very often, it might work well to cache this page for an hour or more. On the other hand, if you are displaying a page with a weather map containing new information by the minute, it would not make sense to cache this page.

It goes through the usual steps - what configuration options you'd need to change, an example of the code, and some tips on how to get the best performance out of your caching.

1 comment voice your opinion now!
smarty manual caching template configure example tips smarty manual caching template configure example tips


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: Creating PHP Websites with WebMatrix

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

PHP.net: Manual restructure and license change

Matthew Weir O'Phinney's Blog: Cgiapp2 Tutorial 2 - Pluggable Applications

Oracle Technology Network: Scaling a PHP MySQL Web Application, Part 1


Community Events











Don't see your event here?
Let us know!


release interview framework code series development functional testing zendframework2 example object application community database podcast unittest language opinion introduction phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework