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

Matt Curry's Blog: Adding Custom Panels to the CakePHP Status Plugin

Matthew Turland's Blog: Scaling Zend_Form

DevShed: File Security and Resources with PHP

NetTuts.com: HTTP: The Protocol Every Web Developer Must Know - Part 2

Nick Halstead's Blog: Google Gears Caching of WordPress in PHP


Community Events











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


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

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