News Feed
Jobs Feed
Sections




News Archive
Unravel the Music Blog:
Partial-page caching with Memcached and PHP in 3 easy steps
May 18, 2009 @ 12:29:06

On the Unravel the Music blog there's a recent post about using memcached to held reduce the load on your PHP applications by caching certain parts of your pages.

Many framework and standalone PHP developers are given options to do full-page caching but partial page caching is rarely an option. Many times a sidebar or a footer that is loaded with dynamic content can be cached for 5, 10, or even 30 minutes without needing to read from the database again. This can drastically reduce the load on the server as query results for certain portions of your page are stored temporarily. [...] Memcached can store queries that have been processed and the bits of HTML that go with their presentation. Read on for a detailed example.

Once the memcache functionality is installed, its a snap to get right into caching your content. The two examples - pushing data in and pulling it back out - show how to cache a bit of HTML content to be used later.

0 comments voice your opinion now!
query mysql page partial memcache cache


blog comments powered by Disqus

Similar Posts

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

DevShed: Generating Outputs from MySQL with Static Members and Methods in PHP 5

C7Y: Optimizing with APC

DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)

Community News: rPath Updates PHP, PHP-MySQL and PHP-PGSQL Packages


Community Events











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


testing interview functional phpunit conference release database usergroup development unittest podcast symfony2 rest series community zendframework2 language introduction opinion framework

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