1. If a method can be static, declare it static. Speed improvement is by a factor of 4.
  2. echo is faster than print.
  3. Use echo’s multiple parameters instead of string concatenation.
  4. Set the maxvalue for your for-loops before and not in the loop.
  5. Unset your variables to free memory, especially large arrays.
  6. Avoid magic like __get, __set, __autoload

Plus 34 more at:
http://reinholdweber.com/?p=3

Check out these posts too:

  1. PHP Code Optimization Tips
  2. Optimizing Firefox
  3. Windows Debugger, Disassembler, Code Analyzers
  4. Free websites and hosting without ads or banners
  5. Free USB memory stick from MS
  6. Optimizing NTFS Performance
  7. Huge collection of Google Analytics tips