A dynamic page will never out perform a static page. Static pages can just be cached at the edge.
The fastest PHP project in the world is HHVM which takes the PHP and compiles to machine code.
AND, all that being said, it's the programmer who is most important in speeding up PHP. Shitty code = slow code.
|