News Feed
Jobs Feed
Sections




News Archive
PHP-HTML.net:
Creating a Simple PHP Cache Script
March 03, 2010 @ 12:40:28

On the PHP-HTML.net site today there's a new tutorial about creating something that could give your site a pretty big performance boost - a simple method for caching your data.

Cache is a programming concept that can be used in a various range of applications and for various purposes. A cache library can be used for storing database queries for later use, to store rendered pages to be served again without generating them again, or to save indexed pages in a crawler application to be processed by multiple modules.

They include the code to create a very basic filesystem-based caching system for any kind of data you need. It sets expiration times and stores each bit of information in its own cache file to avoid overlap on read/write. This is a pretty simple example of data caching, but it gives you an idea of something that can help speed up your application. If you need something with a little more power, you might check out memcached.

0 comments voice your opinion now!
cache tutorial filesystem memcached


blog comments powered by Disqus

Similar Posts

DevShed: PHP, MySQL and the PEAR Database

Zend Developer Zone: PHP and IBM Goodness

DevShed: Factoring Content Boxes with the Factory Pattern in PHP 5

NETTUTS.com: Techniques for Mastering cURL

Zend Developer Zone: Reading and Writing MP3 and Photo Metadata with PECL


Community Events











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


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

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