News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Andrew Martin's Blog: Serving PHP session files from a RAM based disk (tmpfs) for AWS Micro Instance

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

Stoyan Stefanov's Blog: Performance tunning with PEAR::DB

ThinkPHP Blog: Performance boost for ZendStudio Windows

Internet Super Hero: 59 tuning screws for mysqlnd


Community Events











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


phpunit release interview series functional language testing community development example opinion symfony2 conference framework database podcast usergroup introduction rest zendframework2

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