News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

Justin Silverton\'s Blog: PHP Security Mistakes - Part 2

Thomas Larsson\'s Blog: Asynchronous file upload with AJAX progress bar in PHP

Lukas Smith\'s Blog: To serialize or to not serialize?

Dave Dash's Blog: Saving a file to a database using symfony and doctrine


Community Events











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


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

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