Hacker News new | ask | show | jobs
by pedro93 4546 days ago
Yes you can use APC, opcache or XCache to load php bytecode in runtime. but you are still calling php functions/methods or creating a lot of objects in runtime. that's the overhead.