News Feed
Jobs Feed
Sections




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.

0 comments voice your opinion now!
lightning fast tip benchmark lightning fast tip benchmark


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Comparing Benchmark Tools

Nick Halstead's Blog: Programming Tips Series

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

Spindrop.us: PHP double versus single quotes

Enrise Blog: Zend Framework 2 Performance


Community Events











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


composer database framework community language phpunit example api series functional testing zendframework2 development application opinion code interview podcast release introduction

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