News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

New Earth Online:
Caching PHP pages
0 comments :: posted Monday April 21, 2008 @ 09:31:40
voice your opinion now!

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.

tagged with: cache page apc pear cachelite tutorial install



zend code PEAR security releases book pecl cakephp PHP5 job zendframework ajax database application developer package conference release framework mysql

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