mirror of
https://github.com/php/presentations.git
synced 2026-04-26 08:48:02 +02:00
18 lines
497 B
XML
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> |