mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Preliminary ConFoo profiling talk
This commit is contained in:
59
profiling-confoo12.xml
Normal file
59
profiling-confoo12.xml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<presentation
|
||||
template="css"
|
||||
navmode="html"
|
||||
navbarbackground="#4373b4"
|
||||
navbartopiclinks="0"
|
||||
navColor="#f1fbff"
|
||||
logo1=""
|
||||
stylesheet="presentations/slides/ezc/ez.css"
|
||||
backgroundfixed="1" >
|
||||
<topic>Debugging</topic>
|
||||
<title>Profiling PHP Applications</title>
|
||||
<event>ConFoo</event>
|
||||
<location>Montréal, Canada</location>
|
||||
<date>Mar 1st, 2012</date>
|
||||
<speaker>Derick Rethans</speaker>
|
||||
<email>derick@derickrethans.nl</email>
|
||||
<twitter>derickr</twitter>
|
||||
<url>http://derickrethans.nl/talks.html</url>
|
||||
<joindin>http://joind.in/4695</joindin>
|
||||
<slide>slides/dbus/title.xml</slide>
|
||||
<slide>slides/toolbox/me.xml</slide>
|
||||
|
||||
<!-- not everything you read on the internet *matters* -->
|
||||
<!-- not everything you read on the internet is true -->
|
||||
<slide>slides/profiling/does-not-matter.xml</slide>
|
||||
<slide>slides/profiling/does-not-matter2.xml</slide>
|
||||
|
||||
<!-- benchmark -->
|
||||
<slide>slides/profiling/is-it-slow.xml</slide>
|
||||
<slide>slides/profiling/find-out-if-it-is-slow.xml</slide>
|
||||
<slide>slides/profiling/code-or-data.xml</slide>
|
||||
<slide>slides/profiling/understand-code.xml</slide>
|
||||
<slide>slides/profiling/timing-points.xml</slide>
|
||||
<!-- - data or code bound -->
|
||||
<!-- - code with debugging/benchmarking/timingpoints -->
|
||||
<!-- - check over time -->
|
||||
|
||||
<!-- understand your code -->
|
||||
<!-- - inclued -->
|
||||
<slide>slides/internals/inclued.xml</slide>
|
||||
<!-- - xdebug tracing -->
|
||||
<slide>slides/xdebug/why-debugger3.xml</slide>
|
||||
<slide>slides/xdebug/wtf-happens.xml</slide>
|
||||
<slide>slides/xdebug/functiontrace-computerized.xml</slide>
|
||||
<slide>slides/xdebug/wtf-happens2.xml</slide>
|
||||
<slide>slides/xdebug/trace-tools.xml</slide>
|
||||
<slide>slides/xdebug/live-demo.xml</slide>
|
||||
|
||||
<slide>slides/xdebug/profile2.xml</slide>
|
||||
|
||||
<slide>slides/profiling/xhprof.xml</slide>
|
||||
|
||||
<slide>slides/xdebug/profiling3.xml</slide>
|
||||
<slide>slides/xdebug/live-demo.xml</slide>
|
||||
|
||||
<slide>slides/profiling/resources.xml</slide>
|
||||
|
||||
</presentation>
|
||||
Reference in New Issue
Block a user