<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Weblenium &#187; logging</title>
	<atom:link href="http://www.weblenium.com/tag/logging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weblenium.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Nov 2010 12:31:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Quick Profiler &#8211; the equivalent of Firebug for PHP</title>
		<link>http://www.weblenium.com/2009/04/php-quick-profiler-the-equivalent-to-firebug-for-php/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.weblenium.com/2009/04/php-quick-profiler-the-equivalent-to-firebug-for-php/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 13:15:07 +0000</pubDate>
		<dc:creator>phorner</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[pqp]]></category>

		<guid isPermaLink="false">http://www.weblenium.com/?p=217</guid>
		<description><![CDATA[When writing PHP code and database queries, speed of execution and working out where the bottle necks are can be extremely time consuming. Filling your code with echo statements can be daunting. However, Ryan Campbell from Infinity Box Inc. (the creators of Wufoo, a HTML Form Builder), has developed PHP Quick Profiler (PQP), &#8220;a small [...]]]></description>
			<content:encoded><![CDATA[<p>When writing PHP code and database queries, speed of execution and working out where the bottle necks are can be extremely time consuming. Filling your code with echo statements can be daunting. However, Ryan Campbell from Infinity Box Inc. (the creators of <a href="http://wufoo.com/" target="_blank">Wufoo, a HTML Form Builder</a>), has developed PHP Quick Profiler (PQP), &#8220;a small tool (think Firebug for PHP) to provide profiling and debugging related information to developers without needing them to add a lot of programmatic overhead to their code.&#8221;</p>
<p>All that&#8217;s required is that you upload the necessary files to your project folder and include the <code>PhpQuickProfiler.php</code> file in your code. This will then enable the <strong>console</strong>, <strong>memory</strong> and <strong>file</strong> logging. <strong>Speed</strong> and <strong>database </strong>tracking require a bit more work, but can be implemented as well.</p>
<p><img class="alignnone size-full wp-image-221" title="PHP Quick Profiler" src="http://www.weblenium.com/wp-content/uploads/2009/04/pqp_medium.jpg" alt="PHP Quick Profiler" width="600" height="369" /></p>
<p>The interface is encapsulated within PQP, removing the need to insert CSS or Javascript into your code. The PQP file does it all for you.</p>
<p>I&#8217;ll definitely be using this in future projects, and also using it to optimise some older projects. Highly recommended for PHP developers.</p>
<p>For more information: <a href="http://particletree.com/features/php-quick-profiler/" target="_blank">PHP Quick Profiler</a></p>
<p>Demo: <a href="http://particletree.com/examples/pqp/" target="_blank">PQP Demo</a></p>
<img src="http://www.weblenium.com/?ak_action=api_record_view&id=217&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.weblenium.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.weblenium.com/2009/04/php-quick-profiler-the-equivalent-to-firebug-for-php/feed/</wfw:commentRss>
		<slash:comments>1519</slash:comments>
		</item>
	</channel>
</rss>

