News Feed
Jobs Feed
Sections




News Archive
Kevin Schroeder's Blog:
Pre-caching FTW
January 07, 2011 @ 11:16:57

In this new post to his blog Kevin Schroeder suggests that there's something even better than doing the typical caching inline (request, write to cache) - pre-caching.

I just had an epiphany. I've talked about pre-caching content before and the benefits thereof before. But this is the first time I realized not only that there are benefits, but that doing it is BETTER than caching inline. Let me sum up... no, there is to much. Let me explain.

He gives an example of how a typical application might cache - when it finds a "miss" for the data it's trying to pull. A simple cache is easy, but what happens if it uses a configuration value that could change (like the username/password in his second example). Pre-caching would eliminate the risk since the setting would be known to be valid when the cache is generated.

0 comments voice your opinion now!
caching precache inline setting invalid miss


blog comments powered by Disqus

Similar Posts

Webdigity.com: Caching your pages with PHP

Felix Geisendorfer's Blog: Handling inline links to dynamic resources

Brandon Savage's Blog: Configuring PHP: Essential INI Settings

PHPMaster.com: Subtype Polymorphism - Swapping Implementation at Runtime

Mike Willbanks' Blog: PHP Performance Series: Caching Techniques


Community Events











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


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

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