News Feed
Jobs Feed
Sections




News Archive
RoofTopSolutions.nl:
Caching in PHP using the filesystem, APC, and Memecached
November 01, 2006 @ 12:34:00

In this new blog post, Evert Pot talks about getting the most out of your web-based applications through some simple caching types - filesystem, APC, and Memcached.

Caching is very important and really pays off in big internet applications. When you cache the data you're fetching from the database, in a lot of cases the load on your servers can be reduced enormously.

For each of the three caching types, they provide some code and include some discussion around it (like the strategies surrounding using it, problems with its use, and why it would even be used at all). Installations are included where needed (like for the memcached stuff) to get you up and running quickly.

It's not really a comparison so much as just stating what's out there, but it's a good place to start if you're new to caching in your applications.

1 comment voice your opinion now!
tutorial caching application filesystem apc memcached install tutorial caching application filesystem apc memcached install


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Converting Legacy Apps to CakePHP, Part 2

IBM developerWorks: Create REST applications with the Slim micro-framework

WaxJelly Blog: How to write a custom Smarty function in PHP

SitePoint Server-Side Coding: A Beginner's Guide to Silverlight with PHP

WeberDev.com: PHP 101 (part 14): Going To The Polls


Community Events











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


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

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