News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Performance Improvements Caching
July 28, 2009 @ 09:44:33

While not specifically related to caching in PHP applications, this recent post from developer.com has some good reminders of how much the right kind of caching can help your application to really fly.

If you're looking at performance and you want to get some quick wins, the obvious place to start is caching. Caching as a concept is focused exclusively around improving performance. [...] Fundamentally caching has one limitation - managing updates - and several decisions. In this article, we'll explore the basic options for caching and their impact on performance.

They talk about three different update methods - a synchronized update, lazy update and a read-through strategy (where the caching functionality itself can force a re-read of the original source). There's also a brief look at options to consider when caching data and how you're going to manage that cache once you've filled it with data.

0 comments voice your opinion now!
performance improve cache


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Zend Framework, JSON, and Del.icio.us

Stefan Mischook's Blog: PHP Video: Improve your PHP skills by learning ANOTHER programming language

Christoph Dorn's Blog: Gain insight into your cache interaction with FirePHP Companion

Tony Freixas's Blog: High-performance debugging

Brian Swan's Blog: Performance Tuning PHP Apps on Windows/IIS with Output Caching


Community Events











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


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

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