News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

IBuildings Blog:
ATK and Caching
0 comments :: posted Tuesday April 08, 2008 @ 11:22:22
voice your opinion now!

On the IBuildings blog today, Sandy Pleyte has posted a look at using the ATK framework and what kind of effect its own recently added caching system (atkCache) has on its performance.

Now there is a cache object (atkCache) available in the ATK SVN trunk. The new atkCache class is a factory class, which builds and returns instances of atkCache which has all the methods to communicate with an external cache to handle the actual storage and retrieval.

It supports lots of different backend caching methods - APC, eAccelerator, the Zend Platform functionality, memcache, xcache and both file and variable caching.

He includes an example of its use - creating an object to cache to a file, configuring it with options like lifetime and path, and an example of its use (to cache a theme for a web page).

tagged with: ibuildings atk caching framework example atkcache backend


Mike Willbanks' Blog:
PHP Performance Series Caching Techniques
4 comments :: posted Wednesday February 27, 2008 @ 10:25:00
voice your opinion now!

On his blog today, Mike Willbanks has started up a new series that will look at various caching techniques that are available to PHP developers now:

Welcome to the first edition of the PHP performance series, a new series that I will be explaining ways to gain efficiencies and squeezing more performance out of your applications. This first edition, caching techniques, focuses on ways to cache data to optimize your current sites. Some of the concepts here are fairly easy to implement while others may take strategic design in the architecture of your application.

The methods he looks at this time are:

  • Opcode Caching
  • File Priming
  • Caching Variables
  • File Caching
  • Memory Caching
  • Database Memory Tables
  • RAM Disk
tagged with: performance series caching technique opcode file database ram


book release zendframework code framework developer database releases PHP5 package zend job ajax pecl cakephp security application PEAR conference mysql

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