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

JSLabs Blog:
5 tips for creating high performance web apps
Feb 08, 2007 @ 18:32:51

In this new post, Justin Silverton shares a few helpful hints for creating high performance applications in PHP:

  • use multi resultset queries to your database rather than many small ones
  • page/object caching
  • gzip compression
  • tune your web server
  • Don't save performance testing for the end of the project
Each of the items has explanation and links to more details on them (including links to three difference object caching applications - ion cube, alternative PHP cache, turck MMCache).

tagged: create high performance web application cache gzip webserver testing create high performance web application cache gzip webserver testing

Link:


Trending Topics: