mirror of
https://github.com/php/presentations.git
synced 2026-03-25 08:02:07 +01:00
16 lines
375 B
XML
16 lines
375 B
XML
<slide title="SQL">
|
|
|
|
<image filename="database.gif" align="right" />
|
|
|
|
<blurb fontsize="4em">
|
|
Virtually every script uses some database system. How it is used can be the difference between
|
|
a fast script and an extremely slow one.
|
|
</blurb>
|
|
|
|
<break lines="4" />
|
|
|
|
<blurb fontsize="4em">
|
|
All optimizations can be for naught if the SQL queries executed are slow.
|
|
</blurb>
|
|
|
|
</slide> |