News Feed
Jobs Feed
Sections




News Archive
New Earth Online:
Caching PHP pages
April 21, 2008 @ 09:31:40

The New Earth Online has a quick look at one easy method for speeding up your site in a few different ways - caching pages and information with things like Cache_Lite and APC.

As your site traffic grows it takes longer and longer to generate a dynamic page from sending multiple queries to a database. One possible solution to limit queries is to cache the result of each query that is needed, or to have a complete full page cache for your site.

They look at the two ways I mentioned - the Cache_Lite PEAR package and the APC extension (that will soon be included by default in the stable PHP releases). Bits of code are provided for each showing how to get them set up and get them working inside of your application.

0 comments voice your opinion now!
cache page apc pear cachelite tutorial install


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: How to Use the Storage Emulator with the Windows Azure SDK for PHP

Gonzalo Ayuso's Blog: Speed up page page load combining javascript files with PHP

SymbianOne.com: Your S60 Web server gets a boost

Developer Tutorials: Installing PHP on Windows

Rob Allen's Blog: Determining if a ZF view helper exists


Community Events











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


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

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