<?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/">
	<channel>
		<title><![CDATA[WebPagetest Forums - All Forums]]></title>
		<link>http://www.webpagetest.org/forums/</link>
		<description><![CDATA[WebPagetest Forums - http://www.webpagetest.org/forums]]></description>
		<pubDate>Thu, 02 Sep 2010 15:12:22 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Passive performance monitoring - How to measure Base page load time?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=351</link>
			<pubDate>Wed, 01 Sep 2010 17:39:24 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=351</guid>
			<description><![CDATA[Since early this year ive been working on and off on an analytics script for personal use (may make it commercial service .. dunno) . Due to time constraints i haven't been coding for last 2 - 3 months, but now am ready to start work on it again.<br />
<br />
<a href="http://blog.patrickmeenan.com/2010/08/passive-vs-active-performance.html" target="_blank">Patrick's post</a> was a major encouragement re-affirming that there is a market for such services.<br />
<br />
But the question is how can one really measure the performance?<br />
<br />
My current method is very lame... i.e. it saves the time in a javascript variable, compares that to the time after onLoad and reports that back. This does not account server delays for the base page. <br />
<br />
Boomerang by Yahoo helps solve this by setting timestamps in cookies and checks that on the next pageload, but this helps measure basepage time only if there is &gt; 1 pageview/session. The bounced sessions wont be measured. <br />
<br />
Just wondering if there is a more elegant way to monitor the complete pageload time? Anyone have any interesting tricks up their sleeves? <br />
<br />
I promise to give free beta access (provided I have something launchable) to people who can point me in the right direction <img src="http://www.webpagetest.org/forums/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Since early this year ive been working on and off on an analytics script for personal use (may make it commercial service .. dunno) . Due to time constraints i haven't been coding for last 2 - 3 months, but now am ready to start work on it again.<br />
<br />
<a href="http://blog.patrickmeenan.com/2010/08/passive-vs-active-performance.html" target="_blank">Patrick's post</a> was a major encouragement re-affirming that there is a market for such services.<br />
<br />
But the question is how can one really measure the performance?<br />
<br />
My current method is very lame... i.e. it saves the time in a javascript variable, compares that to the time after onLoad and reports that back. This does not account server delays for the base page. <br />
<br />
Boomerang by Yahoo helps solve this by setting timestamps in cookies and checks that on the next pageload, but this helps measure basepage time only if there is &gt; 1 pageview/session. The bounced sessions wont be measured. <br />
<br />
Just wondering if there is a more elegant way to monitor the complete pageload time? Anyone have any interesting tricks up their sleeves? <br />
<br />
I promise to give free beta access (provided I have something launchable) to people who can point me in the right direction <img src="http://www.webpagetest.org/forums/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem with getwork.php]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=350</link>
			<pubDate>Wed, 01 Sep 2010 15:40:22 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=350</guid>
			<description><![CDATA[Hi, <br />
<br />
I have installed webpagetest v1.9 on Apache+Tomcat and excuted urlBlast on XP. <br />
<br />
I can see hosted webpagetest (host XX.XX.XX.218) site. but when I run urlBlast (client XX.XX.XX.216) following error occurred on apache.<br />
------<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  mkdir(): Permission denied in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 28<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  fopen(./times/Test.tm): failed to open stream: No such file or directory in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 29<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  fopen(/usr/local/tomcat6/webapps/ROOT/wpt/content/work/test/lock.dat): failed to open stream: No such file or directory in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 34<br />
----<br />
<br />
<br />
My urlblast.ini like this:<br />
---<br />
[Configuration]<br />
<br />
Test Type=4<br />
Startup Delay=30<br />
Log File=D:\03_Performance\Front-End\Web Site\log<br />
Thread Count=1<br />
Timeout=60<br />
Reboot Interval=720<br />
Clear Cache Interval=30<br />
browser=pagetest.exe<br />
<br />
; Where to get work from<br />
Url Files Url=http://XX.XX.XX.218/work/<br />
Location=Test<br />
Location Key=qa4<br />
---<br />
<br />
<br />
and my location.ini like this<br />
---<br />
[locations]<br />
1=Test_loc<br />
default=Test_loc<br />
<br />
[Test_loc]<br />
1=Test<br />
default=Test<br />
label=Test Location<br />
<br />
[Test]<br />
browser=IE 7<br />
latency=0<br />
label="Test Location 1"<br />
localDir=/usr/local/tomcat6/webapps/ROOT/wpt/content/work/test<br />
key=qa4<br />
---<br />
<br />
I guess this is permission problem with httpd.conf<br />
But i don't know exactly what i do.<br />
<br />
Any help on this would be gratefully appreciated.<br />
Thanks always for great tool and you.]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I have installed webpagetest v1.9 on Apache+Tomcat and excuted urlBlast on XP. <br />
<br />
I can see hosted webpagetest (host XX.XX.XX.218) site. but when I run urlBlast (client XX.XX.XX.216) following error occurred on apache.<br />
------<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  mkdir(): Permission denied in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 28<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  fopen(./times/Test.tm): failed to open stream: No such file or directory in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 29<br />
[Thu Sep 02 00:01:59 2010] [error] [client XX.XX.XX.216] PHP Warning:  fopen(/usr/local/tomcat6/webapps/ROOT/wpt/content/work/test/lock.dat): failed to open stream: No such file or directory in /usr/local/tomcat6/webapps/ROOT/wpt/content/work/getwork.php on line 34<br />
----<br />
<br />
<br />
My urlblast.ini like this:<br />
---<br />
[Configuration]<br />
<br />
Test Type=4<br />
Startup Delay=30<br />
Log File=D:\03_Performance\Front-End\Web Site\log<br />
Thread Count=1<br />
Timeout=60<br />
Reboot Interval=720<br />
Clear Cache Interval=30<br />
browser=pagetest.exe<br />
<br />
; Where to get work from<br />
Url Files Url=http://XX.XX.XX.218/work/<br />
Location=Test<br />
Location Key=qa4<br />
---<br />
<br />
<br />
and my location.ini like this<br />
---<br />
[locations]<br />
1=Test_loc<br />
default=Test_loc<br />
<br />
[Test_loc]<br />
1=Test<br />
default=Test<br />
label=Test Location<br />
<br />
[Test]<br />
browser=IE 7<br />
latency=0<br />
label="Test Location 1"<br />
localDir=/usr/local/tomcat6/webapps/ROOT/wpt/content/work/test<br />
key=qa4<br />
---<br />
<br />
I guess this is permission problem with httpd.conf<br />
But i don't know exactly what i do.<br />
<br />
Any help on this would be gratefully appreciated.<br />
Thanks always for great tool and you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[9 seconds for DNS look up, how to minimise, what is the standard DNS time?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=349</link>
			<pubDate>Sun, 29 Aug 2010 23:39:30 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=349</guid>
			<description><![CDATA[Hello Folks,<br />
I have checked my Google webmaster tool and found my page load speed is very slow, so i checked with Webpagetest and it showed me this <a href="http://www.webpagetest.org/result/100829_3SRZ/1/details/" target="_blank">http://www.webpagetest.org/result/100829...1/details/</a> more than 9 seconds of DNS look up and my other website <a href="http://www.webpagetest.org/result/100829_3SSA/1/details/" target="_blank">http://www.webpagetest.org/result/100829...1/details/</a> is also taking around 1 second for DNS how can i minimize this, what is the procedure and what is the standard DNS look-up time for an ordinary website?<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[Hello Folks,<br />
I have checked my Google webmaster tool and found my page load speed is very slow, so i checked with Webpagetest and it showed me this <a href="http://www.webpagetest.org/result/100829_3SRZ/1/details/" target="_blank">http://www.webpagetest.org/result/100829...1/details/</a> more than 9 seconds of DNS look up and my other website <a href="http://www.webpagetest.org/result/100829_3SSA/1/details/" target="_blank">http://www.webpagetest.org/result/100829...1/details/</a> is also taking around 1 second for DNS how can i minimize this, what is the procedure and what is the standard DNS look-up time for an ordinary website?<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Why are some resources being downloaded twice?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=348</link>
			<pubDate>Sat, 28 Aug 2010 15:38:04 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=348</guid>
			<description><![CDATA[Been referring to this site for ages, and thought I should probably make an account and join in the fun!<br />
<br />
Test result: <a href="http://www.webpagetest.org/result/100828_3R2D/" target="_blank">http://www.webpagetest.org/result/100828_3R2D/</a><br />
<br />
I have used some CSS sprites, particularly one called backgrounds.png. I have used the two images in that sprite once each, using the following CSS.<br />
<br />
#mainheader, #background {<br />
	background:#000 url('/media/img/sprites/backgrounds.png') no-repeat top left;	<br />
}<br />
<br />
#mainheader {<br />
	background-position: 0 -643px;<br />
}<br />
<br />
#background {<br />
	background-position: 0 0;<br />
}<br />
<br />
Why does IE download backgrounds.png twice? I also have the file PIE.htc being downloaded twice...<br />
<br />
(Any other optimisations are welcome!)<br />
<hr />
Ah, seems that CSS3 PIE causes this problem on elements that it's applied to. Useful to know. Still, any other optimisations are welcome!]]></description>
			<content:encoded><![CDATA[Been referring to this site for ages, and thought I should probably make an account and join in the fun!<br />
<br />
Test result: <a href="http://www.webpagetest.org/result/100828_3R2D/" target="_blank">http://www.webpagetest.org/result/100828_3R2D/</a><br />
<br />
I have used some CSS sprites, particularly one called backgrounds.png. I have used the two images in that sprite once each, using the following CSS.<br />
<br />
#mainheader, #background {<br />
	background:#000 url('/media/img/sprites/backgrounds.png') no-repeat top left;	<br />
}<br />
<br />
#mainheader {<br />
	background-position: 0 -643px;<br />
}<br />
<br />
#background {<br />
	background-position: 0 0;<br />
}<br />
<br />
Why does IE download backgrounds.png twice? I also have the file PIE.htc being downloaded twice...<br />
<br />
(Any other optimisations are welcome!)<br />
<hr />
Ah, seems that CSS3 PIE causes this problem on elements that it's applied to. Useful to know. Still, any other optimisations are welcome!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can I translate what all this means?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=346</link>
			<pubDate>Fri, 27 Aug 2010 19:46:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=346</guid>
			<description><![CDATA[I am hosting a DNN Portal at PowerDnn and the site is loading rather slowly.  One of the tips in the knowledge base is to come here and do a speed test.  I did that and it's taking the site 5.8 seconds to load.  My larger problem which I am working with them to solve is that on the initial load in the morning, the site is taking nearly 53 seconds to load.<br />
<br />
PowerDNN is known to be good at DNN Hosting and are supposed to be the best in the business at what they do.  Can anyone tell me by running the report on this URL: <a href="http://www.provsnusa.com.dnnmax" target="_blank">http://www.provsnusa.com.dnnmax</a> <br />
what is going on and why it's taking so long to load?<br />
<br />
I'm wondering if it's a custom module I loaded or the Flex 2 skins...  Not sure how to translate all this data.<br />
<br />
Thanks ahead,<br />
<br />
Dan]]></description>
			<content:encoded><![CDATA[I am hosting a DNN Portal at PowerDnn and the site is loading rather slowly.  One of the tips in the knowledge base is to come here and do a speed test.  I did that and it's taking the site 5.8 seconds to load.  My larger problem which I am working with them to solve is that on the initial load in the morning, the site is taking nearly 53 seconds to load.<br />
<br />
PowerDNN is known to be good at DNN Hosting and are supposed to be the best in the business at what they do.  Can anyone tell me by running the report on this URL: <a href="http://www.provsnusa.com.dnnmax" target="_blank">http://www.provsnusa.com.dnnmax</a> <br />
what is going on and why it's taking so long to load?<br />
<br />
I'm wondering if it's a custom module I loaded or the Flex 2 skins...  Not sure how to translate all this data.<br />
<br />
Thanks ahead,<br />
<br />
Dan]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IE6]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=345</link>
			<pubDate>Fri, 27 Aug 2010 08:10:49 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=345</guid>
			<description><![CDATA[Pat<br />
<br />
I seem to remember some IE6 agents at one time (or I might be thinking of a locally hosted setup?)<br />
<br />
I'm assuming that there are none either because it's a pain or because IE7 is close enough.  Could you confirm?<br />
<br />
(IE6 is a must for our target markets so all other things being equal it would be a nice to have - especially in China and any other asian agents locations that might be coming along.  Don't suppose you have any plans for an Indian agent?  That would be awesome.)<br />
<br />
BR as always<br />
<br />
Neil]]></description>
			<content:encoded><![CDATA[Pat<br />
<br />
I seem to remember some IE6 agents at one time (or I might be thinking of a locally hosted setup?)<br />
<br />
I'm assuming that there are none either because it's a pain or because IE7 is close enough.  Could you confirm?<br />
<br />
(IE6 is a must for our target markets so all other things being equal it would be a nice to have - especially in China and any other asian agents locations that might be coming along.  Don't suppose you have any plans for an Indian agent?  That would be awesome.)<br />
<br />
BR as always<br />
<br />
Neil]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can I fix "(No max-age or expires)" with Amazon CloudFront?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=344</link>
			<pubDate>Fri, 27 Aug 2010 01:48:49 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=344</guid>
			<description><![CDATA[So here's the deal. I'm using Amazon's CloudFront product to deliver the .gif files for my site's template. There are about 30 individual files so it should help speed up the site. At some point I might get around to making a CSS sprite, but for now I'm not worried about that.<br />
<br />
The problem now is when I look at my WPT results, it shows many lines of:<br />
<span style="font-weight: bold;">FAILED (No max-age or expires) - <a href="http://example.com/example.gif" target="_blank">http://example.com/example.gif</a></span> (one for each gif file).<br />
<br />
So I know how to set the expires on my regular web server. I use apache so I put this in my .htaccess in the root:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># 2,592,000 is 30 days caching<br />
&lt;FilesMatch "&#92;.(gif|png|jpg)&#36;"&gt;<br />
Header set Cache-Control "max-age=2592000, public"<br />
&lt;/FilesMatch&gt;</code></div></div>
<br />
So the main question here is <span style="text-decoration: underline;"><span style="font-weight: bold;">how do I enable that sort of cache control on AWS?</span></span> I'm using a subdomain cdn.example.com as the CNAME for AWS, however the *domain* name of my main site is example1.com and the CDN *domain* name is actually a different domain, e.g. cdn.example2.net.<br />
<br />
(The reason I'm using a .net domain for the CDN files is that domain is cookieless which is supposed to be a good thing when it comes to speeding things up)]]></description>
			<content:encoded><![CDATA[So here's the deal. I'm using Amazon's CloudFront product to deliver the .gif files for my site's template. There are about 30 individual files so it should help speed up the site. At some point I might get around to making a CSS sprite, but for now I'm not worried about that.<br />
<br />
The problem now is when I look at my WPT results, it shows many lines of:<br />
<span style="font-weight: bold;">FAILED (No max-age or expires) - <a href="http://example.com/example.gif" target="_blank">http://example.com/example.gif</a></span> (one for each gif file).<br />
<br />
So I know how to set the expires on my regular web server. I use apache so I put this in my .htaccess in the root:<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code># 2,592,000 is 30 days caching<br />
&lt;FilesMatch "&#92;.(gif|png|jpg)&#36;"&gt;<br />
Header set Cache-Control "max-age=2592000, public"<br />
&lt;/FilesMatch&gt;</code></div></div>
<br />
So the main question here is <span style="text-decoration: underline;"><span style="font-weight: bold;">how do I enable that sort of cache control on AWS?</span></span> I'm using a subdomain cdn.example.com as the CNAME for AWS, however the *domain* name of my main site is example1.com and the CDN *domain* name is actually a different domain, e.g. cdn.example2.net.<br />
<br />
(The reason I'm using a .net domain for the CDN files is that domain is cookieless which is supposed to be a good thing when it comes to speeding things up)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[flushing response performance gains?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=343</link>
			<pubDate>Tue, 24 Aug 2010 18:04:02 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=343</guid>
			<description><![CDATA[I play with Django web framework for most web stuff, and the default template system doesnt support flushing.<br />
<br />
As in since its a MVC framework, all computations are done before it starts to parse the templates...<br />
<br />
Say I have a page that takes 1 seconds to generate on the server. The browser is doing nothing during that 1 second.<br />
<br />
If I can somehow flush this portion instantly<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&nbsp;&nbsp;&lt;head&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;link rel="stylesheet" href="style.css" type="text/css" media="screen" /&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type="text/javascript" src="javascript.js"&gt;&lt;/script&gt;</code></div></div>
<br />
And the rest after all the computations, DB queries, etc are completed.... does this mean that during that 1 second wait time, the stylesheet and javascript is already downloaded and will not block anymore once the rest has arrived?<br />
<br />
I have some javascript and css which needs to be used on all pages...<hr />
to be more specific.... will it work if i have the  <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;/body&gt;</code></div></div>
after the flush?]]></description>
			<content:encoded><![CDATA[I play with Django web framework for most web stuff, and the default template system doesnt support flushing.<br />
<br />
As in since its a MVC framework, all computations are done before it starts to parse the templates...<br />
<br />
Say I have a page that takes 1 seconds to generate on the server. The browser is doing nothing during that 1 second.<br />
<br />
If I can somehow flush this portion instantly<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&nbsp;&nbsp;&lt;head&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;link rel="stylesheet" href="style.css" type="text/css" media="screen" /&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type="text/javascript" src="javascript.js"&gt;&lt;/script&gt;</code></div></div>
<br />
And the rest after all the computations, DB queries, etc are completed.... does this mean that during that 1 second wait time, the stylesheet and javascript is already downloaded and will not block anymore once the rest has arrived?<br />
<br />
I have some javascript and css which needs to be used on all pages...<hr />
to be more specific.... will it work if i have the  <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;/body&gt;</code></div></div>
after the flush?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Page Speed and AdSense]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=342</link>
			<pubDate>Tue, 24 Aug 2010 05:41:05 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=342</guid>
			<description><![CDATA[Hey Everyone,<br />
<br />
I am trying to avoid inline JavaScript as much as I can. I am also trying to have all my JavaScript execute after the onload event takes place. I know Google stated in their TOS that publishers are not allowed to modify their code. I have a few questions about this:<br />
<br />
#1 - Can Google Adsense be loaded asynchronously without violating their TOS? When it is synchronous and inline, it may delay the body onload event from occurring.<br />
<br />
#2 - Can Google Adsense be placed into a function that is called after the body onload event takes place without violating their TOS?<br />
<br />
#3 - Can Google Adsense JavaScript be placed into an external JS file without violating their TOS?<br />
<br />
#4 - Can Google Adsense be placed into a frame (with no content) as long as the frame is part of a bigger page (with content) without violating their TOS? I am thinking the frame src value could be set once the body onload event occurs.<br />
<br />
#5 - How do you increase your page speed when dealing with ad systems such as Google without violating any rules?<br />
<br />
Thanks in advance for any suggestions and / or information.<br />
<br />
Sincerely,<br />
Travis Walters]]></description>
			<content:encoded><![CDATA[Hey Everyone,<br />
<br />
I am trying to avoid inline JavaScript as much as I can. I am also trying to have all my JavaScript execute after the onload event takes place. I know Google stated in their TOS that publishers are not allowed to modify their code. I have a few questions about this:<br />
<br />
#1 - Can Google Adsense be loaded asynchronously without violating their TOS? When it is synchronous and inline, it may delay the body onload event from occurring.<br />
<br />
#2 - Can Google Adsense be placed into a function that is called after the body onload event takes place without violating their TOS?<br />
<br />
#3 - Can Google Adsense JavaScript be placed into an external JS file without violating their TOS?<br />
<br />
#4 - Can Google Adsense be placed into a frame (with no content) as long as the frame is part of a bigger page (with content) without violating their TOS? I am thinking the frame src value could be set once the body onload event occurs.<br />
<br />
#5 - How do you increase your page speed when dealing with ad systems such as Google without violating any rules?<br />
<br />
Thanks in advance for any suggestions and / or information.<br />
<br />
Sincerely,<br />
Travis Walters]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video ON > Start Render green line is off]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=341</link>
			<pubDate>Sat, 21 Aug 2010 12:09:24 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=341</guid>
			<description><![CDATA[I found a bug having to do with the green Start Render line in the waterfall charts.<br />
<br />
I ran a few test on page A, <span style="font-weight: bold;">without</span> checking the "Create Video" checkbox.<br />
Results: <br />
<a href="http://www.webpagetest.org/result/100820_6b53371fa1a43405a18dc88acda76aea/" target="_blank">http://www.webpagetest.org/result/100820...acda76aea/</a><br />
<br />
Start Render line is drawn right after the CSS file has finished loading and this is as expected/correct.<br />
<br />
Compare this to the waterfall charts for the other test runs, where I checked the "Create Video" checkbox.<br />
Results: <a href="http://www.webpagetest.org/result/100820_89a9c2b6994d12ce092a3b2b3d1062a8/" target="_blank">http://www.webpagetest.org/result/100820...b3d1062a8/</a><br />
<br />
The green Start Render line is drawn too early, at the Connect time for the HTML. This of course is wrong since the browser has not received any bytes...<br />
<br />
Pat &gt; can you fix this? Would be great!]]></description>
			<content:encoded><![CDATA[I found a bug having to do with the green Start Render line in the waterfall charts.<br />
<br />
I ran a few test on page A, <span style="font-weight: bold;">without</span> checking the "Create Video" checkbox.<br />
Results: <br />
<a href="http://www.webpagetest.org/result/100820_6b53371fa1a43405a18dc88acda76aea/" target="_blank">http://www.webpagetest.org/result/100820...acda76aea/</a><br />
<br />
Start Render line is drawn right after the CSS file has finished loading and this is as expected/correct.<br />
<br />
Compare this to the waterfall charts for the other test runs, where I checked the "Create Video" checkbox.<br />
Results: <a href="http://www.webpagetest.org/result/100820_89a9c2b6994d12ce092a3b2b3d1062a8/" target="_blank">http://www.webpagetest.org/result/100820...b3d1062a8/</a><br />
<br />
The green Start Render line is drawn too early, at the Connect time for the HTML. This of course is wrong since the browser has not received any bytes...<br />
<br />
Pat &gt; can you fix this? Would be great!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[It's normal to have so different test results ???]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=340</link>
			<pubDate>Fri, 20 Aug 2010 16:25:45 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=340</guid>
			<description><![CDATA[Hello,<br />
<br />
I have made some consecutive test on my site and I receive very different and confusing results.<br />
<br />
1.<a href="http://www.webpagetest.org/result/100820_3A87/" target="_blank">http://www.webpagetest.org/result/100820_3A87/</a><br />
2.<a href="http://www.webpagetest.org/result/100820_3A8A/" target="_blank">http://www.webpagetest.org/result/100820_3A8A/</a><br />
3.<a href="http://www.webpagetest.org/result/100820_3A8D/" target="_blank">http://www.webpagetest.org/result/100820_3A8D/</a><br />
4.<a href="http://www.webpagetest.org/result/100820_3A8J/" target="_blank">http://www.webpagetest.org/result/100820_3A8J/</a><br />
5.<a href="http://www.webpagetest.org/result/100820_3A8N/" target="_blank">http://www.webpagetest.org/result/100820_3A8N/</a><br />
<br />
Beside the very different Start Render time are other very strange things.<br />
1.Why somethimes the Reapeat View is slower than the Firs View (see test 1 and 3) <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
2.Why for test 4 the reqests are paralellized 2 by 2 and for others they aren't? <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
It is because the hosting server or because my site code ???]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have made some consecutive test on my site and I receive very different and confusing results.<br />
<br />
1.<a href="http://www.webpagetest.org/result/100820_3A87/" target="_blank">http://www.webpagetest.org/result/100820_3A87/</a><br />
2.<a href="http://www.webpagetest.org/result/100820_3A8A/" target="_blank">http://www.webpagetest.org/result/100820_3A8A/</a><br />
3.<a href="http://www.webpagetest.org/result/100820_3A8D/" target="_blank">http://www.webpagetest.org/result/100820_3A8D/</a><br />
4.<a href="http://www.webpagetest.org/result/100820_3A8J/" target="_blank">http://www.webpagetest.org/result/100820_3A8J/</a><br />
5.<a href="http://www.webpagetest.org/result/100820_3A8N/" target="_blank">http://www.webpagetest.org/result/100820_3A8N/</a><br />
<br />
Beside the very different Start Render time are other very strange things.<br />
1.Why somethimes the Reapeat View is slower than the Firs View (see test 1 and 3) <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
2.Why for test 4 the reqests are paralellized 2 by 2 and for others they aren't? <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
It is because the hosting server or because my site code ???]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Allowed Frequency of Automated Tests]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=339</link>
			<pubDate>Thu, 19 Aug 2010 19:01:43 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=339</guid>
			<description><![CDATA[I have 8 URLs I'd like to use in an automated test by calling <a href="http://www.webpagetest.org/runtest.php." target="_blank">http://www.webpagetest.org/runtest.php.</a><br />
<br />
I have a process that can hit each URL at a scheduled time.  If I were to schedule to have each URL hit weekly, would it be an issue?<br />
<br />
Is there a point at which webpagetest.org begins to care about someone hogging resources?  I don't think I'd ever need to go more frequently than weekly, but I may want to add additional URLs at some point.<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[I have 8 URLs I'd like to use in an automated test by calling <a href="http://www.webpagetest.org/runtest.php." target="_blank">http://www.webpagetest.org/runtest.php.</a><br />
<br />
I have a process that can hit each URL at a scheduled time.  If I were to schedule to have each URL hit weekly, would it be an issue?<br />
<br />
Is there a point at which webpagetest.org begins to care about someone hogging resources?  I don't think I'd ever need to go more frequently than weekly, but I may want to add additional URLs at some point.<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Embedded Youtube vids - weird, large Content Download bars]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=338</link>
			<pubDate>Mon, 16 Aug 2010 10:46:22 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=338</guid>
			<description><![CDATA[hi Pat,<br />
<br />
check out <a href="http://www.micazu.nl/vakantiehuizen/rosa-mare-bij-bodrum-6159/." target="_blank">http://www.micazu.nl/vakantiehuizen/rosa...rum-6159/.</a><br />
It's a page on a travel site with info about a rental house.<br />
Scroll down and you see the 2 embedded Youtube vids. Nothing special, you see this all the time on websites.<br />
<br />
I ran the page 3 times through WPT - IE7 from location Amsterdam - , results here: <a href="http://www.webpagetest.org/result/100816_fc79e105c45afb81a75bff5f0854e5e3/" target="_blank">http://www.webpagetest.org/result/100816...f0854e5e3/</a><br />
<br />
See the huge blue bars in the First View waterfall charts? Content download time is high for both YT objects. The response header specifies the Content-Length and that's about 1 KB. And, Bytes In (downloaded) is 1.5 KB.<br />
Clearly - and this makes sense - this is just the video *player*, not the actual video. Further down in the waterfall there are two objects served from ytimg.com which are Youtube SWF files. These are ~140 KB and show normal Content Download times.<br />
<br />
So, I don't understand the long blue bars for those first youtube.com objects.<br />
I did some investigation and tried to find out why this is.<br />
<br />
1) Is the Amsterdam location behaving weird?<br />
Answer: No. <br />
View Paris (IE7) location test results here: <a href="http://www.webpagetest.org/result/100816_301S/" target="_blank">http://www.webpagetest.org/result/100816_301S/</a><br />
The Content Download times are very high here too.<br />
<br />
2) Is it an IE7 thing?<br />
Answer: No.<br />
View Dulles IE8 results here: <a href="http://www.webpagetest.org/result/100816_303J/" target="_blank">http://www.webpagetest.org/result/100816_303J/</a><br />
Blue bars are not was long but they are still longer than expected (maybe because Dulles is better served by YT CDN than the poor little servers in Europe ;-) )<br />
<br />
2) Is it a Webpagetest.org thing (versus IE locally)?<br />
Answer: I think so.<br />
<br />
I visited the same page on micazu.nl with my local IE7 on Vista and used Pagetest 2.0.0.215 to see what's happening.<br />
The waterfall showed no weird long blue bars. They were all normal. The  response headers were normal too and similar to those on the wpt.org tests.<br />
<br />
Note: in the Amsterdam, Paris and Dulles test result you can see the high CPU utilization at the time of the 'long blue bars'...<hr />
More info:<br />
<br />
I actually did the tests from Amsterdam twice and only posted the link for the 2nd batch in the first post in this thread.<br />
So here's the link to the 1st batch: <a href="http://www.webpagetest.org/result/100816_84238805f0a6beeb9428a0887c63734b/" target="_blank">http://www.webpagetest.org/result/100816...87c63734b/</a><br />
<br />
The first test in the first batch does *not* show the long blue bars !<br />
<a href="http://www.webpagetest.org/result/100816_84238805f0a6beeb9428a0887c63734b/1/details/" target="_blank">http://www.webpagetest.org/result/100816...1/details/</a>]]></description>
			<content:encoded><![CDATA[hi Pat,<br />
<br />
check out <a href="http://www.micazu.nl/vakantiehuizen/rosa-mare-bij-bodrum-6159/." target="_blank">http://www.micazu.nl/vakantiehuizen/rosa...rum-6159/.</a><br />
It's a page on a travel site with info about a rental house.<br />
Scroll down and you see the 2 embedded Youtube vids. Nothing special, you see this all the time on websites.<br />
<br />
I ran the page 3 times through WPT - IE7 from location Amsterdam - , results here: <a href="http://www.webpagetest.org/result/100816_fc79e105c45afb81a75bff5f0854e5e3/" target="_blank">http://www.webpagetest.org/result/100816...f0854e5e3/</a><br />
<br />
See the huge blue bars in the First View waterfall charts? Content download time is high for both YT objects. The response header specifies the Content-Length and that's about 1 KB. And, Bytes In (downloaded) is 1.5 KB.<br />
Clearly - and this makes sense - this is just the video *player*, not the actual video. Further down in the waterfall there are two objects served from ytimg.com which are Youtube SWF files. These are ~140 KB and show normal Content Download times.<br />
<br />
So, I don't understand the long blue bars for those first youtube.com objects.<br />
I did some investigation and tried to find out why this is.<br />
<br />
1) Is the Amsterdam location behaving weird?<br />
Answer: No. <br />
View Paris (IE7) location test results here: <a href="http://www.webpagetest.org/result/100816_301S/" target="_blank">http://www.webpagetest.org/result/100816_301S/</a><br />
The Content Download times are very high here too.<br />
<br />
2) Is it an IE7 thing?<br />
Answer: No.<br />
View Dulles IE8 results here: <a href="http://www.webpagetest.org/result/100816_303J/" target="_blank">http://www.webpagetest.org/result/100816_303J/</a><br />
Blue bars are not was long but they are still longer than expected (maybe because Dulles is better served by YT CDN than the poor little servers in Europe ;-) )<br />
<br />
2) Is it a Webpagetest.org thing (versus IE locally)?<br />
Answer: I think so.<br />
<br />
I visited the same page on micazu.nl with my local IE7 on Vista and used Pagetest 2.0.0.215 to see what's happening.<br />
The waterfall showed no weird long blue bars. They were all normal. The  response headers were normal too and similar to those on the wpt.org tests.<br />
<br />
Note: in the Amsterdam, Paris and Dulles test result you can see the high CPU utilization at the time of the 'long blue bars'...<hr />
More info:<br />
<br />
I actually did the tests from Amsterdam twice and only posted the link for the 2nd batch in the first post in this thread.<br />
So here's the link to the 1st batch: <a href="http://www.webpagetest.org/result/100816_84238805f0a6beeb9428a0887c63734b/" target="_blank">http://www.webpagetest.org/result/100816...87c63734b/</a><br />
<br />
The first test in the first batch does *not* show the long blue bars !<br />
<a href="http://www.webpagetest.org/result/100816_84238805f0a6beeb9428a0887c63734b/1/details/" target="_blank">http://www.webpagetest.org/result/100816...1/details/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[split css file to improve perceived latency?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=337</link>
			<pubDate>Sat, 14 Aug 2010 14:13:29 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=337</guid>
			<description><![CDATA[For some unknown reason, the css file im working with is about 97 KB (un gzipped) ... I know thats horrible coding and will be completely redone later on...<br />
<br />
For now, Im curious if i split the css file into 2 smaller chunks, will it improve the start of rendering? As what I understand, the browser wont start rendering the page until all the CSS is downloaded... so 2 files would be downloaded in parallel? If i combine this with domain sharding, this should result in faster output i guess...<br />
<br />
For the final phase (includes rewrite of the css) my plan is to use 2 css files on all pages... one would be the base stylesheet which contains elements used on almost all pages and another stylesheet containing elements specific to the type of page (homepage, product page, listing, cart, account, etc, whatever).... and using preloading to make the second page visited to be almost instant.<br />
<br />
What do you think? Bundle everything into one css or split it?]]></description>
			<content:encoded><![CDATA[For some unknown reason, the css file im working with is about 97 KB (un gzipped) ... I know thats horrible coding and will be completely redone later on...<br />
<br />
For now, Im curious if i split the css file into 2 smaller chunks, will it improve the start of rendering? As what I understand, the browser wont start rendering the page until all the CSS is downloaded... so 2 files would be downloaded in parallel? If i combine this with domain sharding, this should result in faster output i guess...<br />
<br />
For the final phase (includes rewrite of the css) my plan is to use 2 css files on all pages... one would be the base stylesheet which contains elements used on almost all pages and another stylesheet containing elements specific to the type of page (homepage, product page, listing, cart, account, etc, whatever).... and using preloading to make the second page visited to be almost instant.<br />
<br />
What do you think? Bundle everything into one css or split it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Auto Spriting?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=336</link>
			<pubDate>Fri, 13 Aug 2010 18:22:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=336</guid>
			<description><![CDATA[Anyone know of any tools to generate css sprites automagically with very less input from the developers?<br />
<br />
Currently I am playing with <a href="http://csssprites.org/" target="_blank">SmartSprites</a>, but would like to know better alternatives. This tool kinda makes things look different and need to hack a lot to make everything look fine... not a nice approach.<br />
<br />
I am building a set of tools which can be integrated into the build/deploy procedure of the project, so the developers play with the raw unoptimized code, but the deployed version makes the sprites, bundles javascripts, do some preloading, etc.<br />
<br />
Looking for some pointers for spriting....  Are there any other tools i should look at? The project is in python, but we can use any tool which runs on linux command line.<br />
<br />
We were looking at using data URI (+ MTHML) , but decided against it since it made the CSS files really bloated.]]></description>
			<content:encoded><![CDATA[Anyone know of any tools to generate css sprites automagically with very less input from the developers?<br />
<br />
Currently I am playing with <a href="http://csssprites.org/" target="_blank">SmartSprites</a>, but would like to know better alternatives. This tool kinda makes things look different and need to hack a lot to make everything look fine... not a nice approach.<br />
<br />
I am building a set of tools which can be integrated into the build/deploy procedure of the project, so the developers play with the raw unoptimized code, but the deployed version makes the sprites, bundles javascripts, do some preloading, etc.<br />
<br />
Looking for some pointers for spriting....  Are there any other tools i should look at? The project is in python, but we can use any tool which runs on linux command line.<br />
<br />
We were looking at using data URI (+ MTHML) , but decided against it since it made the CSS files really bloated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CSS @font-face and IE 7 &#x26; 8 404 errors]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=335</link>
			<pubDate>Fri, 13 Aug 2010 07:40:55 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=335</guid>
			<description><![CDATA[Whats the best way to handle embedded hosted fonts?  IE requires an .eot font and doesn't know how to handle .woff and .otf so it eventually throws a 404 after the .eot loads.<br />
<br />
You can see the issue in my test results:<br />
<a href="http://www.webpagetest.org/result/100813_2VR8/" target="_blank">http://www.webpagetest.org/result/100813_2VR8/</a><br />
<br />
Chrome, Firefox and Safari will load the .woff and skip over the .eot without making a request.<br />
<br />
I have been contemplating serving a specific ie style sheet with only the .eot fonts but I hate the idea of browser specific style sheets.  I guess I shouldn't be complaining with first load times under 1 sec on WordPress but I am a performance junkie.]]></description>
			<content:encoded><![CDATA[Whats the best way to handle embedded hosted fonts?  IE requires an .eot font and doesn't know how to handle .woff and .otf so it eventually throws a 404 after the .eot loads.<br />
<br />
You can see the issue in my test results:<br />
<a href="http://www.webpagetest.org/result/100813_2VR8/" target="_blank">http://www.webpagetest.org/result/100813_2VR8/</a><br />
<br />
Chrome, Firefox and Safari will load the .woff and skip over the .eot without making a request.<br />
<br />
I have been contemplating serving a specific ie style sheet with only the .eot fonts but I hate the idea of browser specific style sheets.  I guess I shouldn't be complaining with first load times under 1 sec on WordPress but I am a performance junkie.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Proper cookie usage]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=334</link>
			<pubDate>Thu, 12 Aug 2010 09:45:50 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=334</guid>
			<description><![CDATA[Hi,<br />
i want to ask what do I have to do to have checked "Proper cookie usage". Is there something in htaccess (for images/scripts/styles..) I should add?]]></description>
			<content:encoded><![CDATA[Hi,<br />
i want to ask what do I have to do to have checked "Proper cookie usage". Is there something in htaccess (for images/scripts/styles..) I should add?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[GZIP js &#x26; css]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=333</link>
			<pubDate>Thu, 12 Aug 2010 07:25:58 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=333</guid>
			<description><![CDATA[In the results of webpagetest the results of gzip seem to be okay.<br />
But Google Webmaster tools say, that I should gzip js and css also.<br />
Should I?]]></description>
			<content:encoded><![CDATA[In the results of webpagetest the results of gzip seem to be okay.<br />
But Google Webmaster tools say, that I should gzip js and css also.<br />
Should I?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How is the "Fully Loaded" time measured?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=332</link>
			<pubDate>Thu, 12 Aug 2010 00:47:46 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=332</guid>
			<description><![CDATA[Hi,<br />
<br />
From what I understand, time to "Document Complete" is measured when the onLoad event in the browser gets fired, correct? I'm curious about how the "Fully Loaded" time is calculated. Is there a similar browser event for this?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
From what I understand, time to "Document Complete" is measured when the onLoad event in the browser gets fired, correct? I'm curious about how the "Fully Loaded" time is calculated. Is there a similar browser event for this?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is easy to do to improve speed from test result?]]></title>
			<link>http://www.webpagetest.org/forums/showthread.php?tid=331</link>
			<pubDate>Wed, 11 Aug 2010 23:42:06 +0000</pubDate>
			<guid isPermaLink="false">http://www.webpagetest.org/forums/showthread.php?tid=331</guid>
			<description><![CDATA[<a href="http://www.webpagetest.org/result/100811_2RPC/1/performance_optimization/" target="_blank">http://www.webpagetest.org/result/100811...imization/</a><br />
<br />
This is my performance review but I dont really know what to do next or what I would be able to improve easily with minimal knowledge... <br />
<br />
I am using wordpress plugin W3 Total Cache by W3 EDGE ® to improve load speed (the site loads very slow) but I think there are things I have to do manually. for example I have an option to load js &amp; css scripts to minify. Would I load the same files that the review says I should compress? <br />
<br />
If I can get some suggestions and explanation how to optimize my site I would appreciate it  <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
Thank u to whoever can help <img src="http://www.webpagetest.org/forums/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[<a href="http://www.webpagetest.org/result/100811_2RPC/1/performance_optimization/" target="_blank">http://www.webpagetest.org/result/100811...imization/</a><br />
<br />
This is my performance review but I dont really know what to do next or what I would be able to improve easily with minimal knowledge... <br />
<br />
I am using wordpress plugin W3 Total Cache by W3 EDGE ® to improve load speed (the site loads very slow) but I think there are things I have to do manually. for example I have an option to load js &amp; css scripts to minify. Would I load the same files that the review says I should compress? <br />
<br />
If I can get some suggestions and explanation how to optimize my site I would appreciate it  <img src="http://www.webpagetest.org/forums/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" /><br />
<br />
Thank u to whoever can help <img src="http://www.webpagetest.org/forums/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
	</channel>
</rss>