Top Level :: Caching

Package Information: Cache_Lite

This page provides a list of trackbacks, which have been received to this package. A trackback is usually generated, when a weblog entry is created, which is related to the package. If you want to learn more about trackbacks, please take a look at what Wikipedia writes about trackbacks.

If you like to disable the trackbacks for this package, click here:

Disable trackbacks

The trackback URL for this package is: http://pear.php.net/trackback/trackback.php?id=Cache_Lite

Weblog:????? (PukiWiki/TrackBack 0.3)
Title:?????/??????????
Date:2010-04-10
??????????????????? ??????????(?????????????¤?????????)????????????????????? ??????????????????????????????????????????????? ?? ????? include/init.php ????? <?php // if(! defined('JINRO_ROOT')) define('JINRO_R...
 
Weblog:Ferdianto.com
Title:Optimize Wordpress Internal Caching
Date:2009-08-20

This is not a post about WP-Cache>/a> The plugin. This is a post about wordpress own internal caching mechanism — WP-Cache functions and WP_Object_Cache class. The function used alot inside wordpress for making extensive function calls. The only shame is that the cache is not persistent between request. So, every request will have to generate its cache again. What I'm attempting to do, is implementing persistent cache that last between request.

 
Weblog:onli blogging
Title:PHP-Caching
Date:2009-03-31
Zwei verschiedene Möglichkeiten, die Zuordnung von Titel zu einer URL zu speichern, also von Key zu Data. Das ergibt jeweils einen sehr simplen Cache für Variablen. Zum einen APC:function get_cached_title($url) { return apc_fetch($url); } function ca
 
Weblog:[|] m.tacker.org
Title:PEAR Cache_Lite 1.7.3 release
Date:2008-04-14
This is my first release for PEAR Cache_Lite. In March I took over the vacant developer position for this package as I am using it for many projects. After some initial hesitation, David nudged me to use cvs. I did — and 1.7.3 is the result. It...
 
Weblog:marky moo's blog
Title:More on Website Performance Improvements
Date:2005-06-20
Lately I've been looking at improving the performance of BritBlog, and I think I now have quite a satisfactory solution. As you may recall, I've been looking at using content compression and content caching. Content (HTTP) Compression The cont...
 
Weblog:marky moo's blog
Title:Using PEAR Cache_Lite
Date:2005-06-20
Cache_Lite is a PHP PEAR package designed for caching stuff. As the project description puts is: This package is a little cache system optimized for file containers. It is fast and safe (because it uses file locking and/or anti-corruption tests). ...
 
Weblog:Die wunderbare Welt von Isotopp
Title:S9Y Tuning
Date:2005-05-20
Nachdem der Shopblogger mit dem zweiten Provider Ärger hatte wegen der Systemlast, die seine S9Y-Installation erzeugt, habe ich heute einmal meine eigene S9Y-Installation untersucht. Es eröffnen sich gleich mehrere Optimierungsmöglichkeiten: 1. S9Y is
 
Weblog:Robert Peake
Title:High Performance PHP
Date:2005-04-30
Having ploughed through writing my upcoming article for PHP Magazine on "Farming PHP" I am still motivated to think deeply about PHP in the enterprise and, specifically, under high volumes of web traffic. Having come through several industries in a variet
 
Weblog:a work on process
Title:Technorati API Updates
Date:2005-02-22
I've finally found time to make some changes to Services_Technorati. The key issue I'd been wanting to address was caching and following comments from Doug Clifton and Ryan King I finally got round to working on it. I've decided to make use of another PEA