News Feed
Jobs Feed
Sections




News Archive
Mike Wallner's Blog:
Dropping server load with HTTP caching
January 27, 2012 @ 09:43:04

Mike Wallner has shared a quick and easy HTTP caching technique in a new post to his blog today. The key is in using the PEAR HTTP_Header package.

Ever watched youself browsing e.g. a web forum? Noticed that you viewed the same page several times? Well, this means extraordinary and useless load for your server if there's no caching mechanism implemented in the web application. Even if there is some file or db cache you can still improve performance with implementing some http cache.

With a few simple lines of code using HTTP_Header, you can tell your scripts how long to set the "expires" header to on your requests. This increment (in seconds) is relayed to the browser to tell it when to next fetch the page and not reload from cache.

0 comments voice your opinion now!
http cache pear package httpheader tutorial


blog comments powered by Disqus

Similar Posts

KillerSoft.com: Savant Gets Pearified

Chris Hartjes' Blog: Using CakePHP's Native Web Service Support

Dave Dash's Blog: Finding things using Zend Search Lucene in symfony

Community News: Latest PEAR Releases for 08.07.2006

Brandon Savage: Compiling PHP 5.5 From Scratch


Community Events











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


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

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