Separating static and dynamic contents?



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.
.



Relevant Pages

  • Re: Mysql version question
    ... Thats a question you should ask MySQL INC. ... We have some PHP apps ... Götz Reinicke ... I can't remember if I first removed the old mysql 3 rpms ...
    (Fedora)
  • Re: Separating static and dynamic contents?
    ... Gary L. Burnore wrote: ... One of the ways to raise performance for PHP apps is to ... While YOUR sites may only get a hundred hits per seconds but REAL ...
    (comp.lang.php)
  • Re: Separating static and dynamic contents?
    ... Gary L. Burnore wrote: ... One of the ways to raise performance for PHP apps is to ... Displaying static output from a PHP page isn't that much overhead. ...
    (comp.lang.php)
  • Re: Separating static and dynamic contents?
    ... Gilles Ganault wrote: ... One of the ways to raise performance for PHP apps is to ... Displaying static output from a PHP page isn't that much overhead. ...
    (comp.lang.php)