<?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; performance</title>
	<atom:link href="http://newestindustry.org/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Tue, 13 Oct 2009 00:18:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Web Performance: David Cancel Discusses Lookery Performance Strategies</title>
		<link>http://newestindustry.org/2008/09/12/web-performance-david-cancel-discusses-lookery-performance-strategies/</link>
		<comments>http://newestindustry.org/2008/09/12/web-performance-david-cancel-discusses-lookery-performance-strategies/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 12:34:22 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Cacheability]]></category>
		<category><![CDATA[Cachefly]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[content delivery network]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[David Cancel]]></category>
		<category><![CDATA[geographically-specific server]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Lookery]]></category>
		<category><![CDATA[low-cost]]></category>
		<category><![CDATA[Mark Nottingham]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[the Origin]]></category>
		<category><![CDATA[Web performance measurement]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1988</guid>
		<description><![CDATA[David Cancel and I have had sort of a passing vague, same space and thought process, living in the same Metropolitan area kind of distant acquaintance for about the same year.
About 2-3 months ago, he wrote a pair of articles discussing the efforts he has undertaken in order to try and offload some of 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%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F" height="61" width="51" /></a></div><p><a title="David Cancel" href="http://davidcancel.com/" target="_blank">David Cancel</a> and I have had sort of a passing vague, same space and thought process, living in the same Metropolitan area kind of distant acquaintance for about the same year.</p>
<p>About 2-3 months ago, he wrote a pair of articles discussing the efforts he has undertaken in order to try and offload some of the traffic to the servers for his new company, <a title="Lookery - Main Page" href="http://www.lookery.com/" target="_blank">Lookery</a>. While they are not <em>current</em>, in the sense that time moves in one direction for most technical people, and is compressed into the events of the past eight hours and the next 30 minutes, these articles provide an insight that should not be missed.</p>
<p>These two articles show how easily a growing company that is trying to improve performance and customer experience can achieve measureable results on a budget that consists of can recycling money and green stamps.</p>
<h3>Measuring your CDN</h3>
<p>A service that relies on the request and downloading of a single file from a single location very quickly realizes the limitations that this model imposes as traffic begins to broaden and increase. Geographically diverse users begin to notice performance delays as they attempt to reach a single, geographically-specific server. And the hosting location, even one as large as Amazon S3, can begin to serve as the bottleneck to success.</p>
<p>David&#8217;s first article examines the solution path that Lookery chose, which was moving the tag, which drives the entire opportunity for success in their business model, onto a CDN. With a somewhat enigmatic title (<em><a title="David Cancel - Using Amazon S3 as a CDN" href="http://davidcancel.com/2008/05/29/using-amazon-s3-as-a-cdn/" target="_blank">Using Amazon S3 as a CDN?</a></em>), he describes how the Lookery team measured the distributed performance of their JS tag using a free measurement service (not <a title="GrabPERF - Web Performance Measurement" href="http://grabperf.org/" target="_blank">GrabPERF</a>) and compared various CDNs against the origin configuration that is based on the Amazon S3 environment.</p>
<p>This deceptively simple test, which is perfect for the type of system that Lookery uses, provided that team with the data they needed to realize that they had made a good choice in choosing a CDN and that their chosen CDN was able to deliver improved response times when compared to their origin servers.</p>
<h3>Check your Cacheability</h3>
<p>Cacheability is a nasty word that my spell-checker hates. To define it simply, it refers to the ability of end-user browsers and network-level caching proxies to store and re-use downloaded content based on clear and explicit caching rules delivered in the server response header.</p>
<p>The second Article in David&#8217;s series describes how, using <a title="Mark Nottingham" href="http://www.mnot.net/personal/" target="_blank">Mark Nottingham&#8217;s</a> <a title="Mark Nottingham - Cacheability Engine" href="http://www.mnot.net/cacheability/" target="_blank">Cacheability Engine</a>, the Lookery team was able to examine the way that the CDNs and the Origin site informed the visitor browser of the cacheability of the JS file that they were downloading.</p>
<p>Cacheability doesn&#8217;t seem that important until you remember that most small firms are very conscious of the Bandwidth outlay. These small startups arevery aware when their bandwidth usage reaches 250GB/month level (Lookery&#8217;s bandwidth usage at the time the posts were written). Any method that can improve end-user performance while stilll delivering the service they expect is a welcome addition, especially when it is low-cost to free.</p>
<p>In the post, David notes that there appears to be no way in their chosen CDN to modify the Cacheability settings, an issue which appears to have been remedied since the article went up [See current server response headers for the Lookery tag <a title="GrabPERF - Lookery Tag Instant Measurement" href="http://grabperf.org/instant.php?test=539" target="_blank">here</a>].</p>
<h3>Conclusion</h3>
<p>Startups spend a lot of time imagining what success looks like. And when it comes, sometimes they aren&#8217;t ready for it, especially when it comes to the ability to handle increasing loads with their often centralized, single-location architectures.</p>
<p>David Cancel, in these two articles, shows how a little early planning, some clear goals, and targeted performance measurement can provide an organization with the information to get them through their initial growth spurt in style.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;t=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies" 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%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;body=David%20Cancel%20and%20I%20have%20had%20sort%20of%20a%20passing%20vague%2C%20same%20space%20and%20thought%20process%2C%20living%20in%20the%20same%20Metropolitan%20area%20kind%20of%20distant%20acquaintance%20for%20about%20the%20same%20year.%0D%0A%0D%0AAbout%202-3%20months%20ago%2C%20he%20wrote%20a%20pair%20of%20articles%20discussing%20the%20effort" 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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;bodytext=David%20Cancel%20and%20I%20have%20had%20sort%20of%20a%20passing%20vague%2C%20same%20space%20and%20thought%20process%2C%20living%20in%20the%20same%20Metropolitan%20area%20kind%20of%20distant%20acquaintance%20for%20about%20the%20same%20year.%0D%0A%0D%0AAbout%202-3%20months%20ago%2C%20he%20wrote%20a%20pair%20of%20articles%20discussing%20the%20effort" 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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies" 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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=David%20Cancel%20and%20I%20have%20had%20sort%20of%20a%20passing%20vague%2C%20same%20space%20and%20thought%20process%2C%20living%20in%20the%20same%20Metropolitan%20area%20kind%20of%20distant%20acquaintance%20for%20about%20the%20same%20year.%0D%0A%0D%0AAbout%202-3%20months%20ago%2C%20he%20wrote%20a%20pair%20of%20articles%20discussing%20the%20effort" 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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies" 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%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%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%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%2F&amp;title=Web%20Performance%3A%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;notes=David%20Cancel%20and%20I%20have%20had%20sort%20of%20a%20passing%20vague%2C%20same%20space%20and%20thought%20process%2C%20living%20in%20the%20same%20Metropolitan%20area%20kind%20of%20distant%20acquaintance%20for%20about%20the%20same%20year.%0D%0A%0D%0AAbout%202-3%20months%20ago%2C%20he%20wrote%20a%20pair%20of%20articles%20discussing%20the%20effort" 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%20David%20Cancel%20Discusses%20Lookery%20Performance%20Strategies&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F12%2Fweb-performance-david-cancel-discusses-lookery-performance-strategies%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/12/web-performance-david-cancel-discusses-lookery-performance-strategies/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Web Performance, Part IX: Curse of the Single Metric</title>
		<link>http://newestindustry.org/2008/09/05/web-performance-part-ix-curse-of-the-single-metric/</link>
		<comments>http://newestindustry.org/2008/09/05/web-performance-part-ix-curse-of-the-single-metric/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:35:03 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web performance concepts]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[business process]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[curse]]></category>
		<category><![CDATA[cycles]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[percentiles]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[variation]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web performance management]]></category>
		<category><![CDATA[Web performance management field]]></category>
		<category><![CDATA[Web performance measurement data]]></category>
		<category><![CDATA[Web performance results]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1918</guid>
		<description><![CDATA[While this post is aimed at Web performance, the curse of the single metric affects our everyday lives in ways that we have become oblivious to.
When you listen to a business report, theÂ stock market indices are an aggregated metric used to represent the performance of a set group of stocks.
When you read about economic indicators, [...]]]></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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F" height="61" width="51" /></a></div><p><a title="Bridalveil Falls Yosemite National Park" href="http://flickr.com/photos/66482504@N00/594614939"><img src="http://farm2.static.flickr.com/1193/594614939_4e79ed264e_m.jpg" alt="" style="float:left;padding:6px;" /></a>While this post is aimed at Web performance, the curse of the single metric affects our everyday lives in ways that we have become oblivious to.</p>
<p>When you listen to a business report, theÂ stock market indices are an aggregated metric used to represent the performance of a set group of stocks.</p>
<p>When you read about economic indicators, these values are the aggregated representations of complex populations of data, collected from around the country, or the world.</p>
<p>Sport scores are the final tally of an event, but they may not always represent how well each team performed during the match.</p>
<p>The problem with single metrics lies in their simplicity. When a single metric is created, it usually attempts to factor in all of the possible and relevant data to produce an aggregated value that can represent a whole population of results.</p>
<p>These single metrics are then portrayed as a complete representation of this complex calculation. The presentation of this single metric is usually done in such a way that their compelling simplicity is accepted as the truth, rather than as aÂ representation of <em>a truth</em>.</p>
<p>In the area of Web performance, organizations have fallen prey to this need for the compelling single metric. The need to represent a very complex process in terms that can be quickly absorbed and understand by as large a group of people as possible.</p>
<p>The single metrics most commonly found in the Web performance management field are performance (end-to-end response time of the tested business process) and availability (success rate of the tested business process).Â These numbers are then merged and transformed by data from a number of sources (external measurements, hit counts, conversions, internal server metrics, packet loss), and this <em>information</em> isÂ bubbled up in an organization. By the time senior management and decision-makers receive the <em>Web performance results</em>, that are likely several steps removed from the raw measurement data.</p>
<p>An executive will tell you that information is a blessing, but only when it speeds, rather than hinders, the decision-making process. A Web performance consultant (such as myself) will tell that basing your decisions on a single metric that has been created out of a complex population of data is madness.</p>
<p>So, where does the middle-ground lie between the data wonks and the senior leaders? The rest of this post is dedicated to introducing a few of the metrics that will, in a small subset of metrics, give a senior leaders <strong>better</strong> information to work from when deciding what to do next.</p>
<p>A great place to start this process is to examine the <a title="Wikipedia - Percentile Rank" href="http://en.wikipedia.org/wiki/Percentile_rank" target="_blank">percentile distribution</a> of measurement results.Â Percentiles are known to anyone who has children. After a visit to the pediatrician, someone will likely state that &#8220;My son/daughter is in the XXth percentile of his/her age group for height/weight/tantrums/etc&#8221;. This means that XX% of the population of children that age, as recorded by pediatricians, report values at or below the same value for this same metric.</p>
<p>Percentiles are great for a population of results like Web performance measurement data. Using only a small set of values, anyone can quickly see how many visitors to a site could be experiencing poor performance.</p>
<p>If at the <strong>median</strong> (50th percentile), the measured business process is 3.0 seconds, this means that 50% of all of the measurements looked at are being completed in 3.0 seconds or less.</p>
<p>If the executive then looks up to the 90th percentile and sees that it&#8217;s at 16.0 seconds, it can be quickly determined that something very bad has happened to affect the response times collected for the 40% of the population between these two points. Immediately, everyone knows that for some reason, an unacceptable number of visitors are likely experiencing degraded and unpredictable performance when they visit the site.</p>
<p>A suggestion for enhancing averages with percentiles is to use the 90th percentile value as aÂ <em>trim ceiling</em> for the average. Then side-by-side comparisons of the untrimmed and trimmed averages can be compared. For sites with a larger number of response time outliers, the averageÂ will decrease dramatically when it is trimmed, while sites with more consistent measurement results will find their average response time is similar with and without the trimmed data.</p>
<p>It is also critical to examine the application&#8217;s response times and success rates throughout defined business cycles. A single response time or success rate value eliminates</p>
<ul>
<li>variations by time of day</li>
<li>variations by day of week</li>
<li>variations by month</li>
<li>variations caused by advertising and marketing</li>
</ul>
<p>An average is just an average. If at peak buiness hours, response times are 5.0 seconds slower than the average, then the average is meaningless, as business is being lost to poor performance which has been lost in the focus on the single metric.</p>
<p>All of these items have also fallen prey to their own curse of the single metric. All of the items discussed above aggregate the response time of the business process into a single metric. The process of purchasing items online is broken down into discrete steps, and different parts of this process likely take longer than others. And one step beyond the discrete steps are the objects and data that appear to the customer during these steps.</p>
<p>It is critical to isolate the performance for each step of the process to find the bottlenecks to performance. Then the components in those steps that cause the greatest response time or success rate degradations must be identified and targeted for performance improvement initiatives.Â If there are one or two poorly performing steps in a business process, focusing performance improvement efforts on these is critical, otherwise precious resources are being wasted in trying to <em>fix</em> parts of the application that are working well.</p>
<p>In summary, a single metric provides a sense of false confidence, the sense that the application can be counted on to deliver response times and success rates that are nearly the same as those simple, single metrics.</p>
<p>The average provides a middle ground, a line that says that is the approximate mid-point of the measurement population. There are measurements above and below this average, and you have to plan around the peaks and valleys, not the open plains.Â It is critical never to fall victim to the attractive charms that come with the curse of the single metric.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;t=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric" 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%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;body=While%20this%20post%20is%20aimed%20at%20Web%20performance%2C%20the%20curse%20of%20the%20single%20metric%20affects%20our%20everyday%20lives%20in%20ways%20that%20we%20have%20become%20oblivious%20to.%0D%0A%0D%0AWhen%20you%20listen%20to%20a%20business%20report%2C%20the%C3%82%C2%A0stock%20market%20indices%20are%20an%20aggregated%20metric%20used%20to%20rep" 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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;bodytext=While%20this%20post%20is%20aimed%20at%20Web%20performance%2C%20the%20curse%20of%20the%20single%20metric%20affects%20our%20everyday%20lives%20in%20ways%20that%20we%20have%20become%20oblivious%20to.%0D%0A%0D%0AWhen%20you%20listen%20to%20a%20business%20report%2C%20the%C3%82%C2%A0stock%20market%20indices%20are%20an%20aggregated%20metric%20used%20to%20rep" 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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric" 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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=While%20this%20post%20is%20aimed%20at%20Web%20performance%2C%20the%20curse%20of%20the%20single%20metric%20affects%20our%20everyday%20lives%20in%20ways%20that%20we%20have%20become%20oblivious%20to.%0D%0A%0D%0AWhen%20you%20listen%20to%20a%20business%20report%2C%20the%C3%82%C2%A0stock%20market%20indices%20are%20an%20aggregated%20metric%20used%20to%20rep" 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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric" 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%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%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%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%2F&amp;title=Web%20Performance%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;notes=While%20this%20post%20is%20aimed%20at%20Web%20performance%2C%20the%20curse%20of%20the%20single%20metric%20affects%20our%20everyday%20lives%20in%20ways%20that%20we%20have%20become%20oblivious%20to.%0D%0A%0D%0AWhen%20you%20listen%20to%20a%20business%20report%2C%20the%C3%82%C2%A0stock%20market%20indices%20are%20an%20aggregated%20metric%20used%20to%20rep" 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%2C%20Part%20IX%3A%20Curse%20of%20the%20Single%20Metric&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F05%2Fweb-performance-part-ix-curse-of-the-single-metric%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/05/web-performance-part-ix-curse-of-the-single-metric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>identi.ca and Penalty of Success</title>
		<link>http://newestindustry.org/2008/07/03/identica-and-penalty-of-success/</link>
		<comments>http://newestindustry.org/2008/07/03/identica-and-penalty-of-success/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 20:08:27 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[identi.ca]]></category>
		<category><![CDATA[jaiku]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pownce]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/?p=1785</guid>
		<description><![CDATA[The latest &#8220;rage&#8221; flooding through the social-media world is identi.ca, a Twitter-like micro-blogging service that is built on open-source servers and code.
As with anything that becomes an overnight sensation, the problems of success tend to follow. Using GrabPERF, I have been monitoring the HTML download time of my personal message stream. The results have been [...]]]></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%2F07%2F03%2Fidentica-and-penalty-of-success%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F07%2F03%2Fidentica-and-penalty-of-success%2F" height="61" width="51" /></a></div><p>The latest &#8220;rage&#8221; flooding through the social-media world is <a href="http://identi.ca/">identi.ca</a>, a <a href="http://twitter.com/">Twitter</a>-like micro-blogging service that is built on open-source servers and code.</p>
<p>As with anything that becomes an <em>overnight sensation</em>, the problems of success tend to follow. Using <a href="http://grabperf.org/">GrabPERF</a>, I have been monitoring the HTML download time of my <a href="http://identi.ca/crazycanuck">personal message stream</a>. The results have been interesting.</p>
<p style="text-align:center;"><a title="identi.ca-Jul02-032008 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/2633979563/"><img class="aligncenter" src="http://farm4.static.flickr.com/3050/2633979563_0aafca8ca7.jpg" alt="identi.ca-Jul02-032008" width="500" height="250" /></a></p>
<p style="text-align:left;">Much has been made of social-media <em>leaders</em> that says that this is a clone, and that it is slow, etc. But, as has also been noted, it is:</p>
<ul>
<li>A one-person operation</li>
<li>open-source code</li>
<li>willing to admit that it needs to grow.</li>
</ul>
<p>So, one-day never makes a performance trend. Over the last week, in my day job, I have watched a large online retailer suffer a similar fate to this newcomer to the social-media arena.</p>
<p>And if everyone who was willing to wait for Twitter to recover waited ten seconds for identi.ca to catch up, then there is a good chance that it may stand a chance of becoming a true competitor, pushing performance improvement.</p>
<p><a href="http://plurk.com/">Plurk</a> was a non-starter for the twitterati. <a href="http://jaiku.com/">Jaiku</a> has lost momentum, and is failing Google in the same way that <a href="http://orkut.com/">Orkut</a> did. And <a href="http://pownce.com/">Pownce</a>&#8230;what is that?</p>
<p>I hold out high hopes for identi.ca, if only to keep Twitter truly honest.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;t=identi.ca%20and%20Penalty%20of%20Success" 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=identi.ca%20and%20Penalty%20of%20Success%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F07%2F03%2Fidentica-and-penalty-of-success%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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success&amp;body=The%20latest%20%22rage%22%20flooding%20through%20the%20social-media%20world%20is%20identi.ca%2C%20a%20Twitter-like%20micro-blogging%20service%20that%20is%20built%20on%20open-source%20servers%20and%20code.%0A%0AAs%20with%20anything%20that%20becomes%20an%20overnight%20sensation%2C%20the%20problems%20of%20success%20tend%20to%20follow" 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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success&amp;bodytext=The%20latest%20%22rage%22%20flooding%20through%20the%20social-media%20world%20is%20identi.ca%2C%20a%20Twitter-like%20micro-blogging%20service%20that%20is%20built%20on%20open-source%20servers%20and%20code.%0A%0AAs%20with%20anything%20that%20becomes%20an%20overnight%20sensation%2C%20the%20problems%20of%20success%20tend%20to%20follow" 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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success" 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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20latest%20%22rage%22%20flooding%20through%20the%20social-media%20world%20is%20identi.ca%2C%20a%20Twitter-like%20micro-blogging%20service%20that%20is%20built%20on%20open-source%20servers%20and%20code.%0A%0AAs%20with%20anything%20that%20becomes%20an%20overnight%20sensation%2C%20the%20problems%20of%20success%20tend%20to%20follow" 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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success" 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=identi.ca%20and%20Penalty%20of%20Success&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F07%2F03%2Fidentica-and-penalty-of-success%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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success&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%2F07%2F03%2Fidentica-and-penalty-of-success%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%2F07%2F03%2Fidentica-and-penalty-of-success%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%2F07%2F03%2Fidentica-and-penalty-of-success%2F&amp;title=identi.ca%20and%20Penalty%20of%20Success&amp;notes=The%20latest%20%22rage%22%20flooding%20through%20the%20social-media%20world%20is%20identi.ca%2C%20a%20Twitter-like%20micro-blogging%20service%20that%20is%20built%20on%20open-source%20servers%20and%20code.%0A%0AAs%20with%20anything%20that%20becomes%20an%20overnight%20sensation%2C%20the%20problems%20of%20success%20tend%20to%20follow" 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=identi.ca%20and%20Penalty%20of%20Success&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F07%2F03%2Fidentica-and-penalty-of-success%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/07/03/identica-and-penalty-of-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Twitter Debate &#8211; YATPBP</title>
		<link>http://newestindustry.org/2008/05/31/the-twitter-debate-yatpbp/</link>
		<comments>http://newestindustry.org/2008/05/31/the-twitter-debate-yatpbp/#comments</comments>
		<pubDate>Sat, 31 May 2008 02:22:09 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[RANTING]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/?p=1782</guid>
		<description><![CDATA[Yes, it&#8217;s YATPBP (Yet Another Twitter Performance Blog Post).
About 10 days ago, I turned GrabPERF loose on Twitter. Now before you accuse this of crippling the service and bringing it to its knees, realize that GrabPERF simply requests a document over HTTP about two times a minute. No additional requests are made for images and [...]]]></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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F" height="61" width="51" /></a></div><p>Yes, it&#8217;s YATPBP (<em>Yet Another Twitter Performance Blog Post</em>).</p>
<p>About 10 days ago, I turned <a href="http://grabperf.org/" target="_blank">GrabPERF</a> loose on <a href="http://twitter.com/">Twitter</a>. Now before you accuse this of crippling the service and bringing it to its knees, realize that GrabPERF simply requests a document over HTTP about two times a minute. No additional requests are made for images and the like.</p>
<p>In the ocean of requests coming into the Twitter systems, the GrabPERF requests are like individual water molecules being added to the pool.</p>
<p style="text-align:center;"><a title="Twitter - Public RSS Feed, 1Day by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/2537029389/"><img src="http://farm4.static.flickr.com/3201/2537029389_fc4fcfef8b.jpg" alt="Twitter - Public RSS Feed, 1Day" width="500" height="250" /></a></p>
<p style="text-align:left;">The above graph shows performance for the last 24 hours. The purple dots are errors. Complete details, and a dynamically updating graph, can be found <a href="http://grabperf.org/scatter.php?test=382&amp;hours=24" target="_blank">here</a>.</p>
<p style="text-align:left;">Now that I have had a chance to show off, I will leave the Twitter team in peace. I am not a developer or a systems expert. I, like most people, rely on people with specialized skills to analyze and resolve the problem. There are many people on the Web who have taken on the challenge of reverse-engineering Twitter to try and determine how it does what it does, and how they would build a better mousetrap.</p>
<p style="text-align:left;">Ok. Go do it. Or shut up and let the Twitter team get down to the hard work of making this service work. Or volunteer to help them fix the problems.</p>
<p style="text-align:left;">The Twitter team has stated that they know how to resolve the issues that are at the heart of the performance issue. But as I said in a comment to <a href="http://twitter.com/gapingvoid" target="_blank">@gapingvoid</a> tonight, knowing what the solution is only makes up 15% of the application development process. Building, testing, deploying and verifying the solution takes 85% of the effort.</p>
<p style="text-align:left;">The Twitter team has a lot of work ahead of them. Buy them beer and pizza and let them get to it.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;t=The%20Twitter%20Debate%20-%20YATPBP" 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=The%20Twitter%20Debate%20-%20YATPBP%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F05%2F31%2Fthe-twitter-debate-yatpbp%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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP&amp;body=Yes%2C%20it%27s%20YATPBP%20%28Yet%20Another%20Twitter%20Performance%20Blog%20Post%29.%0A%0AAbout%2010%20days%20ago%2C%20I%20turned%20GrabPERF%20loose%20on%20Twitter.%20Now%20before%20you%20accuse%20this%20of%20crippling%20the%20service%20and%20bringing%20it%20to%20its%20knees%2C%20realize%20that%20GrabPERF%20simply%20requests%20a%20document%20o" 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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP&amp;bodytext=Yes%2C%20it%27s%20YATPBP%20%28Yet%20Another%20Twitter%20Performance%20Blog%20Post%29.%0A%0AAbout%2010%20days%20ago%2C%20I%20turned%20GrabPERF%20loose%20on%20Twitter.%20Now%20before%20you%20accuse%20this%20of%20crippling%20the%20service%20and%20bringing%20it%20to%20its%20knees%2C%20realize%20that%20GrabPERF%20simply%20requests%20a%20document%20o" 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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP" 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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Yes%2C%20it%27s%20YATPBP%20%28Yet%20Another%20Twitter%20Performance%20Blog%20Post%29.%0A%0AAbout%2010%20days%20ago%2C%20I%20turned%20GrabPERF%20loose%20on%20Twitter.%20Now%20before%20you%20accuse%20this%20of%20crippling%20the%20service%20and%20bringing%20it%20to%20its%20knees%2C%20realize%20that%20GrabPERF%20simply%20requests%20a%20document%20o" 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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP" 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=The%20Twitter%20Debate%20-%20YATPBP&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F05%2F31%2Fthe-twitter-debate-yatpbp%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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP&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%2F05%2F31%2Fthe-twitter-debate-yatpbp%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%2F05%2F31%2Fthe-twitter-debate-yatpbp%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%2F05%2F31%2Fthe-twitter-debate-yatpbp%2F&amp;title=The%20Twitter%20Debate%20-%20YATPBP&amp;notes=Yes%2C%20it%27s%20YATPBP%20%28Yet%20Another%20Twitter%20Performance%20Blog%20Post%29.%0A%0AAbout%2010%20days%20ago%2C%20I%20turned%20GrabPERF%20loose%20on%20Twitter.%20Now%20before%20you%20accuse%20this%20of%20crippling%20the%20service%20and%20bringing%20it%20to%20its%20knees%2C%20realize%20that%20GrabPERF%20simply%20requests%20a%20document%20o" 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=The%20Twitter%20Debate%20-%20YATPBP&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F05%2F31%2Fthe-twitter-debate-yatpbp%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/05/31/the-twitter-debate-yatpbp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter: A Success Failure?</title>
		<link>http://newestindustry.org/2008/04/21/twitter-a-success-failure/</link>
		<comments>http://newestindustry.org/2008/04/21/twitter-a-success-failure/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 16:12:53 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[failure to communicate]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[success failure]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/?p=1776</guid>
		<description><![CDATA[When FireFox 1.0 was released, the sites hosting this eagerly awaited software effectively were overwhelmed by the number of users attempting to download it.
A colleague of mine referred to it as a Success Failure. What is that? It simply means that you have been so successful at getting the word out and getting people excited [...]]]></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%2F04%2F21%2Ftwitter-a-success-failure%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F21%2Ftwitter-a-success-failure%2F" height="61" width="51" /></a></div><p>When FireFox 1.0 was released, the sites hosting this eagerly awaited software effectively were overwhelmed by the number of users attempting to download it.</p>
<p>A <a href="http://www.ajaxperformance.com/">colleague of mine</a> referred to it as a Success Failure. What is that? It simply means that you have been so successful at getting the word out and getting people excited about the release that you fail to deliver as a result.</p>
<p>Given the background buzz and increasing frustration of people, it seems that <a href="http://twitter.com/">Twitter</a> is having the same thing right now. Question is not so much the cause (broken code? new hardware run amuck? old hardware groaning? a breakpoint in the number of users causing the system to seize up?), but the effect it is having.</p>
<p>High profile users of the service are upset. Regular users are wondering if it&#8217;s time to seek an alternative.</p>
<p>Part of the frustration stems from the lack of updates from Twitter itself. For a service that is designed to provide people with flash updates of ongoing events, it appears that they are failing to make use of their own technology and approach. There a semi-secret Twitter Status timeline available (<a href="https://twitter.com/twitter_status">here</a>).</p>
<p>I hope that the team at Twitter get it figured out soon, as I am a new addict to the system. I hate to think that I finally started on this meme at the precise moment that it collapsed.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;t=Twitter%3A%20A%20Success%20Failure%3F" 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=Twitter%3A%20A%20Success%20Failure%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F21%2Ftwitter-a-success-failure%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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F&amp;body=When%20FireFox%201.0%20was%20released%2C%20the%20sites%20hosting%20this%20eagerly%20awaited%20software%20effectively%20were%20overwhelmed%20by%20the%20number%20of%20users%20attempting%20to%20download%20it.%0A%0AA%20colleague%20of%20mine%20referred%20to%20it%20as%20a%20Success%20Failure.%20What%20is%20that%3F%20It%20simply%20means%20that" 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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F&amp;bodytext=When%20FireFox%201.0%20was%20released%2C%20the%20sites%20hosting%20this%20eagerly%20awaited%20software%20effectively%20were%20overwhelmed%20by%20the%20number%20of%20users%20attempting%20to%20download%20it.%0A%0AA%20colleague%20of%20mine%20referred%20to%20it%20as%20a%20Success%20Failure.%20What%20is%20that%3F%20It%20simply%20means%20that" 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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F" 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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=When%20FireFox%201.0%20was%20released%2C%20the%20sites%20hosting%20this%20eagerly%20awaited%20software%20effectively%20were%20overwhelmed%20by%20the%20number%20of%20users%20attempting%20to%20download%20it.%0A%0AA%20colleague%20of%20mine%20referred%20to%20it%20as%20a%20Success%20Failure.%20What%20is%20that%3F%20It%20simply%20means%20that" 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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F" 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=Twitter%3A%20A%20Success%20Failure%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F21%2Ftwitter-a-success-failure%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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F&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%2F04%2F21%2Ftwitter-a-success-failure%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%2F04%2F21%2Ftwitter-a-success-failure%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%2F04%2F21%2Ftwitter-a-success-failure%2F&amp;title=Twitter%3A%20A%20Success%20Failure%3F&amp;notes=When%20FireFox%201.0%20was%20released%2C%20the%20sites%20hosting%20this%20eagerly%20awaited%20software%20effectively%20were%20overwhelmed%20by%20the%20number%20of%20users%20attempting%20to%20download%20it.%0A%0AA%20colleague%20of%20mine%20referred%20to%20it%20as%20a%20Success%20Failure.%20What%20is%20that%3F%20It%20simply%20means%20that" 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=Twitter%3A%20A%20Success%20Failure%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F21%2Ftwitter-a-success-failure%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/04/21/twitter-a-success-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE 8 is coming&#8230;are you ready?</title>
		<link>http://newestindustry.org/2008/04/18/ie-8-is-comingare-you-ready/</link>
		<comments>http://newestindustry.org/2008/04/18/ie-8-is-comingare-you-ready/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 23:21:40 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSIE8]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sockets]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[Web team]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/?p=1774</guid>
		<description><![CDATA[So, Microsoft is releasing Internet Explorer 8 later this year, and a Beta is available now.
The question is, are you ready for it?
Internally, the tech savvy folks (myself included) have been tossing around the football of how to tackle it. The leap from 2 to 6 connections per host, on top of the basic rendering [...]]]></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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F18%2Fie-8-is-comingare-you-ready%2F" height="61" width="51" /></a></div><p>So, Microsoft is releasing Internet Explorer 8 later this year, and a <a href="http://www.microsoft.com/windows/products/winfamily/ie/ie8/default.mspx">Beta is available now</a>.</p>
<p>The question is, are you ready for it?</p>
<p>Internally, the tech savvy folks (myself included) have been tossing around the football of how to tackle it. The leap from 2 to 6 connections per host, on top of the basic rendering challenges that come with any new browser release are enough to make a Web team&#8217;s collective hive mind melt.</p>
<p>So, the bright team at <a href="http://www.gomez.com/">Gomez</a> are developing an <a href="http://tinyurl.com/5otm4c">IE 8 readiness kit</a>.</p>
<p>Sounds like a great idea.</p>
<p>Why do you need to be concerned at a network level?</p>
<p>Let&#8217;s see&#8230;Well, while 6 simultaneous connections may be faster for clients, what happens to the TCP stacks of the devices that handle all of these connections, especially as more and more people start using IE 8?</p>
<p>Imagine that every Firefox user is using <a href="http://fasterfox.mozdev.org/">FasterFox</a>, and then IE 8 comes along.</p>
<p>Do you have enough TCP sockets?</p>
<p>How quickly are sockets that are ready to be recycled actually recycled?</p>
<p>Are you really ready?</p>
<p> <img src='http://newestindustry.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;t=IE%208%20is%20coming...are%20you%20ready%3F" 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=IE%208%20is%20coming...are%20you%20ready%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F18%2Fie-8-is-comingare-you-ready%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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F&amp;body=So%2C%20Microsoft%20is%20releasing%20Internet%20Explorer%208%20later%20this%20year%2C%20and%20a%20Beta%20is%20available%20now.%0D%0A%0D%0AThe%20question%20is%2C%20are%20you%20ready%20for%20it%3F%0D%0A%0D%0AInternally%2C%20the%20tech%20savvy%20folks%20%28myself%20included%29%20have%20been%20tossing%20around%20the%20football%20of%20how%20to%20tackle%20it.%20Th" 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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F&amp;bodytext=So%2C%20Microsoft%20is%20releasing%20Internet%20Explorer%208%20later%20this%20year%2C%20and%20a%20Beta%20is%20available%20now.%0D%0A%0D%0AThe%20question%20is%2C%20are%20you%20ready%20for%20it%3F%0D%0A%0D%0AInternally%2C%20the%20tech%20savvy%20folks%20%28myself%20included%29%20have%20been%20tossing%20around%20the%20football%20of%20how%20to%20tackle%20it.%20Th" 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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F" 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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=So%2C%20Microsoft%20is%20releasing%20Internet%20Explorer%208%20later%20this%20year%2C%20and%20a%20Beta%20is%20available%20now.%0D%0A%0D%0AThe%20question%20is%2C%20are%20you%20ready%20for%20it%3F%0D%0A%0D%0AInternally%2C%20the%20tech%20savvy%20folks%20%28myself%20included%29%20have%20been%20tossing%20around%20the%20football%20of%20how%20to%20tackle%20it.%20Th" 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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F" 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=IE%208%20is%20coming...are%20you%20ready%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F18%2Fie-8-is-comingare-you-ready%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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F&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%2F04%2F18%2Fie-8-is-comingare-you-ready%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%2F04%2F18%2Fie-8-is-comingare-you-ready%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%2F04%2F18%2Fie-8-is-comingare-you-ready%2F&amp;title=IE%208%20is%20coming...are%20you%20ready%3F&amp;notes=So%2C%20Microsoft%20is%20releasing%20Internet%20Explorer%208%20later%20this%20year%2C%20and%20a%20Beta%20is%20available%20now.%0D%0A%0D%0AThe%20question%20is%2C%20are%20you%20ready%20for%20it%3F%0D%0A%0D%0AInternally%2C%20the%20tech%20savvy%20folks%20%28myself%20included%29%20have%20been%20tossing%20around%20the%20football%20of%20how%20to%20tackle%20it.%20Th" 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=IE%208%20is%20coming...are%20you%20ready%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F04%2F18%2Fie-8-is-comingare-you-ready%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/04/18/ie-8-is-comingare-you-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New GrabPERF Measurement Locations</title>
		<link>http://newestindustry.org/2008/01/11/new-grabperf-measurement-locations/</link>
		<comments>http://newestindustry.org/2008/01/11/new-grabperf-measurement-locations/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 21:28:58 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[measurement]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[Washington DC]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.wordpress.com/2008/01/11/new-grabperf-measurement-locations/</guid>
		<description><![CDATA[I know that I have been bad at blogging news about GrabPERF, but today there is some. In the last two weeks, we have added two measurement locations: Washington DC AOL and Argentina LaNacion.
Thanks to Carson Evans of AOL, and Jose Falvo and Leonardo Lancellotta of LaNacion for helping out with the installation process.
Technorati Tags: [...]]]></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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F01%2F11%2Fnew-grabperf-measurement-locations%2F" height="61" width="51" /></a></div><p>I know that I have been bad at blogging news about GrabPERF, but today there is some. In the last two weeks, we have added two measurement locations: Washington DC AOL and Argentina LaNacion.</p>
<p>Thanks to Carson Evans of AOL, and Jose Falvo and Leonardo Lancellotta of LaNacion for helping out with the installation process.</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/measurement%20locations" rel="tag">measurement locations</a>,<a href="http://technorati.com/tags/AOL" rel="tag">AOL</a>,<a href="http://technorati.com/tags/LaNacion" rel="tag">LaNacion</a>,<a href="http://technorati.com/tags/Washington%20DC" rel="tag">Washington DC</a>,<a href="http://technorati.com/tags/Argentina" rel="tag">Argentina</a>,<a href="http://technorati.com/tags/Web%20performance" rel="tag">Web performance</a></div>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;t=New%20GrabPERF%20Measurement%20Locations" 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%20GrabPERF%20Measurement%20Locations%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F01%2F11%2Fnew-grabperf-measurement-locations%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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations&amp;body=I%20know%20that%20I%20have%20been%20bad%20at%20blogging%20news%20about%20GrabPERF%2C%20but%20today%20there%20is%20some.%20In%20the%20last%20two%20weeks%2C%20we%20have%20added%20two%20measurement%20locations%3A%20Washington%20DC%20AOL%20and%20Argentina%20LaNacion.%20Thanks%20to%20Carson%20Evans%20of%20AOL%2C%20and%20Jose%20Falvo%20and%20Leonardo" 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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations&amp;bodytext=I%20know%20that%20I%20have%20been%20bad%20at%20blogging%20news%20about%20GrabPERF%2C%20but%20today%20there%20is%20some.%20In%20the%20last%20two%20weeks%2C%20we%20have%20added%20two%20measurement%20locations%3A%20Washington%20DC%20AOL%20and%20Argentina%20LaNacion.%20Thanks%20to%20Carson%20Evans%20of%20AOL%2C%20and%20Jose%20Falvo%20and%20Leonardo" 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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations" 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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20know%20that%20I%20have%20been%20bad%20at%20blogging%20news%20about%20GrabPERF%2C%20but%20today%20there%20is%20some.%20In%20the%20last%20two%20weeks%2C%20we%20have%20added%20two%20measurement%20locations%3A%20Washington%20DC%20AOL%20and%20Argentina%20LaNacion.%20Thanks%20to%20Carson%20Evans%20of%20AOL%2C%20and%20Jose%20Falvo%20and%20Leonardo" 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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations" 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%20GrabPERF%20Measurement%20Locations&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F01%2F11%2Fnew-grabperf-measurement-locations%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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations&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%2F01%2F11%2Fnew-grabperf-measurement-locations%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%2F01%2F11%2Fnew-grabperf-measurement-locations%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%2F01%2F11%2Fnew-grabperf-measurement-locations%2F&amp;title=New%20GrabPERF%20Measurement%20Locations&amp;notes=I%20know%20that%20I%20have%20been%20bad%20at%20blogging%20news%20about%20GrabPERF%2C%20but%20today%20there%20is%20some.%20In%20the%20last%20two%20weeks%2C%20we%20have%20added%20two%20measurement%20locations%3A%20Washington%20DC%20AOL%20and%20Argentina%20LaNacion.%20Thanks%20to%20Carson%20Evans%20of%20AOL%2C%20and%20Jose%20Falvo%20and%20Leonardo" 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%20GrabPERF%20Measurement%20Locations&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F01%2F11%2Fnew-grabperf-measurement-locations%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/01/11/new-grabperf-measurement-locations/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cyber Monday: Tiger Direct today&#8217;s victim</title>
		<link>http://newestindustry.org/2007/11/26/cyber-monday-tiger-direct-todays-victim/</link>
		<comments>http://newestindustry.org/2007/11/26/cyber-monday-tiger-direct-todays-victim/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 18:02:20 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[Web+performance]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/11/26/cyber-monday-tiger-direct-todays-victim/</guid>
		<description><![CDATA[Want to follow all the Holiday Retail Fun? Check out the GrabPERF Black Friday Dashboard! Follow the Web performance of your favorite retailer all the time!
New and updated for 2008!


This morning, Tiger Direct effectively imploded.


Bad day.
UPDATE: Looks like they found the solution to their problem.


Technorati Tags:
Grabperf, Web performance, Tiger Direct, Cyber Monday



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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F" height="61" width="51" /></a></div><h4>Want to follow all the Holiday Retail Fun? Check out the GrabPERF <em><a title="GrabPERF: Black Friday Dashboard" href="http://grabperf.org/blackfriday_dash.php" target="_blank">Black Friday Dashboard</a></em>! Follow the Web performance of your favorite retailer all the time!</h4>
<h4>New and updated for 2008!</h4>
<div>
<hr /></div>
<p>This morning, Tiger Direct effectively imploded.</p>
<div>
<p><a title="tiger-direct-cyber-monday-nov262007 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/2066538654/"><img src="http://farm3.static.flickr.com/2400/2066538654_32172c8aa8.jpg" alt="tiger-direct-cyber-monday-nov262007" width="500" height="250" /></a></div>
<p>Bad day.</p>
<p><strong>UPDATE:</strong> Looks like they found the solution to their problem.</p>
<div>
<p><a title="tiger-direct-cyber-monday-nov262007-2 by spierzchala, on Flickr" href="http://www.flickr.com/photos/spierzchala/2066805032/"><img src="http://farm3.static.flickr.com/2100/2066805032_b3bfbb1b40.jpg" alt="tiger-direct-cyber-monday-nov262007-2" width="500" height="250" /></a></div>
<p><span class="technoratitag">Technorati Tags:<br />
<a title="Link to Technorati Tag category for Grabperf" rel="tag" href="http://www.technorati.com/tag/Grabperf" target="_blank">Grabperf</a>, <a title="Link to Technorati Tag category for Web performance" rel="tag" href="http://www.technorati.com/tag/Web+performance" target="_blank">Web performance</a>, <a title="Link to Technorati Tag category for Tiger Direct" rel="tag" href="http://www.technorati.com/tag/Tiger+Direct" target="_blank">Tiger Direct</a>, <a title="Link to Technorati Tag category for Cyber Monday" rel="tag" href="http://www.technorati.com/tag/Cyber+Monday" target="_blank">Cyber Monday</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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;t=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim" 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=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F26%2Fcyber-monday-tiger-direct-todays-victim%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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;body=Want%20to%20follow%20all%20the%20Holiday%20Retail%20Fun%3F%20Check%20out%20the%20GrabPERF%20Black%20Friday%20Dashboard%21%20Follow%20the%20Web%20performance%20of%20your%20favorite%20retailer%20all%20the%20time%21%0D%0ANew%20and%20updated%20for%202008%21%0D%0A%0D%0AThis%20morning%2C%20Tiger%20Direct%20effectively%20imploded.%0D%0A%0D%0A%0D%0A%0D%0ABad%20day" 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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;bodytext=Want%20to%20follow%20all%20the%20Holiday%20Retail%20Fun%3F%20Check%20out%20the%20GrabPERF%20Black%20Friday%20Dashboard%21%20Follow%20the%20Web%20performance%20of%20your%20favorite%20retailer%20all%20the%20time%21%0D%0ANew%20and%20updated%20for%202008%21%0D%0A%0D%0AThis%20morning%2C%20Tiger%20Direct%20effectively%20imploded.%0D%0A%0D%0A%0D%0A%0D%0ABad%20day" 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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim" 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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Want%20to%20follow%20all%20the%20Holiday%20Retail%20Fun%3F%20Check%20out%20the%20GrabPERF%20Black%20Friday%20Dashboard%21%20Follow%20the%20Web%20performance%20of%20your%20favorite%20retailer%20all%20the%20time%21%0D%0ANew%20and%20updated%20for%202008%21%0D%0A%0D%0AThis%20morning%2C%20Tiger%20Direct%20effectively%20imploded.%0D%0A%0D%0A%0D%0A%0D%0ABad%20day" 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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim" 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=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F26%2Fcyber-monday-tiger-direct-todays-victim%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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&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%2F26%2Fcyber-monday-tiger-direct-todays-victim%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%2F26%2Fcyber-monday-tiger-direct-todays-victim%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%2F26%2Fcyber-monday-tiger-direct-todays-victim%2F&amp;title=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;notes=Want%20to%20follow%20all%20the%20Holiday%20Retail%20Fun%3F%20Check%20out%20the%20GrabPERF%20Black%20Friday%20Dashboard%21%20Follow%20the%20Web%20performance%20of%20your%20favorite%20retailer%20all%20the%20time%21%0D%0ANew%20and%20updated%20for%202008%21%0D%0A%0D%0AThis%20morning%2C%20Tiger%20Direct%20effectively%20imploded.%0D%0A%0D%0A%0D%0A%0D%0ABad%20day" 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=Cyber%20Monday%3A%20Tiger%20Direct%20today%27s%20victim&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F26%2Fcyber-monday-tiger-direct-todays-victim%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/26/cyber-monday-tiger-direct-todays-victim/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"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fblack-friday-sears%2F" height="61" width="51" /></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>GrabPERF: Black Friday Begins Early</title>
		<link>http://newestindustry.org/2007/11/23/grabperf-black-friday-begins-early/</link>
		<comments>http://newestindustry.org/2007/11/23/grabperf-black-friday-begins-early/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 04:43:27 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[GrabPERF]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/11/23/grabperf-black-friday-begins-early/</guid>
		<description><![CDATA[Look ma: Macy&#8217;s is already too busy.



Yeah. Let the fun begin.
Technorati: GrabPERF &#8220;Black Friday&#8221; &#8220;Web Performance&#8221; &#8220;Macy&#8217;s&#8221; 



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%2Fgrabperf-black-friday-begins-early%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fgrabperf-black-friday-begins-early%2F" height="61" width="51" /></a></div><p>Look ma: Macy&#8217;s is already too busy.</p>
<div align="center">
<p><a href="http://www.flickr.com/photos/spierzchala/2055862233/" title="macys-2337-nov222007 by spierzchala, on Flickr"><img src="http://farm3.static.flickr.com/2247/2055862233_e2b5ce1e28.jpg" width="500" height="293" alt="macys-2337-nov222007" /></a></p>
</div>
<p>Yeah. Let the fun begin.</p>
<p><b>Technorati:</b> <a href="http://technorati.com/tag/GrabPERF" rel="tag" class="techtag">GrabPERF</a> <a>&#8220;Black</a> <a>Friday&#8221;</a> <a>&#8220;Web</a> <a>Performance&#8221;</a> <a>&#8220;Macy&#8217;s&#8221;</a> </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%2Fgrabperf-black-friday-begins-early%2F&amp;t=GrabPERF%3A%20Black%20Friday%20Begins%20Early" 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%20Black%20Friday%20Begins%20Early%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fgrabperf-black-friday-begins-early%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%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early&amp;body=Look%20ma%3A%20Macy%27s%20is%20already%20too%20busy.%0A%0AYeah.%20Let%20the%20fun%20begin.%0ATechnorati%3A%20GrabPERF%20%22Black%20Friday%22%20%22Web%20Performance%22%20%22Macy%27s%22%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%2F11%2F23%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early&amp;bodytext=Look%20ma%3A%20Macy%27s%20is%20already%20too%20busy.%0A%0AYeah.%20Let%20the%20fun%20begin.%0ATechnorati%3A%20GrabPERF%20%22Black%20Friday%22%20%22Web%20Performance%22%20%22Macy%27s%22%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%2F11%2F23%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early" 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%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Look%20ma%3A%20Macy%27s%20is%20already%20too%20busy.%0A%0AYeah.%20Let%20the%20fun%20begin.%0ATechnorati%3A%20GrabPERF%20%22Black%20Friday%22%20%22Web%20Performance%22%20%22Macy%27s%22%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%2F11%2F23%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early" 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%20Black%20Friday%20Begins%20Early&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fgrabperf-black-friday-begins-early%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%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early&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%2Fgrabperf-black-friday-begins-early%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%2Fgrabperf-black-friday-begins-early%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%2Fgrabperf-black-friday-begins-early%2F&amp;title=GrabPERF%3A%20Black%20Friday%20Begins%20Early&amp;notes=Look%20ma%3A%20Macy%27s%20is%20already%20too%20busy.%0A%0AYeah.%20Let%20the%20fun%20begin.%0ATechnorati%3A%20GrabPERF%20%22Black%20Friday%22%20%22Web%20Performance%22%20%22Macy%27s%22%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%20Black%20Friday%20Begins%20Early&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F11%2F23%2Fgrabperf-black-friday-begins-early%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/grabperf-black-friday-begins-early/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
