Posted by Jerry Stuckle on 01/06/08 19:26
Gilles Ganault wrote:
> Hi
>
> One of the ways to raise performance for PHP apps is to
> separate static contents from dynamic contents, so that the former can
> be compiled once into cache.
>
> Can someone give me a simple example of how this kind of thing is done
> when making calls to MySQL?
>
> Thank you.
>
Gilles,
Displaying static output from a PHP page isn't that much overhead. I
doubt you'll even begin to notice the difference until you're running
hundreds of hits per second.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|