News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Webdigity.com:
Caching your pages with PHP
July 16, 2007 @ 18:55:00

On the Webdigity.com forums, there's this new tutorial posted showing how to create a simple caching system with PHP for your site (using cached files).

A problem that this process creates is the server overhead. Every time we execute a query in the database, the instance of our script will call the DBMS, and then the DBMS will send the results of the query. This is time consuming, and especially for sites with heavy traffic is a real big problem.

There are two ways to solve this if you want to make your site faster. First is optimizing the queries Visit through proxy, but we will not talk about this at the present article. The second and most valuable is using some kind of custom caching technique.

Their code, contained in an easy-to-use class, makes it simple to cache the contents of a page just by setting the stop to start the caching from (and where to end).

1 comment voice your opinion now!
caching page class file custom temporary caching page class file custom temporary




Similar Posts

DevShed: Processing File Data with Template Classes in PHP 5

Andrei Zmievski's Blog: All the Little Pieces, or TextIterator in PHP 6

Jim Plush\'s Blog: Holy Shit Batman - Sites popping up to decode Zend encoded files!

DevShed: Using Abstract Factory Classes in PHP 5 to Work with Online Forms

Chris Hartjes' Blog: Namespaces in PHP? Why *wouldn't* you want them?


Community Events







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


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

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