<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WebWait: Time your Ajax apps</title>
	<atom:link href="http://ajaxian.com/archives/webwait-time-your-ajax-apps/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Matthias</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247808</link>
		<dc:creator>Matthias</dc:creator>
		<pubDate>Tue, 06 Mar 2007 16:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247808</guid>
		<description>before firebug was around, I always used &lt;a href=&quot;http://www.xk72.com/charles/&quot; rel=&quot;nofollow&quot;&gt;Charles&lt;/a&gt;. It&#039;s a local proxy that lets you look into the data you download, and takes the time as well. Of course, the time the browser itself takes to calculate and display is missing here, but that&#039;s, in my case, pretty much negligible.</description>
		<content:encoded><![CDATA[<p>before firebug was around, I always used <a href="http://www.xk72.com/charles/" rel="nofollow">Charles</a>. It&#8217;s a local proxy that lets you look into the data you download, and takes the time as well. Of course, the time the browser itself takes to calculate and display is missing here, but that&#8217;s, in my case, pretty much negligible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247185</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Wed, 14 Feb 2007 10:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247185</guid>
		<description>Guys, thanks for the feedback.

Tom, correct about perceived load time, ultimately that&#039;s all what matters. In some respects, the IFrame is more accurate than other techniques, but not totally if the page is image-heavy as. WebWait works best for Ajax-heavy sites where JS processing is the bottleneck. The idea actually came to me while writing Quizr.com, where a large quiz can take a while to load due to all the event registration. I was using the FasterFox plugin for profiling, but wanted a consistent tool across browsers.

Firebug is awesome. Seconded, Thirded, Fourthed!!! With its feature set, there&#039;s not much reason to use webwait over firebug if you have it installed. One benefit of WebWait right now is the ability to cut-and-paste a URL and try it in IE, or send it to a friend.</description>
		<content:encoded><![CDATA[<p>Guys, thanks for the feedback.</p>
<p>Tom, correct about perceived load time, ultimately that&#8217;s all what matters. In some respects, the IFrame is more accurate than other techniques, but not totally if the page is image-heavy as. WebWait works best for Ajax-heavy sites where JS processing is the bottleneck. The idea actually came to me while writing Quizr.com, where a large quiz can take a while to load due to all the event registration. I was using the FasterFox plugin for profiling, but wanted a consistent tool across browsers.</p>
<p>Firebug is awesome. Seconded, Thirded, Fourthed!!! With its feature set, there&#8217;s not much reason to use webwait over firebug if you have it installed. One benefit of WebWait right now is the ability to cut-and-paste a URL and try it in IE, or send it to a friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus941</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247174</link>
		<dc:creator>markus941</dc:creator>
		<pubDate>Wed, 14 Feb 2007 00:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247174</guid>
		<description>Yeah, I&#039;d recommend using Firebug - one less thing to install. Jonathan is right, the &quot;net&quot; tab is REALLY good for testing load speeds of website elements in detail.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;d recommend using Firebug &#8211; one less thing to install. Jonathan is right, the &#8220;net&#8221; tab is REALLY good for testing load speeds of website elements in detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247164</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 13 Feb 2007 20:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247164</guid>
		<description>This is a great idea, although after using it, it dawned on me that even this time isn&#039;t the &quot;actual&quot; time a user has to wait.  

For example, I pulled up TechCrunch in the tool and it told me 12 seconds.  It didn&#039;t actually take me, the end user, 12 seconds before I could start using an interacting with the site.  A lot of that extra time was pulling down images that weren&#039;t really interfering with my ability to use the site.  In fact, some of the images were scrolled out of view, so they didn&#039;t even matter.  As a user, I wouldn&#039;t even have noticed.

It&#039;s a cool idea though, and I totally agree that tools like curl and httperf don&#039;t tell the whole story.</description>
		<content:encoded><![CDATA[<p>This is a great idea, although after using it, it dawned on me that even this time isn&#8217;t the &#8220;actual&#8221; time a user has to wait.  </p>
<p>For example, I pulled up TechCrunch in the tool and it told me 12 seconds.  It didn&#8217;t actually take me, the end user, 12 seconds before I could start using an interacting with the site.  A lot of that extra time was pulling down images that weren&#8217;t really interfering with my ability to use the site.  In fact, some of the images were scrolled out of view, so they didn&#8217;t even matter.  As a user, I wouldn&#8217;t even have noticed.</p>
<p>It&#8217;s a cool idea though, and I totally agree that tools like curl and httperf don&#8217;t tell the whole story.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Aquino</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247163</link>
		<dc:creator>Jonathan Aquino</dc:creator>
		<pubDate>Tue, 13 Feb 2007 20:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247163</guid>
		<description>Recommended for graphing times of individual page elements (images, ajax calls, css files, etc.):

 - IBM Page detailer
 - Firebug &quot;Net&quot; tab</description>
		<content:encoded><![CDATA[<p>Recommended for graphing times of individual page elements (images, ajax calls, css files, etc.):</p>
<p> &#8211; IBM Page detailer<br />
 &#8211; Firebug &#8220;Net&#8221; tab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mahemoff</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247161</link>
		<dc:creator>Michael Mahemoff</dc:creator>
		<pubDate>Tue, 13 Feb 2007 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247161</guid>
		<description>(1) It will ignore any new asynchronous arrival of info (after all, that could go on indefinitely). All it does is time how long until the IFrame&#039;s onload event fires, which means any XHRs fired off on page startup or later will be ignored.
(2) Sorry, I don&#039;t follow what you mean by that?</description>
		<content:encoded><![CDATA[<p>(1) It will ignore any new asynchronous arrival of info (after all, that could go on indefinitely). All it does is time how long until the IFrame&#8217;s onload event fires, which means any XHRs fired off on page startup or later will be ignored.<br />
(2) Sorry, I don&#8217;t follow what you mean by that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Miller</title>
		<link>http://ajaxian.com/archives/webwait-time-your-ajax-apps/comment-page-1#comment-247160</link>
		<dc:creator>Edward Miller</dc:creator>
		<pubDate>Tue, 13 Feb 2007 19:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2114#comment-247160</guid>
		<description>This is interesting, but two questions:

(1) what happens in an AJAX app when there
is asynchronous arrival of information?

(2) does this work (we suspect not) when you want
to measure the total arrival times of individual page
components?</description>
		<content:encoded><![CDATA[<p>This is interesting, but two questions:</p>
<p>(1) what happens in an AJAX app when there<br />
is asynchronous arrival of information?</p>
<p>(2) does this work (we suspect not) when you want<br />
to measure the total arrival times of individual page<br />
components?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

