News Feed
Jobs Feed
Sections




News Archive
Web Development Blog:
Why should you cache your PHP website?
February 15, 2011 @ 09:09:58

On the Web Development Blog Olaf helps to answer the question "why should you cache your PHP website?" with a few helpful tips, bits of code and pointers to other tools.

Most web servers are able to handle "normal" traffic and there are plenty of websites which doesn't have so much traffic. So maybe you ask yourself: Why should you cache your PHP powered website? The apache web server is able to serve many, many files at the same time, but all these files need to be static. A PHP script is parsed by the web server and next the generated HTML data is send to the client (web browser). While this happens the server need to use much more memory than by sending a file to a web client. Imagine what happens if you run/parse a page which is build with WordPress...

He points out the WordPress Super Cache plugin and mentions that there's lots of other tools out there in the form of plugins or things like eAccelerator. He even includes a simple custom caching script that grabs the contents of a remote file and caches it locally for twenty-four hours.

3 comments voice your opinion now!
caching recommendation tool supercache eaccelerator custom


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Commoditizing PHP security (Chorizo! Launched)

W3Avenue.com: Really Useful Tools For PHP Developers

O'Reilly: Using Google Code Search to Find Security Bugs

Christopher Kunz's Blog: Now serving: SPDY

Sandro Groganz's Blog: Syntax Highlighting & Migrating Permalinks in WordPress


Community Events











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


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

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