Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2006-11-23

Scalable PHP with APC, memcached and LVS

Mike Morgan - Scalable PHP with APC, memcached and LVS (Part 2):

"In our journey with addons.mozilla.org (AMO) we made some interesting group decisions a year ago that we regretted later:

  • Smarty
  • PEAR::DB

PEAR::DB was unnecessarily large, and Smarty is just not worth it — it confuses the issue and redoes things PHP is already good at using arbitrarily complicated syntax. Any quick run through with something like the Zend Profiler or APD will tell you how much of a dog these things can be. If you haven’t already, I highly recommend profiling your app to see where you’re losing performance — I bet it’s mostly in includes."