Reply to Re: Separating static and dynamic contents?
Posted by Gilles Ganault on 01/06/08 22:45
On Sun, 06 Jan 2008 14:26:32 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:
>Displaying static output from a PHP page isn't that much overhead.
Good to know. But if PHP pages contain connections to MySQL, their
contents is dynamic, so their opcode cannot be compiled once and kept
in cache? How do real life apps handle this?