/**

popular collection of scripts for all

*/
/** Search */

Optimizing Php

 }

A HOWTO on Optimizing PHP

Hits: 14
*****
0.0
PHP is a very fast
 
 
 
programming language, but
 
 
 
there is more to
 
 
 
optimizing PHP than
 
 
 
just speed of code
 
 
 
execution. This article
 
 
 
explains why optimizing
 
 
 
PHP involves many
 
 
 
factors which are not code
 
 
 
related, and why tuning PHP
 
 
 
requires an understanding of
 
 
 
how PHP performs in relation
 
 
 
to all the other subsystems
 
 
 
on your server, and then
 
 
 
identifying bottlenecks
 
 
 
caused by these subsystems
 
 
 
and fixing them. It also
 
 
 
covers how to tune and
 
 
 
optimize your PHP scripts so
 
 
 
they run even faster.
 
 
 


Date: May, 28 2002
{ Copyright } ©2006 NuclearScripts.com