News Feed
Jobs Feed
Sections




News Archive
Simas Toleikis' Blog:
PHP data caching techniques
December 13, 2010 @ 08:45:10

Simas Toleikis has posted some caching techniques he's come up with to handle a few different situations including simple file-level caching and working with memcached.

Caching intermediate data is the most primitive and yet the most rewarding optimization technique where you don't need to fiddle with any complex algorithms or premature optimizations. If you are into PHP you should be aware of all the best practices and the right tools for this job to make your websites fly.

He covers a few different, though common, situations you may come across in your application where caching could be very helpful:

  • Static scope variables
  • APC shared memory functions
  • Memcached for large distributed caches
  • In-memory database tables
  • Simple file-level caches
0 comments voice your opinion now!
caching technique situation apc memcache file memory


blog comments powered by Disqus

Similar Posts

Justin Silverton\'s Blog: How to Cache Smarty Templates (as per the manual)

Joshua Eichorn\'s Blog: PHP AJAX File Upload Progress Meter Updates

Elizabeth Smith's Blog: Fun with compiling - Gtk+, PHP-Gtk2, and MSVC

Mike\'s Blog: Boost your Website with APC

PHP Web Services Blog: What is Missing in PHP SOAP Extension?


Community Events









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


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

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