Caching in PHP: get better performance for your web applications
In this talk we will show the main techniques of caching for PHP. We will describe the caching systems using: File, SQLite, XCache, APC, Memcached, and Zend Server CE. We will run some examples using the Zend_Cache class of Zend Framework. Last but not least, we will present the result of a benchmarking test of all the previous caching systems to discover which one is the best for your PHP applications.
----
In questo talk verranno presentate le tecniche principali di caching in PHP. Verranno presentati i sistemi di caching basati su File, SQLite, XCache, APC, Memcached, Zend Server CE. In particolare verranno forniti esempi d'utilizzo della classe Zend_Cache del progetto Zend Framework. Infine verranno presentati i risultati di un benchmark tra i vari sistemi di caching in PHP per scoprire qual'è il sistema più performante a seconda degli scenari d'utilizzo.