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

Sematopia.com: How to - Backup MySQL database & email results using PHP

Sebastian Bergmann's Blog: So Long, and Thanks for all the PEARs

Richard Davey\'s Blog: Creating 3D with PHP

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

Chuck Burgess' Blog: Configuring Builds for PEAR Packages in phpUnderControl


Community Events











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


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

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