com presentations: Tweaks and pagination: slides/intro/lovehack.xml slides/intro/perf54.xml slides/intro/php54_cpu.png sl ides/intro/php54_latency.png slides/intro/php54 _mem.png slides/intro/php54_system.png
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 5e31954b679da4715200a98436dc34d455ae2f83 Author: Rasmus Lerdorf <[email protected]> Tue, 11 Mar 2014 11:08:20 -0700 Parents: 74c565e3ef1f88f2a30cc73974fe4b734a12c1f4 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=5e31954b679da4715200a98436dc34d455ae2f83 Log: Tweaks and pagination Changed paths: M slides/intro/lovehack.xml M slides/intro/perf54.xml A slides/intro/php54_cpu.png A slides/intro/php54_latency.png A slides/intro/php54_mem.png A slides/intro/php54_system.png Diff: diff --git a/slides/intro/lovehack.xml b/slides/intro/lovehack.xml index 3b2356d..ffd3943 100644 --- a/slides/intro/lovehack.xml +++ b/slides/intro/lovehack.xml @@ -1,5 +1,5 @@ -<slide body_style="background:#000000; margin-top:0em;"> +<slide> <title> </title> <break lines="9"/> -<image width="1001" height="421" filename="lovehack-black-1000.png" align="center"/> +<image width="1001" height="421" filename="lovehack-white-1000.png" align="center"/> </slide> diff --git a/slides/intro/perf54.xml b/slides/intro/perf54.xml index 1281a74..2bc9c36 100644 --- a/slides/intro/perf54.xml +++ b/slides/intro/perf54.xml @@ -1,11 +1,16 @@ -<slide title="5.4 Performance"> +<slide title="5.4 Performance" section="php54perf1"> <blurb fontsize="3em"> PHP 5.4 + Opcache vs. PHP 5.3 + APC </blurb> <break lines="1" /> - -<image filename="graphs.png" width="732" height="1660" align="center"/> +<image filename="php54_cpu.png" width="732" height="415" align="center" title="user cpu"/> +<break lines="1" section="php54perf2"/> +<image filename="php54_system.png" width="732" height="416" align="center" title="system cpu"/> +<break lines="1" section="php54perf3"/> +<image filename="php54_mem.png" width="732" height="416" align="center" title="memory"/> +<break lines="1" section="php54perf4"/> +<image filename="php54_latency.png" width="732" height="415" align="center" title="latency"/> </slide> diff --git a/slides/intro/php54_cpu.png b/slides/intro/php54_cpu.png new file mode 100644 index 0000000..610ba90 Binary files /dev/null and b/slides/intro/php54_cpu.png differ diff --git a/slides/intro/php54_latency.png b/slides/intro/php54_latency.png new file mode 100644 index 0000000..e7447ed Binary files /dev/null and b/slides/intro/php54_latency.png differ diff --git a/slides/intro/php54_mem.png b/slides/intro/php54_mem.png new file mode 100644 index 0000000..34621d9 Binary files /dev/null and b/slides/intro/php54_mem.png differ diff --git a/slides/intro/php54_system.png b/slides/intro/php54_system.png new file mode 100644 index 0000000..0f7c64f Binary files /dev/null and b/slides/intro/php54_system.png differ