QuickPipe

News, Tutorials, and Tools…


You are here: Home » Tutorials » JSLabs Blog: 5 tips for creating high performance web apps

JSLabs Blog: 5 tips for creating high performance web apps

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).

[Read More]

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google

Theoretically Related Posts:

  1. NorthClick Blog: Tips for creating a small but solid newsletter-system...
  2. Developer Works: Fast-track your Web apps with Ruby on Rails...
  3. Interspire.com: Creating a Basic Shopping List Script with PHP...
  4. SitePoint.com: Learn Ruby on Rails: the Ultimate Beginner...
  5. DevShed: Creating an RSS Reader: the Reader...

Leave a Reply