Files
2004-05-07 14:26:55 +00:00

18 lines
497 B
XML

<slide title="Partial Caching">
<blurb fontsize="4em">
I'd like to use caching, but my content is completely dynamic and cannot be time delayed.
</blurb>
<break lines="2" />
<blurb align="center" fontsize="4em">|FF0000| LIES! LIES! LIES!|</blurb>
<break lines="2" />
<blurb fontsize="4em">
Even the most dynamic pages, often have static elements generated by PHP. Partial caching
can accelerate the page generation by caching the static portions of otherwise dynamic pages.
</blurb>
</slide>