News Feed
Jobs Feed
Sections




News Archive
Kevin van Zonneveld's Blog:
Speedup your website with Cache_Lite
August 02, 2007 @ 09:31:00

Kevin van Zonneveld has a quick new tutorial he's written up covering the installation and use of the Cache_Lite software to increase performance on your site.

Every time a request hits your server, PHP has to do a lot of processing, all of your code has to be compiled & executed for every single visit. Even though the outcome of all this processing is often identical for both visitor 21600 and 21601. So why not save the flat HTML generated for visitor 21600, and serve that to 21601 as well? This will relieve resources of your web server and database server because less PHP often means less queries.

The Cache_Lite PEAR package makes it simple to cache both entire pages or just small parts. He shows the installation (through aptitude on Ubuntu) and how to use it in a simple code example that stores the cached copy to the local drive for a given amount of time.

0 comments voice your opinion now!
cachelite pear cache component page performance cachelite pear cache component page performance


blog comments powered by Disqus

Similar Posts

Eran Galperin's Blog: Profiling queries with Zend_Db and optimizing them by hand

Community News: Latest PEAR Releases for 08.07.2006

Stoyan Stefanov's Blog: Using PEAR and AWS to keep an eye on Amazon

Lukas Smith's Blog: Drupal using Symfony2 HttpFoundation is huge

Zend Developer Zone: Zend Framework Hidden Gems: Introduction


Community Events









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


opinion development api example framework composer podcast code interview tool release language functional zendframework2 event unittest object testing community introduction

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