<?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>Newest Industry &#187; PHP</title>
	<atom:link href="http://newestindustry.org/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://newestindustry.org/?pushpress=hub'/>
<cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Scaling Web Analytics &#8211; Considerations for Consumers</title>
		<link>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/</link>
		<comments>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:29:04 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[average processing time]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Inc.]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[raw Web logs]]></category>
		<category><![CDATA[social media firms]]></category>
		<category><![CDATA[tag infrastructure]]></category>
		<category><![CDATA[Web analytics data]]></category>
		<category><![CDATA[Web analytics tag]]></category>
		<category><![CDATA[Web analytics vendors]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2453</guid>
		<description><![CDATA[
			
				
			
		
A comment on my Hit Tracking with PHP and MySQL post raised some interesting questions about what a consumer of Web analytics data needs to consider when selecting providers for their sites.
Most folks are familiar with the model of Web analytics vendors: You place their JS tag on your page which makes a call back [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="Daily Traffic" href="http://flickr.com/photos/19365670@N04/2363258975"><img style="float:left;padding:4px;" src="http://farm3.static.flickr.com/2241/2363258975_4c1a659c4b_m.jpg" alt="" /></a>A comment on my <a title="Newest Industry - Hit Tracking with PHP and MySQL" href="http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/" target="_blank"><em>Hit Tracking with PHP and MySQL</em></a> post raised some interesting questions about what a consumer of Web analytics data needs to consider when selecting providers for their sites.</p>
<p>Most folks are familiar with the model of Web analytics vendors: You place their JS tag on your page which makes a call back to their centralized system with all of the data that can be collected about the visitor who has just come to your site.</p>
<p>There are three items that you, the consumer of this third-party service, need to get straight answers about.</p>
<h3>Performance of the Tag</h3>
<p>Visitors to your site do not know which components you are responsible for and which you have farmed out to vendors and services. In their mind, all content is your content. This means that the performance of the Web analytics tag, which if not placed correctly on the page can affect the rendering of the content, is a critical factor in selecting a vendor.</p>
<p>To my knowledge, none of the Web analytics vendors used by most people blog and social media firms (StatCounter, GetClicky, Google Analytics, Omniture, etc.) freely share response time and error rate metrics of their tag infrastructure with the world as measured by a third party.</p>
<p>Is the tag delivered from a central location, or does the provider use a CDN? Is the data delivered asynchronously or synchronously?</p>
<p>The download performance of the tag is not the only concern. Ask them to provide data on the average processing time that they see when a client parses and processes the code. How does this processing time vary from browser to browser, between OSs? What steps are they taking to ensure that the tag does not affect the perceived performance of your page?</p>
<p>Ask for this data. Ask that the measurement data be collected by an impartial third party. Demand that this data be freely available to you before you make a decision on purchasing their service.</p>
<h3>Size of the Tag</h3>
<p>All of these services rely on a JS tag to collect and deliver the data to their data warehouse. Ask the provider to tell you how large this tag is, and what steps they have taken to reduce its size so that it has a limited effect on the download of your content.</p>
<p>Have they minified the tag? Is it delivered using HTTP compression to further reduce the size? Are ways to reduce the size of the tag always under considerations?</p>
<h3>Data Storage</h3>
<p>Analyzing data takes a couple of forms: daily operational views to spot changes or issues; and long-term trending to find larger patterns and major shifts in your visitors. As a result, data needs to be available with a substantial degree of detail while still providing aggregated data that allows larger patterns to be easily discovered.</p>
<p>How long does your provider store detailed data? What is the data expiry policy? Can you extract the data and import it into your own database?</p>
<h3>Summary</h3>
<p>Web analytics is key to determining what works and doesn&#8217;t work on your site. It tells who, where and how people are accessing your content. But without a Web analytics partner/vendor that provides performance and support, you may be left more in the cold than if you were just looking at your raw Web logs.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;t=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;body=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;bodytext=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F&amp;title=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;notes=A%20comment%20on%20my%20Hit%20Tracking%20with%20PHP%20and%20MySQL%20post%20raised%20some%20interesting%20questions%20about%20what%20a%20consumer%20of%20Web%20analytics%20data%20needs%20to%20consider%20when%20selecting%20providers%20for%20their%20sites.%0D%0A%0D%0AMost%20folks%20are%20familiar%20with%20the%20model%20of%20Web%20analytics%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Scaling%20Web%20Analytics%20-%20Considerations%20for%20Consumers&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F04%2F13%2Fscaling-web-analytics-considerations-for-consumers%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/04/13/scaling-web-analytics-considerations-for-consumers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Domains Pointed to Newest Industry</title>
		<link>http://newestindustry.org/2009/03/17/new-domains-pointed-to-newest-industry/</link>
		<comments>http://newestindustry.org/2009/03/17/new-domains-pointed-to-newest-industry/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 12:11:01 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web analytics]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Andy King]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[internet performance]]></category>
		<category><![CDATA[performancefreaks.org]]></category>
		<category><![CDATA[performanceguru.org]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Measurement]]></category>
		<category><![CDATA[Web Measurement Series]]></category>
		<category><![CDATA[Web Output Using mod_deflate]]></category>
		<category><![CDATA[Web Output Using mod_gzip]]></category>
		<category><![CDATA[Web performance traffic]]></category>
		<category><![CDATA[Web Performance Tuning]]></category>
		<category><![CDATA[webcaching.org]]></category>
		<category><![CDATA[webcompression.org]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2388</guid>
		<description><![CDATA[
			
				
			
		
For a number of years, I have owned three very popular domain names: WebPerformance.org, WebCaching.org, and WebCompression.org. Last night, after many days of consideration, I stopped pointing them at their own distinct Web space and pointed them at this blog.
This is not a bad or evil thing, considering that for at least 18 months, the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="the picture anybody never took!" href="http://flickr.com/photos/14500201@N02/2254630003"><img style="float:left;padding:4px;" src="http://farm3.static.flickr.com/2315/2254630003_16bd27c4ff_m.jpg" alt="" /></a>For a number of years, I have owned three very popular domain names: WebPerformance.org, WebCaching.org, and WebCompression.org. Last night, after many days of consideration, I stopped pointing them at their own distinct Web space and pointed them at this blog.</p>
<p>This is not a bad or evil thing, considering that for at least 18 months, the articles that were hosted at those sites were duplicated here in a more manageable format.</p>
<p>For those who have come looking for the content from those sites, it is here. The search box in the right column can help you locate it.</p>
<p>But for those who would like a refresher, here is a list of the most popular articles on this blog, as selected by Web performance traffic.</p>
<h2>Web Performance Concepts Series</h2>
<ul>
<li><a href="http://newestindustry.org/2006/08/30/web-performance-part-i-fundamentals/">Web Performance, Part I: Fundamentals</a></li>
<li><a href="http://newestindustry.org/2006/08/30/web-performance-part-ii-what-are-you-calling-average/">Web Performance, Part II: What are you calling â€˜averageâ€™?</a></li>
<li><a href="http://newestindustry.org/2006/08/30/web-performance-part-iii-moving-beyond-average/">Web Performance, Part III: Moving Beyond Average</a></li>
<li><a href="http://newestindustry.org/2006/08/30/web-performance-part-iv-finding-the-frequency/">Web Performance, Part IV: Finding The Frequency</a></li>
<li><a href="http://newestindustry.org/2006/08/30/web-performance-part-v-baseline-your-data/">Web Performance, Part V: Baseline Your Data</a></li>
<li><a href="http://newestindustry.org/2006/09/01/web-performance-part-vi-benchmarking-your-site/">Web Performance, Part VI: Benchmarking Your Site</a></li>
<li><a href="http://newestindustry.org/2006/09/07/web-performance-part-vii-reliability-and-consistency/">Web Performance, Part VII: Reliability and Consistency</a></li>
<li><a href="http://newestindustry.org/2008/09/02/web-performance-part-viii-how-do-you-define-fast/">Web Performance, Part VIII: How do you define fast?</a></li>
<li><a href="http://newestindustry.org/2008/09/05/web-performance-part-ix-curse-of-the-single-metric/">Web Performance, Part IX: Curse of the Single Metric</a></li>
</ul>
<h2>Why Web Measurement Series</h2>
<ul>
<li><a href="http://newestindustry.org/2008/12/01/why-web-measurement-part-i-customer-generation/">Why Web Measurement, Part I: Customer Generation</a></li>
<li><a href="http://newestindustry.org/2008/12/02/why-web-measurements-part-ii-customer-retention/">Why Web Measurement, Part II: Customer Retention</a></li>
<li><a href="http://newestindustry.org/2008/12/05/why-web-measurements-part-iii-business-operations/">Why Web Measurement, Part III: Business Operations</a></li>
<li><a href="http://newestindustry.org/2008/12/08/why-web-measurements-part-iv-technical-operations/">Why Web Measurement, Part IV: Technical Operations</a></li>
</ul>
<h2>Web Performance Tuning</h2>
<ul>
<li><a href="http://newestindustry.org/2008/08/30/the-dichotomy-of-the-web-andy-kings-website-optimization/">The Dichotomy of the Web: Andy Kingâ€™s Website Optimization</a></li>
<li><a href="http://newestindustry.org/2006/10/03/performance-improvement-from-compression-2/">Performance Improvement From Compression</a></li>
<li><a href="http://newestindustry.org/2006/10/03/baseline-testing-with-curl-2/">Baseline Testing With cURL</a></li>
<li><a href="http://newestindustry.org/2006/10/03/compressing-web-output-using-mod_deflate-and-apache-20x-2/">Compressing Web Output Using mod_deflate and Apache 2.0.x</a></li>
<li><a href="http://newestindustry.org/2006/10/03/compressing-php-output/">Compressing PHP Output</a></li>
<li><a href="http://newestindustry.org/2006/10/03/using-client-side-cache-solutions-and-server-side-caching-configurations-to-improve-internet-performance/">Using Client-Side Cache Solutions And Server-Side Caching Configurations To Improve Internet Performance</a></li>
<li><a href="http://newestindustry.org/2006/10/03/performance-improvement-from-caching-and-compression-2/">Performance Improvement From Caching and Compression</a></li>
<li><a href="http://newestindustry.org/2006/10/03/compressing-web-output-using-mod_gzip-for-apache-13x-and-20x-2/">Compressing Web Output Using mod_gzip for Apache 1.3.x and 2.0.x</a></li>
<li><a href="http://newestindustry.org/2006/10/03/mod_gzip-compile-instructions/">mod_gzip Compile Instructions</a></li>
<li><a href="http://newestindustry.org/2006/10/03/hacking-mod_deflate-for-apache-2044-and-lower-2/">Hacking mod_deflate for Apache 2.0.44 and lower</a></li>
</ul>
<h2>IP Tracking</h2>
<ul>
<li><a href="http://newestindustry.org/2005/11/08/geographic-ip-database-using-perl-php-and-mysql/">Geographic IP database using PERL, PHP and MySQL â€” UPDATE: September 16 2008</a></li>
<li><a href="http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/">Hit Tracking with PHP and MySQL</a></li>
</ul>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;t=New%20Domains%20Pointed%20to%20Newest%20Industry" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=New%20Domains%20Pointed%20to%20Newest%20Industry%20-%20http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;body=For%20a%20number%20of%20years%2C%20I%20have%20owned%20three%20very%20popular%20domain%20names%3A%20WebPerformance.org%2C%20WebCaching.org%2C%20and%20WebCompression.org.%20Last%20night%2C%20after%20many%20days%20of%20consideration%2C%20I%20stopped%20pointing%20them%20at%20their%20own%20distinct%20Web%20space%20and%20pointed%20them%20at" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;bodytext=For%20a%20number%20of%20years%2C%20I%20have%20owned%20three%20very%20popular%20domain%20names%3A%20WebPerformance.org%2C%20WebCaching.org%2C%20and%20WebCompression.org.%20Last%20night%2C%20after%20many%20days%20of%20consideration%2C%20I%20stopped%20pointing%20them%20at%20their%20own%20distinct%20Web%20space%20and%20pointed%20them%20at" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=For%20a%20number%20of%20years%2C%20I%20have%20owned%20three%20very%20popular%20domain%20names%3A%20WebPerformance.org%2C%20WebCaching.org%2C%20and%20WebCompression.org.%20Last%20night%2C%20after%20many%20days%20of%20consideration%2C%20I%20stopped%20pointing%20them%20at%20their%20own%20distinct%20Web%20space%20and%20pointed%20them%20at" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F&amp;title=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;notes=For%20a%20number%20of%20years%2C%20I%20have%20owned%20three%20very%20popular%20domain%20names%3A%20WebPerformance.org%2C%20WebCaching.org%2C%20and%20WebCompression.org.%20Last%20night%2C%20after%20many%20days%20of%20consideration%2C%20I%20stopped%20pointing%20them%20at%20their%20own%20distinct%20Web%20space%20and%20pointed%20them%20at" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=New%20Domains%20Pointed%20to%20Newest%20Industry&amp;body=http%3A%2F%2Fnewestindustry.org%2F2009%2F03%2F17%2Fnew-domains-pointed-to-newest-industry%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2009/03/17/new-domains-pointed-to-newest-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrabPERF: What and Why</title>
		<link>http://newestindustry.org/2008/12/01/grabperf-what-and-why/</link>
		<comments>http://newestindustry.org/2008/12/01/grabperf-what-and-why/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:15 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[experimental tool]]></category>
		<category><![CDATA[GrabIT2]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux: Server]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web performance industry]]></category>
		<category><![CDATA[Web performance measurement platform]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=2227</guid>
		<description><![CDATA[
			
				
			
		
Why GrabPERF?
About four years ago, I had a bright idea that I would like to learn more about how to build and scale a small Web performance measurement platform. I&#8217;ve worked in the Web performance industry for nearly a decade now, and this was an experimental platform for me to examine and encounter many of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h3>Why GrabPERF?</h3>
<p>About four years ago, I had a bright idea that I would like to learn more about how to build and scale a small Web performance measurement platform. I&#8217;ve worked in the Web performance industry for nearly a decade now, and this was an experimental platform for me to examine and encounter many of the challenges that I see on a daily basis.</p>
<p>The effort was so successful and garnered enough attention during the initial blogging boom that I was able to sell the whole platform for a tiny (that is not a typo) sum to Technorati.</p>
<p>The name is taken from another experimental tool I wrote called <a title="GrabIT2" href="http://grabit2.pierzchala.com/" target="_blank">GrabIT2</a> which uses the PHP cURL libraries to capture timings and HTML data for HTTP requests. It is an extension of my articles and writings on Web performance that started at <a title="Webperformance.org" href="http://webperformance.org/" target="_blank">Webperformance.org</a>, and that have since moved to <a title="Newest Industry - Webperformance.org Category" href="http://newestindustry.org/category/webperformanceorg/" target="_blank">this blog</a>.</p>
<h3>What is GrabERF?</h3>
<p>GrabPERF is a multi-location measurement platform, based on PERL, cURL, PHP, and MySQL that is designed to</p>
<ul>
<li>Measure the base HTML or a single-object target using HTTP or HTTPS</li>
<li>Report the data to a central database (located in the San Francisco Area)</li>
<li>Report the data using a GUI or through text based download</li>
</ul>
<h3>Why not Full Pages with all Objects?</h3>
<p><strong>Reason 1:<em> </em></strong>I work for a company that already does that. Lawyers and MBAs among you, do the math.</p>
<p><strong>Reason 2:</strong> I am an analyst, not a programmer. The best I can say about my measurement script is <em>hack job</em>.</p>
<h3>Why is the GrabPERF interface so clunky?</h3>
<p>See reason 2 above.</p>
<p>If you want to write your own interface to the data, <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">let me know</a>.</p>
<h3>Why has the interface not changed in nearly three years?</h3>
<p>The current interface works. It&#8217;s simple, clean, and delivers the data that I and the regular users need to analyze performance issues. If there is something more that you would like to see, <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">let me know</a>!</p>
<h3>I like what I see. How can I host a measurement location?</h3>
<p>Just contact me, and I can provide you with a list of PERL modules you will need to install on your linux server. In return, I need a static IP address of the machine hosting the measurement agent.</p>
<h3>How stable is GrabPERF?</h3>
<p>Most of the time, I forget it&#8217;s even running. I have logged onto the servers and typed in <em>uptime</em> and discovered that it&#8217;s been 6 months or more since the servers have been re-booted.</p>
<p>It was designed to be simple, because that&#8217;s all I know how to do. The lack of complexity makes it effectively self-managing.</p>
<p>Shouldn&#8217;t all systems be that way?</p>
<h3>What if my question isn&#8217;t asked / answered here?</h3>
<p>Your should know the answer to this by now: <a title="GrabPERF: Contact" href="http://grabperf.org/contact.php" target="_blank">contact me</a>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;t=GrabPERF%3A%20What%20and%20Why" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GrabPERF%3A%20What%20and%20Why%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;body=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;bodytext=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GrabPERF%3A%20What%20and%20Why&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F&amp;title=GrabPERF%3A%20What%20and%20Why&amp;notes=Why%20GrabPERF%3F%0D%0AAbout%20four%20years%20ago%2C%20I%20had%20a%20bright%20idea%20that%20I%20would%20like%20to%20learn%20more%20about%20how%20to%20build%20and%20scale%20a%20small%20Web%20performance%20measurement%20platform.%20I%27ve%20worked%20in%20the%20Web%20performance%20industry%20for%20nearly%20a%20decade%20now%2C%20and%20this%20was%20an%20e" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GrabPERF%3A%20What%20and%20Why&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F12%2F01%2Fgrabperf-what-and-why%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/12/01/grabperf-what-and-why/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Performance: GrabPERF Performance Measurement System Needs YOU!</title>
		<link>http://newestindustry.org/2008/09/13/web-performance-grabperf-performance-measurement-system-needs-you/</link>
		<comments>http://newestindustry.org/2008/09/13/web-performance-grabperf-performance-measurement-system-needs-you/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 14:34:08 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[Asia-Pacific]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[Boston]]></category>
		<category><![CDATA[cable modem]]></category>
		<category><![CDATA[Central Europe]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[internet performance measurement data]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Pakistan]]></category>
		<category><![CDATA[performance measurement]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Polska]]></category>
		<category><![CDATA[Portugal]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[United Kingdom]]></category>
		<category><![CDATA[Washington DC]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web performance measurement data]]></category>
		<category><![CDATA[Web performance measurement system]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1996</guid>
		<description><![CDATA[
			
				
			
		
In 2004-2005, as a lark, I created my own Web performance measurement system, using PERL, PHP and MySQL. In August 2005, I managed to figure out how to include remote agents.
I dubbed it&#8230;GrabPERF. An odd name, but an amalgamation of &#8220;Grab&#8221; and &#8220;Performance&#8221; that made sense to my mind at the time. I also never [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>In 2004-2005, as a lark, I created my own Web performance measurement system, using PERL, PHP and MySQL. In August 2005, I managed to figure out <a title="Newest Industry - GrabPERF Remote Locations" href="http://newestindustry.org/2005/08/07/grabperf-measurement-location-2-is-now-online/" target="_blank">how to include remote agents</a>.</p>
<p>I dubbed it&#8230;<a title="GrabPERF - Web Performance Monitoring" href="http://grabperf.org/" target="_blank">GrabPERF</a>. An odd name, but an amalgamation of &#8220;Grab&#8221; and &#8220;Performance&#8221; that made sense to my mind at the time. I also never though that it would go beyond my house, a couple of basement servers, and a cable modem.</p>
<p>In the intervening three years, I have managed to:</p>
<ul>
<li> scale the system to handle over 250 individual measurements</li>
<li>involve nine remote measurement locations</li>
<li>move the system to the <a title="Technorati" href="http://www.technorati.com/" target="_blank">Technorati</a> datacenter</li>
<li>provide key operational measurement data to system visitors</li>
</ul>
<p>Although the system lives in the Technorati datacenter and is owned by them, I provide the majority of the day-to-day maintenance on a volunteer basis, if only to try and keep my limited coding skills up.</p>
<p>But this post is not about me. It&#8217;s about GrabPERF.</p>
<p>Thanks to the help of a number of volunteers, I have measurement locations in the San Francisco Bay Area, Washington DC, Boston, Portugal, Germany and Argentina.</p>
<p>While this is a good spread, I am still looking to gather volunteers who can host a GrabPERF measurement location. The areas where GrabPERF has the most need are:</p>
<ul>
<li>Asia-Pacific</li>
<li>South Asia (India, Pakistan, Bangladesh)</li>
<li>UK and Continental Europe</li>
<li>Central Europe, including the ancestral homeland of <a title="Wikipedia - Polska / Poland" href="http://en.wikipedia.org/wiki/Poland" target="_blank">Polska</a></li>
</ul>
<p>It would also be great to get a funky logo for the system, so if you are a graphic designer and want to create a cool GrabPERF logo, <a title="GrabPERF - Contact Form" href="http://grabperf.org/contact.php" target="_blank">let me know</a>.</p>
<p>The current measurement system requires Linux, <a title="cURL Web Libraries" href="http://curl.haxx.se/" target="_blank">cURL</a> and a few add-on Perl modules. I am sure that I could work on other operating systems, I just haven&#8217;t had the opportunity to experiment.</p>
<p>If you or your organization can help, please contact me using <a title="GrabPERF - Contact Form" href="http://grabperf.org/contact.php" target="_blank">the GrabPERF contact form</a>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;t=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;body=In%202004-2005%2C%20as%20a%20lark%2C%20I%20created%20my%20own%20Web%20performance%20measurement%20system%2C%20using%20PERL%2C%20PHP%20and%20MySQL.%20In%20August%202005%2C%20I%20managed%20to%20figure%20out%20how%20to%20include%20remote%20agents.%0D%0A%0D%0AI%20dubbed%20it...GrabPERF.%20An%20odd%20name%2C%20but%20an%20amalgamation%20of%20%22Grab%22%20and%20%22" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;bodytext=In%202004-2005%2C%20as%20a%20lark%2C%20I%20created%20my%20own%20Web%20performance%20measurement%20system%2C%20using%20PERL%2C%20PHP%20and%20MySQL.%20In%20August%202005%2C%20I%20managed%20to%20figure%20out%20how%20to%20include%20remote%20agents.%0D%0A%0D%0AI%20dubbed%20it...GrabPERF.%20An%20odd%20name%2C%20but%20an%20amalgamation%20of%20%22Grab%22%20and%20%22" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=In%202004-2005%2C%20as%20a%20lark%2C%20I%20created%20my%20own%20Web%20performance%20measurement%20system%2C%20using%20PERL%2C%20PHP%20and%20MySQL.%20In%20August%202005%2C%20I%20managed%20to%20figure%20out%20how%20to%20include%20remote%20agents.%0D%0A%0D%0AI%20dubbed%20it...GrabPERF.%20An%20odd%20name%2C%20but%20an%20amalgamation%20of%20%22Grab%22%20and%20%22" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F&amp;title=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;notes=In%202004-2005%2C%20as%20a%20lark%2C%20I%20created%20my%20own%20Web%20performance%20measurement%20system%2C%20using%20PERL%2C%20PHP%20and%20MySQL.%20In%20August%202005%2C%20I%20managed%20to%20figure%20out%20how%20to%20include%20remote%20agents.%0D%0A%0D%0AI%20dubbed%20it...GrabPERF.%20An%20odd%20name%2C%20but%20an%20amalgamation%20of%20%22Grab%22%20and%20%22" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Web%20Performance%3A%20GrabPERF%20Performance%20Measurement%20System%20Needs%20YOU%21&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F13%2Fweb-performance-grabperf-performance-measurement-system-needs-you%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/13/web-performance-grabperf-performance-measurement-system-needs-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hit Tracking with PHP and MySQL</title>
		<link>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/</link>
		<comments>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 12:22:15 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[graphics applications]]></category>
		<category><![CDATA[hits]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Registrar]]></category>
		<category><![CDATA[rudimentary tracking tool]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[visitors]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1904</guid>
		<description><![CDATA[
			
				
			
		
Recently there was an outage at a hit-tracking vendor I was using to track the hits on my externally hosted blog, leaving me with a gap in my visitor data several hours long. While this was an inconvenience for me, I realized that this could be mission critical failure to an online business reliant on [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a title="WebTrends 2007 / otro mapa de web 2.0" href="http://flickr.com/photos/90646759@N00/1149873101"><img style="float:left;padding:4px;" src="http://farm2.static.flickr.com/1438/1149873101_2da660fa2b_t.jpg" alt="" /></a>Recently there was an outage at a hit-tracking vendor I was using to track the hits on my externally hosted blog, leaving me with a gap in my visitor data several hours long. While this was an inconvenience for me, I realized that this could be mission critical failure to an online business reliant on this data.</p>
<p>To resolve this, I used the PHP HTTP environment variables and the built-in function for converting IP addresses to IP numbers to create my own hit-tracker. It is a rudimentary tracking tool, but it provides me with the basic information I need to track visitors.</p>
<p>To begin, I wrote a simple PHP script to insert tracking data into a MySQL database. How do you do that? You use the <em>gd</em> features in PHP to draw an image, and insert the data into the database.</p>
<hr />
<blockquote>
<pre>header ("Content-type: image/png");

include("dbconnect_logger.php");
$logtime = date("YmdHis");
$ipquery = sprintf("%u",ip2long($_SERVER['REMOTE_ADDR']));

        $query2 = "INSERT into logger.blog_log values \
               ($logtime,$ipquery,'$HTTP_USER_AGENT','$HTTP_REFERER')";
        mysql_query($query2) or die("Log Insert Failed");

mysql_close($link);

$im = @ImageCreate (1, 1)
or die ("Cannot Initialize new GD image stream");
$background_color = ImageColorAllocate ($im, 224, 234, 234);
$text_color = ImageColorAllocate ($im, 233, 14, 91);

// imageline ($im,$x1,$y1,$x2,$y2,$text_color);
imageline ($im,0,0,1,2,$text_color);
imageline ($im,1,0,0,2,$text_color);

ImagePng ($im);
?&gt;</pre>
</blockquote>
<hr />Next, I created the database table.</p>
<hr />
<blockquote>
<pre>DROP TABLE IF EXISTS `blog_log`;
CREATE TABLE `blog_log` (
  `date` timestamp NOT NULL default '0000-00-00 00:00:00',
  `ip_num` double NOT NULL default '0',
  `uagent` varchar(200) default NULL,
  `visited_page` varchar(200) NOT NULL default '',
  UNIQUE KEY `date` (`date`,`ip_num`,`visited_page`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;</pre>
</blockquote>
<hr />It&#8217;s done. I can now log any request I want using this embedded tracker.</p>
<p>Data should begin flowing to your database immediately. This sample snippet of code will allow you to pull data for a selected day and list each individual hit.</p>
<hr />
<blockquote>
<pre>$query1 = "SELECT
                bl.ip_num,
                DATE_FORMAT(bl.date,'%d/%b/%Y %H:%i:%s') AS NEW_DATE,
                bl.uagent,
                bl.visited_page
        FROM blog_log bl
        WHERE
                DATE_FORMAT(bl.date,'%Y%m%d') ='$YMD'
		and uagent not REGEXP '(.*bot.*|.*crawl.*|.*spider.*|^-$|.*slurp.*|.*walker.*|.*lwp.*|.*teoma.*|.*aggregator.*|.*reader.*|.*libwww.*)'
        ORDER BY bl.date ASC";

print "&lt;table border=\"1\"&gt;\n";
print "&lt;tr&gt;&lt;td&gt;IP&lt;/td&gt;&lt;td&gt;DATE&lt;/td&gt;&lt;td&gt;USER-AGENT&lt;/td&gt;&lt;td&gt;PAGE VIEWED&lt;/td&gt;&lt;/tr&gt;";
while ($row = mysql_fetch_array($result1)) {
        $visitor = long2ip($row[ip_num]);
        print "&lt;tr&gt;&lt;td&gt;$visitor&lt;/td&gt;&lt;td nowrap&gt;$row[NEW_DATE]&lt;/td&gt;&lt;td nowrap&gt;$row[uagent]&lt;/td&gt;&lt;td&gt;";

	if ($row[visited_page] == ""){
    	    print " --- &lt;/td&gt;&lt;/tr&gt;\n";
	} else {
    	    print "&lt;a href=\"$row[visited_page]\" target=\_blank\"&gt;$row[visited_page]&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;\n";
	}

}

mysql_close($link);</pre>
</blockquote>
<hr />And that&#8217;s it. A few lines of code and you&#8217;re done. With a little tweaking, you can integrate the IP number data with a number of Geographic IP databases available for purchase to track by country and ISP, and using graphics applications for PHP, you can add graphs.</p>
<p>For my own purposes, this is an extension of the <a title="A Geographic IP Database using PERL, PHP, and MySQL" href="http://newestindustry.org/2005/11/08/geographic-ip-database-using-perl-php-and-mysql/" target="_blank">Geographic IP database</a> I created a number of years ago. This application extracts IP address information from the five IP registrars, and inserts it into a database. Using the log data collected by the tracking bug above and the lookup capabilities of the Geographic IP database, I can quickly track which countries and ISP drive the most visitors to my site, and use this for general interest purposes, as well as the ability to isolate any malicious visitors to the site.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;t=Hit%20Tracking%20with%20PHP%20and%20MySQL" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Hit%20Tracking%20with%20PHP%20and%20MySQL%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;body=Recently%20there%20was%20an%20outage%20at%20a%20hit-tracking%20vendor%20I%20was%20using%20to%20track%20the%20hits%20on%20my%20externally%20hosted%20blog%2C%20leaving%20me%20with%20a%20gap%20in%20my%20visitor%20data%20several%20hours%20long.%20While%20this%20was%20an%20inconvenience%20for%20me%2C%20I%20realized%20that%20this%20could%20be%20missi" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;bodytext=Recently%20there%20was%20an%20outage%20at%20a%20hit-tracking%20vendor%20I%20was%20using%20to%20track%20the%20hits%20on%20my%20externally%20hosted%20blog%2C%20leaving%20me%20with%20a%20gap%20in%20my%20visitor%20data%20several%20hours%20long.%20While%20this%20was%20an%20inconvenience%20for%20me%2C%20I%20realized%20that%20this%20could%20be%20missi" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Recently%20there%20was%20an%20outage%20at%20a%20hit-tracking%20vendor%20I%20was%20using%20to%20track%20the%20hits%20on%20my%20externally%20hosted%20blog%2C%20leaving%20me%20with%20a%20gap%20in%20my%20visitor%20data%20several%20hours%20long.%20While%20this%20was%20an%20inconvenience%20for%20me%2C%20I%20realized%20that%20this%20could%20be%20missi" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F&amp;title=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;notes=Recently%20there%20was%20an%20outage%20at%20a%20hit-tracking%20vendor%20I%20was%20using%20to%20track%20the%20hits%20on%20my%20externally%20hosted%20blog%2C%20leaving%20me%20with%20a%20gap%20in%20my%20visitor%20data%20several%20hours%20long.%20While%20this%20was%20an%20inconvenience%20for%20me%2C%20I%20realized%20that%20this%20could%20be%20missi" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Hit%20Tracking%20with%20PHP%20and%20MySQL&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F03%2Fhit-tracking-with-php-and-mysql%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/03/hit-tracking-with-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>San Francisco 1, Wasteful Excess 0</title>
		<link>http://newestindustry.org/2007/12/28/san-francisco-1-wasteful-excess-0/</link>
		<comments>http://newestindustry.org/2007/12/28/san-francisco-1-wasteful-excess-0/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 04:56:17 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[San Francisco]]></category>
		<category><![CDATA[Technorati]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2007/12/28/san-francisco-1-wasteful-excess-0/</guid>
		<description><![CDATA[
			
				
			
		
&#160;

&#160;
Don&#8217;t really need to explain this, do we?
Via Core77 and LuxuryLaunches
Technorati Tags: Excess,San francisco,Stupidity



Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p align="center">&nbsp;</p>
<p align="center"><a href="http://www.luxurylaunches.com/transport/lucky_limo_starts_a_tugofwar_in_san_francisco.php"><img height="338" src="http://www.luxurylaunches.com/entry_images/1207/26/Limo_See-Saw.jpg" width="450"></a></p>
<p align="left">&nbsp;</p>
<p align="left">Don&#8217;t really need to explain this, do we?</p>
<p align="left"><em>Via <a href="http://www.core77.com/blog/object_culture/perversely_long_limousines_do_poorly_in_san_francisco_8522.asp">Core77</a> and <a href="http://www.luxurylaunches.com/transport/lucky_limo_starts_a_tugofwar_in_san_francisco.php">LuxuryLaunches</a></em></p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Excess" rel="tag">Excess</a>,<a href="http://technorati.com/tags/San%20francisco" rel="tag">San francisco</a>,<a href="http://technorati.com/tags/Stupidity" rel="tag">Stupidity</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;t=San%20Francisco%201%2C%20Wasteful%20Excess%200" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=San%20Francisco%201%2C%20Wasteful%20Excess%200%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;body=%26nbsp%3B%20%20%26nbsp%3B%20Don%27t%20really%20need%20to%20explain%20this%2C%20do%20we%3F%20Via%20Core77%20and%20LuxuryLaunches%20Technorati%20Tags%3A%20Excess%2CSan%20francisco%2CStupidity" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;bodytext=%26nbsp%3B%20%20%26nbsp%3B%20Don%27t%20really%20need%20to%20explain%20this%2C%20do%20we%3F%20Via%20Core77%20and%20LuxuryLaunches%20Technorati%20Tags%3A%20Excess%2CSan%20francisco%2CStupidity" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=%26nbsp%3B%20%20%26nbsp%3B%20Don%27t%20really%20need%20to%20explain%20this%2C%20do%20we%3F%20Via%20Core77%20and%20LuxuryLaunches%20Technorati%20Tags%3A%20Excess%2CSan%20francisco%2CStupidity" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F&amp;title=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;notes=%26nbsp%3B%20%20%26nbsp%3B%20Don%27t%20really%20need%20to%20explain%20this%2C%20do%20we%3F%20Via%20Core77%20and%20LuxuryLaunches%20Technorati%20Tags%3A%20Excess%2CSan%20francisco%2CStupidity" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=San%20Francisco%201%2C%20Wasteful%20Excess%200&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F12%2F28%2Fsan-francisco-1-wasteful-excess-0%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/12/28/san-francisco-1-wasteful-excess-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Black Friday: Sears</title>
		<link>http://newestindustry.org/2007/11/23/black-friday-sears/</link>
		<comments>http://newestindustry.org/2007/11/23/black-friday-sears/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 19:15:27 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web+performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/11/23/black-friday-sears/</guid>
		<description><![CDATA[
			
				
			
		
Today&#8217;s biggest victim of Black Friday appears to be Sears

Sears measurement data for the last 8 hours can be found here.
UPDATE: It gets worse for Sears.

Technorati Tags:
Grabperf, Sears, Black Friday, Web Performance



Spread the Love:


	
	
	
	
	
	
	
	
	
	
	
	
	


]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Today&#8217;s biggest victim of Black Friday appears to be Sears</p>
<p align="center"><a href="http://www.flickr.com/photos/spierzchala/2057157189/" title="sears-blackfriday-nov232007 by spierzchala, on Flickr"><img src="http://farm3.static.flickr.com/2018/2057157189_cf72243831.jpg" alt="sears-blackfriday-nov232007" height="250" width="500" /></a></p>
<p>Sears measurement data for the last 8 hours can be found <a href="http://grabperf.org/scatter.php?test=349&amp;hours=8">here</a>.</p>
<p><strong>UPDATE:</strong> It gets worse for Sears.</p>
<p align="center"><a href="http://www.flickr.com/photos/spierzchala/2057225977/" title="sears-blackfriday-sitedown-nov232007 by spierzchala, on Flickr"><img src="http://farm3.static.flickr.com/2300/2057225977_24d34eab54.jpg" alt="sears-blackfriday-sitedown-nov232007" height="295" width="500" /></a></p>
<p><span class="technoratitag">Technorati Tags:<br />
<a href="http://www.technorati.com/tag/Grabperf" target="_blank" rel="tag" title="Link to Technorati Tag category for Grabperf">Grabperf</a>, <a href="http://www.technorati.com/tag/Sears" target="_blank" rel="tag" title="Link to Technorati Tag category for Sears">Sears</a>, <a href="http://www.technorati.com/tag/Black+Friday" target="_blank" rel="tag" title="Link to Technorati Tag category for Black Friday">Black Friday</a>, <a href="http://www.technorati.com/tag/Web+Performance" target="_blank" rel="tag" title="Link to Technorati Tag category for Web Performance">Web Performance</a></span></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;t=Black%20Friday%3A%20Sears" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Black%20Friday%3A%20Sears%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears&amp;body=Today%27s%20biggest%20victim%20of%20Black%20Friday%20appears%20to%20be%20Sears%0A%0A%0A%0ASears%20measurement%20data%20for%20the%20last%208%20hours%20can%20be%20found%20here.%0A%0AUPDATE%3A%20It%20gets%20worse%20for%20Sears.%0A%0A%0A%0ATechnorati%20Tags%3A%0AGrabperf%2C%20Sears%2C%20Black%20Friday%2C%20Web%20Performance" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears&amp;bodytext=Today%27s%20biggest%20victim%20of%20Black%20Friday%20appears%20to%20be%20Sears%0A%0A%0A%0ASears%20measurement%20data%20for%20the%20last%208%20hours%20can%20be%20found%20here.%0A%0AUPDATE%3A%20It%20gets%20worse%20for%20Sears.%0A%0A%0A%0ATechnorati%20Tags%3A%0AGrabperf%2C%20Sears%2C%20Black%20Friday%2C%20Web%20Performance" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Today%27s%20biggest%20victim%20of%20Black%20Friday%20appears%20to%20be%20Sears%0A%0A%0A%0ASears%20measurement%20data%20for%20the%20last%208%20hours%20can%20be%20found%20here.%0A%0AUPDATE%3A%20It%20gets%20worse%20for%20Sears.%0A%0A%0A%0ATechnorati%20Tags%3A%0AGrabperf%2C%20Sears%2C%20Black%20Friday%2C%20Web%20Performance" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Black%20Friday%3A%20Sears&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F&amp;title=Black%20Friday%3A%20Sears&amp;notes=Today%27s%20biggest%20victim%20of%20Black%20Friday%20appears%20to%20be%20Sears%0A%0A%0A%0ASears%20measurement%20data%20for%20the%20last%208%20hours%20can%20be%20found%20here.%0A%0AUPDATE%3A%20It%20gets%20worse%20for%20Sears.%0A%0A%0A%0ATechnorati%20Tags%3A%0AGrabperf%2C%20Sears%2C%20Black%20Friday%2C%20Web%20Performance" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Black%20Friday%3A%20Sears&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/11/23/black-friday-sears/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mon.itor.us Outage</title>
		<link>http://newestindustry.org/2007/11/05/monitorus-outage/</link>
		<comments>http://newestindustry.org/2007/11/05/monitorus-outage/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 23:02:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[ARIN]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[outage]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[performance measurement]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web performance measurement]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/11/05/monitorus-outage/</guid>
		<description><![CDATA[
			
				
			
		
mon.itor.us, a service which also provides free Web performance measurement services, appears to be having a wee problem.



The most recent GrabPERF data on this site is available here. The issue may be corrected by the time you look at the data.
I don&#8217;t wish suffering like this on anyone. GrabPERF had it&#8217;s own 3-4 day outage [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://mon.itor.us/">mon.itor.us</a>, a service which also provides free Web performance measurement services, appears to be having a wee problem.</p>
<div align="center">
<p><a href="http://www.flickr.com/photos/spierzchala/1879500972/" title="Photo Sharing"><img src="http://farm3.static.flickr.com/2327/1879500972_7378e7f0a7.jpg" width="500" height="250" alt="mon.itor.us-nov052007" /></a></p>
</div>
<p>The most recent GrabPERF data on this site is available <a href="http://grabperf.org/scatter.php?test=336&amp;hours=8">here</a>. The issue may be corrected by the time you look at the data.</p>
<p>I don&#8217;t wish suffering like this on anyone. GrabPERF had it&#8217;s own 3-4 day outage a few months ago. It&#8217;s just sad to see when monitoring services go down.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;t=mon.itor.us%20Outage" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=mon.itor.us%20Outage%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage&amp;body=mon.itor.us%2C%20a%20service%20which%20also%20provides%20free%20Web%20performance%20measurement%20services%2C%20appears%20to%20be%20having%20a%20wee%20problem.%0A%0AThe%20most%20recent%20GrabPERF%20data%20on%20this%20site%20is%20available%20here.%20The%20issue%20may%20be%20corrected%20by%20the%20time%20you%20look%20at%20the%20data.%0AI%20do" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage&amp;bodytext=mon.itor.us%2C%20a%20service%20which%20also%20provides%20free%20Web%20performance%20measurement%20services%2C%20appears%20to%20be%20having%20a%20wee%20problem.%0A%0AThe%20most%20recent%20GrabPERF%20data%20on%20this%20site%20is%20available%20here.%20The%20issue%20may%20be%20corrected%20by%20the%20time%20you%20look%20at%20the%20data.%0AI%20do" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=mon.itor.us%2C%20a%20service%20which%20also%20provides%20free%20Web%20performance%20measurement%20services%2C%20appears%20to%20be%20having%20a%20wee%20problem.%0A%0AThe%20most%20recent%20GrabPERF%20data%20on%20this%20site%20is%20available%20here.%20The%20issue%20may%20be%20corrected%20by%20the%20time%20you%20look%20at%20the%20data.%0AI%20do" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=mon.itor.us%20Outage&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F&amp;title=mon.itor.us%20Outage&amp;notes=mon.itor.us%2C%20a%20service%20which%20also%20provides%20free%20Web%20performance%20measurement%20services%2C%20appears%20to%20be%20having%20a%20wee%20problem.%0A%0AThe%20most%20recent%20GrabPERF%20data%20on%20this%20site%20is%20available%20here.%20The%20issue%20may%20be%20corrected%20by%20the%20time%20you%20look%20at%20the%20data.%0AI%20do" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=mon.itor.us%20Outage&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F05%2Fmonitorus-outage%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/11/05/monitorus-outage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GrabPERF: Content! Watch your content!</title>
		<link>http://newestindustry.org/2007/08/09/grabperf-content-watch-your-content/</link>
		<comments>http://newestindustry.org/2007/08/09/grabperf-content-watch-your-content/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 20:04:33 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[ARIN]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/08/09/grabperf-content-watch-your-content/</guid>
		<description><![CDATA[
			
				
			
		
Last night, I got motivated.
Ok, I got manic. Goes with my life.
As a part of that mania, I had a breakthrough on how to present GrabPERF data that I&#8217;ve actually been collecting for nearly a year: text match failures.
GrabPERF has the ability to match text on page results using a standard PERL regex. By putting [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Last night, I got motivated.</p>
<p>Ok, I got manic. Goes with my life.</p>
<p>As a part of that mania, I had a breakthrough on how to present GrabPERF data that I&#8217;ve actually been collecting for nearly a year: text match failures.</p>
<p>GrabPERF has the ability to match text on page results using a standard PERL regex. By putting a regex into the measurement configuration, I can confirm that the data downloaded matches what should be there.</p>
<p>If there is not a match, the headers and page text are captured and inserted into a table. Up until yesterday, I was the only one who could view the data. Now, if you go to the graph configuration page (<a href="http://grabperf.org/measure_page.php?test=[insert">http://grabperf.org/measure_page.php?test=[insert</a> test id here]), and see the following type of result, then click through the links.</p>
<p align="center"><a title="Photo Sharing" href="http://www.flickr.com/photos/spierzchala/1063431813/"><img height="217" alt="content_error-1" src="http://farm2.static.flickr.com/1202/1063431813_84573bb7ef.jpg" width="500"></a></p>
<p>If your graph configuration page says no text match configured, and you want one, let me know!</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;t=GrabPERF%3A%20Content%21%20Watch%20your%20content%21" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GrabPERF%3A%20Content%21%20Watch%20your%20content%21%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;body=Last%20night%2C%20I%20got%20motivated.%20Ok%2C%20I%20got%20manic.%20Goes%20with%20my%20life.%20As%20a%20part%20of%20that%20mania%2C%20I%20had%20a%20breakthrough%20on%20how%20to%20present%20GrabPERF%20data%20that%20I%27ve%20actually%20been%20collecting%20for%20nearly%20a%20year%3A%20text%20match%20failures.%20GrabPERF%20has%20the%20ability%20to%20matc" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;bodytext=Last%20night%2C%20I%20got%20motivated.%20Ok%2C%20I%20got%20manic.%20Goes%20with%20my%20life.%20As%20a%20part%20of%20that%20mania%2C%20I%20had%20a%20breakthrough%20on%20how%20to%20present%20GrabPERF%20data%20that%20I%27ve%20actually%20been%20collecting%20for%20nearly%20a%20year%3A%20text%20match%20failures.%20GrabPERF%20has%20the%20ability%20to%20matc" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Last%20night%2C%20I%20got%20motivated.%20Ok%2C%20I%20got%20manic.%20Goes%20with%20my%20life.%20As%20a%20part%20of%20that%20mania%2C%20I%20had%20a%20breakthrough%20on%20how%20to%20present%20GrabPERF%20data%20that%20I%27ve%20actually%20been%20collecting%20for%20nearly%20a%20year%3A%20text%20match%20failures.%20GrabPERF%20has%20the%20ability%20to%20matc" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F&amp;title=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;notes=Last%20night%2C%20I%20got%20motivated.%20Ok%2C%20I%20got%20manic.%20Goes%20with%20my%20life.%20As%20a%20part%20of%20that%20mania%2C%20I%20had%20a%20breakthrough%20on%20how%20to%20present%20GrabPERF%20data%20that%20I%27ve%20actually%20been%20collecting%20for%20nearly%20a%20year%3A%20text%20match%20failures.%20GrabPERF%20has%20the%20ability%20to%20matc" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GrabPERF%3A%20Content%21%20Watch%20your%20content%21&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F09%2Fgrabperf-content-watch-your-content%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/08/09/grabperf-content-watch-your-content/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GrabPERF: Substantial Navigation Changes</title>
		<link>http://newestindustry.org/2007/08/04/grabperf-substantial-navigation-changes/</link>
		<comments>http://newestindustry.org/2007/08/04/grabperf-substantial-navigation-changes/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 14:35:19 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Linux: Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[GrabPERF.org]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[maintain]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/08/04/grabperf-substantial-navigation-changes/</guid>
		<description><![CDATA[
			
				
			
		
If you use GrabPERF on a regular basis, the somewhat flaky navigation method has become second nature to you. In fact, to circumvent some of the idiosyncrasies, you have probably bookmarked your favourite pages.
Yesterday, I broke your links.
When I redesigned GrabPERF in February 2006, I had just discover the require function in PHP, and decided [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>If you use GrabPERF on a regular basis, the somewhat flaky navigation method has become second nature to you. In fact, to circumvent some of the idiosyncrasies, you have probably bookmarked your favourite pages.</p>
<p>Yesterday, I broke your links.</p>
<p>When I redesigned GrabPERF in February 2006, I had just discover the <em>require</em> function in PHP, and decided to build the entire the structure using a single container page as the framework, and individual functions called using URL parameters.</p>
<p>As time went on, my own &#8220;brilliance&#8221; started to get in the way of maintaining and updating the code. It took me 10-15 minutes to figure out how I constructed pages, and then find the right code to fix or update.</p>
<p>Yesterday, I got completely fed up with this structure.</p>
<p>Now, all functions have their own unique pages, making maintenance a snap. And as an added benefit, I can now effectively track the usage of individual pages, so I know where to through development efforts.</p>
<p>Some of the changes.</p>
<p>http://grabperf.org/homepage.php?page=compare&amp;test=2&amp;tests%5B%5D=276&amp;tests%5B%5D=277&amp;tests%5B%5D=279&amp;tests%5B%5D=280</p>
<p>becomes</p>
<p><a title="http://grabperf.org/compare.php?test=2&amp;tests%5B%5D=276&amp;tests%5B%5D=277&amp;tests%5B%5D=279&amp;tests%5B%5D=280" href="http://grabperf.org/compare.php?test=2&amp;tests%5B%5D=276&amp;tests%5B%5D=277&amp;tests%5B%5D=279&amp;tests%5B%5D=280">http://grabperf.org/compare.php?test=2&amp;tests%5B%5D=276&amp;tests%5B%5D=277&amp;tests%5B%5D=279&amp;tests%5B%5D=280</a></p>
<p>
<hr />
<p>http://grabperf.org/homepage.php?page=scatter&amp;test=277&amp;hours=2</p>
<p>becomes</p>
<p><a title="http://grabperf.org/scatter.php?test=277&amp;hours=2" href="http://grabperf.org/scatter.php?test=277&amp;hours=2">http://grabperf.org/scatter.php?test=277&amp;hours=2</a></p>
<p>&nbsp;</p>
<p>I apologize for the confusion that this may cause, but in the long run, this will help me make the code better, and more robust.</p>
<div class="wlWriterSmartContent" style="display:inline;margin:0;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/GrabPERF" rel="tag">GrabPERF</a>, <a href="http://technorati.com/tags/web%20performance" rel="tag">web performance</a>, <a href="http://technorati.com/tags/PHP" rel="tag">PHP</a>, <a href="http://technorati.com/tags/optimize" rel="tag">optimize</a>, <a href="http://technorati.com/tags/efficiency" rel="tag">efficiency</a>, <a href="http://technorati.com/tags/improvement" rel="tag">improvement</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;t=GrabPERF%3A%20Substantial%20Navigation%20Changes" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=GrabPERF%3A%20Substantial%20Navigation%20Changes%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;body=If%20you%20use%20GrabPERF%20on%20a%20regular%20basis%2C%20the%20somewhat%20flaky%20navigation%20method%20has%20become%20second%20nature%20to%20you.%20In%20fact%2C%20to%20circumvent%20some%20of%20the%20idiosyncrasies%2C%20you%20have%20probably%20bookmarked%20your%20favourite%20pages.%20Yesterday%2C%20I%20broke%20your%20links.%20When%20I%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;bodytext=If%20you%20use%20GrabPERF%20on%20a%20regular%20basis%2C%20the%20somewhat%20flaky%20navigation%20method%20has%20become%20second%20nature%20to%20you.%20In%20fact%2C%20to%20circumvent%20some%20of%20the%20idiosyncrasies%2C%20you%20have%20probably%20bookmarked%20your%20favourite%20pages.%20Yesterday%2C%20I%20broke%20your%20links.%20When%20I%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=If%20you%20use%20GrabPERF%20on%20a%20regular%20basis%2C%20the%20somewhat%20flaky%20navigation%20method%20has%20become%20second%20nature%20to%20you.%20In%20fact%2C%20to%20circumvent%20some%20of%20the%20idiosyncrasies%2C%20you%20have%20probably%20bookmarked%20your%20favourite%20pages.%20Yesterday%2C%20I%20broke%20your%20links.%20When%20I%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F&amp;title=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;notes=If%20you%20use%20GrabPERF%20on%20a%20regular%20basis%2C%20the%20somewhat%20flaky%20navigation%20method%20has%20become%20second%20nature%20to%20you.%20In%20fact%2C%20to%20circumvent%20some%20of%20the%20idiosyncrasies%2C%20you%20have%20probably%20bookmarked%20your%20favourite%20pages.%20Yesterday%2C%20I%20broke%20your%20links.%20When%20I%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=GrabPERF%3A%20Substantial%20Navigation%20Changes&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F08%2F04%2Fgrabperf-substantial-navigation-changes%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/08/04/grabperf-substantial-navigation-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
