News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Arnold Daniels' Blog:
Improve performace check your loops
January 28, 2008 @ 12:14:00

Arnold Daniels has a suggestion for developers out there to help improve the performance of their applications - check your loops.

So you have a script which is not performing the way you want to. The first thing you should do it try to find out what the problem is. There are some tools out there that can help you.

He mentions the profiler in Zend Studio as well as the one in XDebug. If you can't install those, however, he has another suggestion - FirePHP (a tool that can help time execution times in a simple and easy to include way.

With tools in hand, he offers a few suggestions as to what to check for and do in your applications:

  • Get the data ready before going into the loop
  • Don't do things in the loop, you can also do outside it
  • Use create_function to aid you
  • Be careful with abstraction in loops
  • Sometimes you can prevent loops altogether
  • Last resort: write an extension
0 comments voice your opinion now!
performance improve loop profile zendstudio firephp xdebug tips



Similar Posts

Ed Finkler's Blog: Bug in Zend Studio 5.5’s php.ini

Felix Geisendorfer's Blog: Basic CakePHP templating skills

Pierre-Alain Joye's Blog: Debugging symfony (or any php script) with vim and Xdebug

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

Kore Nordmann's Blog: Evil bugs in your code


Community Events











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


application developer security database framework zendframework PHP5 release package ajax conference book example releases mysql PEAR code job cakephp zend

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