News Feed
Jobs Feed
Sections




News Archive
Developer.com:
Performance Improvement Bigger and Better
August 04, 2009 @ 11:33:49

As web applications grow larger and larger, there's an ever-growing chance that it will be plagued with performance issues. If you're experiencing some of these growing pains (or want to prepare yourself for when you might be), you should take a look at some of these suggestions from a new article on Developer.com.

We've not covered in detail [in this series] what to do once you've assessed performance or how to leverage what you've learned about session state and caching to solve real world problems. In this article we'll be focused on isolating problems into solvable units and what to do when you believe that things just can't fixed.

They suggest a few methods for tracking down the real problem ("break it down", "changing the scenery") and some specific places where it's common for applications to struggle (loops, common bottlenecks). Their recommendations to help alleviate some of these issues include splitting workloads out to multiple processes, using more than one frontend web server and clustering databases instead of forcing them down to a single point.

0 comments voice your opinion now!
performance suggestion


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: Planning is underway for ZendCon

Reddit.com: Good guidance for shifting to OO from Procedural coding

Pierre-Alain Joye's Blog: Prominent PHP Users (developers), do your homework or be humble/keep quiet

Fabian's Blog: Better Performance patch for Symfony 1.0.x and Propel 1.2

Marco Tabini's Blog: 5 PHP Performance Tips You Probably Don't Want To Hear


Community Events









Don't see your event here?
Let us know!


framework code development release podcast composer language testing phpunit introduction opinion community object tool database api zendframework2 interview example unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework