News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
PHP 10.0 Blog:
PHP performance tips from Google
June 26, 2009 @ 08:43:15

In this new post to the PHP 10.0 blog Stas has some responses to the recent suggestions from Google as to how to optimize your applications.

There are a bunch of advices there, some of them are quite sound, if not new '" like use latest versions if possible, profile your code, cache whatever can be cached, etc. Some are of doubtful value '" like the output buffering one, which could be useful in some situations but do nothing or be worse in others, and if you're a beginner generally it's better for you to leave it alone until you've solved the real performance problems.

He mentions four things that need amending from what Google suggests:

  • Don't copy variables for no reason
  • Avoid doing SQL queries within a loop.
  • Use single-quotes for long strings
  • Use switch/case instead of if/else
1 comment voice your opinion now!
correction google tip performance




Similar Posts

CatsWhoCode.com: 15 PHP regular expressions for web developers

Brian Moon's Blog: PHP Template tests (and Blitz)

Community News: PHPBase Project

Kore Nordmann\'s Blog: Image_3D Performance

Debuggable Blog: How To Save Half A Second On Every CakePHP Request


Community Events







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


developer zendframework microsoft phpunit opinion mysql book codeigniter api zend wordpress framework solar conference jquery job pear podcast doctrine server

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