Skip to content

Commit c869940

Browse files
committed
- Minor updates to my talk description, links to WonderProxy, XHProf
andXHGUI
1 parent b2de731 commit c869940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/speakers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h4>Phorum</h4>
109109
<h3><a name="reinheimer">Paul Reinheimer</a></h3>
110110
<p>Paul Reinheimer is a PHP developer living in Montréal, Quebec Canada. His business cards read: Photographer, Programmer, Baker. Most everyone is struck by one of the three terms.</p>
111111
<h4>XHProf and WonderProxy</h4>
112-
<p>I have two stories to tell and but one hour to fill, with luck I’ll weave them together as seamlessly as PHP’s parameter orders. The first is the story of WonderProxy a company I co-founded with a long time colleague to provide a way to test GeoIP applications. My goal with the story isn’t to sell you a product, far from it, but to talk about it’s underpinnings in PHP, and the success and failure we’ve experienced thus far. One of our failures was our incredibly slow website, luckily XHProf & XHGui helped us diagnose those issues (notice that excellent segue?). XHProf is a performance analysis tool released by facebook to aid developers by allowing them to profile production runs of their application. XHGui is a user interface for this information, allowing developers easy access to their information, providing graphs over time and other useful displays. This second story will dig through the reason behind the creation of this GUI, and a few useful hints on how to get the most out of it.</p>
112+
<p>I have two stories to tell and but one hour to fill, with luck I’ll weave them together as seamlessly as PHP’s parameter orders. The first is the story of <a href="https://wonderproxy.com/">WonderProxy</a> a company I co-founded with a long time colleague to provide a way to test GeoIP applications. My goal with the story isn’t to sell you a product, far from it, but to talk about it’s underpinnings in PHP, and the success and failure we’ve experienced thus far. One of our failures was our incredibly slow website, luckily <a href="https://github.com/facebook/xhprof">XHProf</a> & <a href="https://github.com/preinheimer/xhprof">XHGui</a> helped us diagnose those issues (notice that excellent segue?). XHProf is a performance analysis tool released by facebook to aid developers by allowing them to profile production runs of their application. XHGui is a user interface for this information, allowing developers easy access to their information, providing graphs over time and other useful displays. This second story will dig through the reason behind the creation of this GUI, and a few useful hints on how to get the most out of it.</p>
113113

114114
</li>
115115

0 commit comments

Comments
 (0)