Posted by Gilles Ganault on 01/06/08 18:58
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.
[Back to original message]
|