Quote:
|
The cheapest way to get more out of your app is to utilize a byte-code compilier like eAccelerator or APC. The goal of these packages is to reduce compile time for redundant objects / files (includes!). Out-of-the-box, PHP will compile everything across every request, which doesn't scale well at all, especially for large libraries like PEAR: B or Smarty. Using one of these options will speed up your apps considerably – which is why many PHP sites use these. It's a no-brainer.
|



B or Smarty. Using one of these options will speed up your apps considerably – which is why many PHP sites use these. It's a no-brainer.


Linear Mode

