Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

JSLabs Blog:
Scaling PHP
Aug 15, 2006 @ 12:13:57

On the JSLabs blog today, there's a guide seeking to help you optimize your PHP through a number of simple steps - six of them to be exact:

  • object code caching
  • Template systems
  • Distributed object caching systems
  • PHP variables that can be set
  • Output Compression
  • Other things that may help

Under each item there is more information, links, and even examples of the config files to help you along your way.

tagged: scaling object template caching output compression scaling object template caching output compression

Link:


Trending Topics: