News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
6 PHP Performance Tips for Producing Highly Optimized Code
July 13, 2011 @ 09:34:17

On PHPBuilder.com today Jason Gilmore offers some performance tips to make highly optimized code without having to use something like HipHop to get closer to the speeds you might need.

While HipHop may seem a rather esoteric solution to the performance problem, a method lies within the perceived madness; maintaining the website logic using PHP code allows Facebook to maintain a code base which remains accessible to a larger number of developers, with the added bonus of being able to deploy blazing fast C++ code. Of course, incorporating HipHop into your infrastructure might not be ideal, but that shouldn't stop you from striving to produce highly optimized PHP code. Read on to learn more about several straightforward steps you can take to boost PHP performance.

Some of the tips included in his list are obvious but could easily be overlooked like:

  • Upgrade your PHP distribution
  • Tone down error reporting
  • Use PHP's native extensions whenever possible
  • Use a PHP accelerator

Take a look at the full post for other suggestions and descriptions of each.

1 comment voice your opinion now!
performance tip optimized code application suggestion


blog comments powered by Disqus

Similar Posts

PHP Security Consortium: SecurityFocus Newsletter #361

Kevin Schroeder's Blog: Debugging a mobile app

DevShed: Using Code Igniter to Enable Comments in a Blog Application

Symfony Blog: Internationalize your Propel Forms

Matthew Weier O'Phinney: RESTful APIs with ZF2, Part 1


Community Events











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


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

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