News Feed
Jobs Feed
Sections




News Archive
Cesarodas.com:
gCache Helping PHP to work faster
June 28, 2007 @ 11:26:00

On Cesarodas.com, Saddor as created a simple class to help with caching information in a PHP application - specifically when it comes to capturing output (like HTML generated for the page).

Usually we need to find a way to help php to reduce the number of query to a database, because as a friend told me: "Most of time php is awaiting for a database to response". And that is wasted resource (time, processor, main memory). The developer need to find a way to store some pages until it changes or something like that. There are many cache classes over there, but exist many problems, I will focus on two problems. Implementation and concurrence.

His gCache class uses capture/endcapture methods to define where the content starts and ends and, once the information is stored, checks with a valid method and echoes the content if it's been cached. An example of the class in action is also included.

2 comments voice your opinion now!
cache output capture class cache output capture class


blog comments powered by Disqus

Similar Posts

Christian Stocker's Blog: php xslcache extension by the New York Times

DevShed: Build a Query Processor Class for Networking in PHP 5 (Part 1)

PHPBuilder.com: Reading RSS feeds in PHP: Part 2

php|architect: Last day for our iPod Training Promo

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5


Community Events











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


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

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