<?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"
	>
<channel>
	<title>Comments on: Using HttpWatch to Measure Page Load Times for New and Existing Users</title>
	<atom:link href="http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/</link>
	<description>News, articles and all things HttpWatch</description>
	<pubDate>Wed, 19 Nov 2008 23:39:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Httpwatch Blog</title>
		<link>http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-1264</link>
		<dc:creator>Httpwatch Blog</dc:creator>
		<pubDate>Tue, 29 Jul 2008 11:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-1264</guid>
		<description>Denny,

We do not have plans to support mobile devices.</description>
		<content:encoded><![CDATA[<p>Denny,</p>
<p>We do not have plans to support mobile devices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denny</title>
		<link>http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-1263</link>
		<dc:creator>Denny</dc:creator>
		<pubDate>Tue, 29 Jul 2008 10:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-1263</guid>
		<description>Does httpwatch has a plan to release on mobile devices, e.g. a plugin for IEMobile?</description>
		<content:encoded><![CDATA[<p>Does httpwatch has a plan to release on mobile devices, e.g. a plugin for IEMobile?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Httpwatch Blog</title>
		<link>http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-383</link>
		<dc:creator>Httpwatch Blog</dc:creator>
		<pubDate>Fri, 23 May 2008 19:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-383</guid>
		<description>Tad,

That's a good point about having to re-authenticate or re-submit data to get to certain pages. We tried to simplify the post by just showing how you could test something like a home page.

The reason for having to restart IE is the image cache (see http://blog.httpwatch.com/2008/02/27/image-caching-in-internet-explorer/ ).

You can cause a new browser session to be created by using 'Clear All Cookies' or 'Clear Session Cookies' in HttpWatch. This has the side effect of creating a new session. If you then navigate to another location e.g. about:blank before clearing the session you should see the normal automatic cache validation when you re-visit the page.

Unfortunately, the IE image cache is not reset when a new browser session is created. So you are forced to restart IE if you want to replicate a primed cache visit and see which images are accessed by IE.</description>
		<content:encoded><![CDATA[<p>Tad,</p>
<p>That&#8217;s a good point about having to re-authenticate or re-submit data to get to certain pages. We tried to simplify the post by just showing how you could test something like a home page.</p>
<p>The reason for having to restart IE is the image cache (see <a href="http://blog.httpwatch.com/2008/02/27/image-caching-in-internet-explorer/" rel="nofollow">http://blog.httpwatch.com/2008/02/27/image-caching-in-internet-explorer/</a> ).</p>
<p>You can cause a new browser session to be created by using &#8216;Clear All Cookies&#8217; or &#8216;Clear Session Cookies&#8217; in HttpWatch. This has the side effect of creating a new session. If you then navigate to another location e.g. about:blank before clearing the session you should see the normal automatic cache validation when you re-visit the page.</p>
<p>Unfortunately, the IE image cache is not reset when a new browser session is created. So you are forced to restart IE if you want to replicate a primed cache visit and see which images are accessed by IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tad</title>
		<link>http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-381</link>
		<dc:creator>tad</dc:creator>
		<pubDate>Fri, 23 May 2008 17:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.httpwatch.com/2008/05/14/using-httpwatch-to-measure-page-load-times-for-new-and-existing-users/#comment-381</guid>
		<description>The issue with starting a new instance of IE is that the session gets killed. You'd have to re-login, or in the case of a form, possibly resubmit data to get back to the page you want to check.
 
The reason why you need to restart the session (which is missing from the article) is due to the way IE handles its cache. If you hit refresh, or navigate to the page without closing the instance, you'd get inconsistent results. For details, check out: http://msdn2.microsoft.com/en-us/library/bb250442(VS.85).aspx

For these tests, you'd also want to make sure your cache setting is set to "Automatically." A different setting will also bring different results.</description>
		<content:encoded><![CDATA[<p>The issue with starting a new instance of IE is that the session gets killed. You&#8217;d have to re-login, or in the case of a form, possibly resubmit data to get back to the page you want to check.</p>
<p>The reason why you need to restart the session (which is missing from the article) is due to the way IE handles its cache. If you hit refresh, or navigate to the page without closing the instance, you&#8217;d get inconsistent results. For details, check out: <a href="http://msdn2.microsoft.com/en-us/library/bb250442" rel="nofollow">http://msdn2.microsoft.com/en-us/library/bb250442</a>(VS.85).aspx</p>
<p>For these tests, you&#8217;d also want to make sure your cache setting is set to &#8220;Automatically.&#8221; A different setting will also bring different results.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
