This commit is contained in:
Rasmus Lerdorf
2013-05-02 23:30:13 -06:00
parent 7e417ebf0c
commit 3e4976ba26
2 changed files with 51 additions and 3 deletions

48
openwestkey.xml Normal file
View File

@@ -0,0 +1,48 @@
<presentation
template="simple"
navmode="html"
titlecolor="#000000"
navbarbackground="#bbbbbb"
navbartopiclinks="0"
logo1="images/php-med-trans.png"
titlesize="6em"
navbarheight="3.5em"
examplebackground="#ffffff"
outputbackground="#ffffff"
exampleclass="noshadow"
exampleoutputclass="noshadow"
>
<!--
Performance
-->
<topic>PHP</topic>
<title>PHP</title>
<event>OpenWest Conference</event>
<location>Orem, UT</location>
<date>May 3, 2013</date>
<speaker>Rasmus Lerdorf</speaker>
<twitter>@rasmus</twitter>
<slide>slides/intro/titlepage.xml</slide>
<!-- Intro -->
<slide>slides/intro/lovehack.xml</slide>
<slide>slides/intro/greenland0.xml</slide>
<slide>slides/intro/greenland1.xml</slide>
<slide>slides/intro/greenland2.xml</slide>
<slide>slides/intro/greenland3.xml</slide>
<slide>slides/fowa/hist1.xml</slide>
<slide>slides/intro/nold.xml</slide>
<slide>slides/intro/nold2.xml</slide>
<slide>slides/intro/nold3.xml</slide>
<slide>slides/intro/numbers_2013.xml</slide>
<slide>slides/intro/eco.xml</slide>
<slide>slides/intro/wwht2.xml</slide>
<slide>slides/intro/matter.xml</slide>
<slide>slides/intro/matter2.xml</slide>
<slide>slides/intro/etsy_access.xml</slide>
</presentation>

View File

@@ -3,13 +3,13 @@
<blurb fontsize="6em">Performance</blurb>
<list>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">Create mod_php</bullet>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">Create shared-nothing perfect sandbox model</bullet>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">mod_php</bullet>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">shared-nothing perfect sandbox model</bullet>
</list>
<blurb fontsize="6em">Robustness</blurb>
<list>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">Create SQL LIMIT clause</bullet>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">SQL LIMIT clause</bullet>
<bullet fontsize="2.6em" marginleft="1em" type="bullet">Promote Prefork shared-nothing model</bullet>
</list>