mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
9 lines
339 B
XML
9 lines
339 B
XML
<slide title="Static vs. Dynamic">
|
|
<list title="Static Dynamic Data">
|
|
<bullet>Pre-generation... Pregenerate your website or certain pages on your
|
|
website from templates and/or a database.</bullet>
|
|
<bullet>Caching... Save portions of generated data for a short period of
|
|
time, to avoid excessive re-generation.</bullet>
|
|
</list>
|
|
|
|
</slide> |