News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Jonathan Street's Blog:
Lightning Fast Sites & Better Benchmarks
September 25, 2007 @ 12:56:00

Jonathan Street has a few tips for developers out there looking to speed things up on their site - seven tips towards "lightning fast sites".

I was recently creating a small tool in PHP and found myself hitting the max execution time and getting a fatal error. As it was only for my personal use I just bumped up the max execution time but it made me stop and think about how I could improve the speed of those scripts I do put up for public use. Most people aren't going to wait for 60 seconds for a page to load. Naturally I hit the internet looking for tips.

The tips he came across (each including the simple benchmarks to show the differences) were:

  • sizeof vs count
  • is_int vs is_integer
  • chop vs rtrim
  • doubleval vs floatval
  • fwrite vs fputs
  • implode vs join
  • ini_alter vs ini_set

Be sure to also check out his follow up post talking about building better benchmarks to test the sorts of tips he's given above.

1 comment voice your opinion now!
lightning fast tip benchmark lightning fast tip benchmark




Similar Posts

Christian Stocker's Blog: Profile XSLT transformations within PHP

Davey Shafik's Blog: AJAX and PHP End-to-End Debugging

IBM developerWorks: Cook up Web sites fast w/CakePHP, Part 1: Adding related information & services

Richard Davey's Blog: Interesting memory use with GD images

Ben Ramsey's Blog: Lampooning Benchmarks


Community Events











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


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

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