
Optimization tips
Get flash to fully experience Pearltrees
for Web Authors and Webmasters This is an informational document. Although technical in nature, it attempts to make the concepts involved understandable and applicable in real-world situations.
Caching Tutorial for Web Authors and Webmasters
Tuning LAMP systems, Part 2: Optimizing Apache and PHP
This tutorial will explain many small techniques which will, hopefully, help optimize your php scripts.
PHP Optimization Tips | ProgTuts
PHP accelerator
A PHP accelerator is a PHP extension designed to improve the performance of software applications written in the PHP programming language .Mise en place de zend optimizer pour php - SIVIT :: Aide
Zend Guard, the most widely accepted PHP encoding and obfuscation product on the market, protects your application from unlicensed use and reverse engineering. As software vendors write more and more commercial applications in PHP it is critical that their intellectual property (all their hard work) is protected. With more applications providing evaluation copies and electronic downloads it is an even more complicated to insure that they are being distributed securely, whether free, for evaluation or for commercial sale.
Zend Guard - Zend Optimizer Overview
12 astuces d'optimisation de performance PHP - Prendre un Caf
Je suis tombé complètement par hasard (enfin, par celui des apports de Blogdigger ) sur un article présentant 12 astuces pour optimiser les performances de son code PHP suite à une présentation sur le sujet d'Ilia Alshanetsky à la Zend Conference (les slides sont disponibles). C'est tellement pertinent que je les reprends telles quelles ici, en français : Si vous pouvez déclarer une méthode statique static , faites-le : les performances sont multipliées par 4.Les pool de connexion MySQL s
Le Pooling consiste à entretenir les connexions ou des ressources, afin de les utiliser immédiatement lorsque la demande est faite, au lieu de reconstruire entièrement toute la ressource. C'est un sujet crucial dans les relations entre PHP et MySQL, puisque généralement, les scripts PHP établissent une connexion avec MySQL (et parfois même pour ne pas s'en servir).During my recent vacation I worked on this blog entry which talks about connection pooling in PHP and some of the recent interesting results IBM published in a recent Zend Developer Zone article .

