I find it hilarious that people STILL criticise scripting languages for being slow. I mostly build sites in PHP - it's not a great language, it's not a fast language, but it really doesn't matter - page loads bottleneck on DB or front-end long before PHP's execution time becomes a problem, even without an opcode cache!
Comments
I find it hilarious that people STILL criticise scripting languages for being slow. I mostly build sites in PHP - it's not a great language, it's not a fast language, but it really doesn't matter - page loads bottleneck on DB or front-end long before PHP's execution time becomes a problem, even without an opcode cache!