I am trying to find a definite answer to the question that autoload kills performance when using APC and why(benchmarks?)
P.S. Found this link using google/stackoverflow, but I am wondering if this still holds? PHP must been improved to handle this? Because autoload is kind of cool!
Personally, I don’t believe relying on __autoload() is good practice. PHP is a loosely typed language, not a lazily typed language. 🙂
Check out some performance here:
Rasmus’s answer on this (which you also found) was my guidline through all this years: