<?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: Top 3 Speed Tips for Sites using Google Analytics</title>
	<atom:link href="http://www.askapache.com/javascript/google-analytics-speed-tips.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Garchagudashvili</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-104795</link>
		<dc:creator>George Garchagudashvili</dc:creator>
		<pubDate>Wed, 30 Sep 2009 15:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-104795</guid>
		<description>this is very important tip for optimization, thanks</description>
		<content:encoded><![CDATA[<p>this is very important tip for optimization, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simosito</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-99681</link>
		<dc:creator>Simosito</dc:creator>
		<pubDate>Wed, 02 Sep 2009 19:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-99681</guid>
		<description>Isn&#039;t using &lt;code&gt;defer=&quot;defer&quot;&lt;/code&gt; in the script tag the same as putting it on the bottom of the page?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t using <code>defer="defer"</code> in the script tag the same as putting it on the bottom of the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-93474</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-93474</guid>
		<description>Not a bad concept but considering 6 out of ten websites out ther uses GA and given that GA script already sets the appropriate caching wouldn&#039;t a user&#039;s browser uses the cached version of GA script by default and as a result that would already have reduced http request and DNS lookup anyways when someone goes to your site? 

And if you were to combine the GA script with your own script in one file (considering if you have do that manually), when Google updates the script, that means you have to update your own script as well. It might be a maintenance nightmare if you have to combine and minify GA script every now and then.</description>
		<content:encoded><![CDATA[<p>Not a bad concept but considering 6 out of ten websites out ther uses GA and given that GA script already sets the appropriate caching wouldn&#8217;t a user&#8217;s browser uses the cached version of GA script by default and as a result that would already have reduced http request and DNS lookup anyways when someone goes to your site? </p>
<p>And if you were to combine the GA script with your own script in one file (considering if you have do that manually), when Google updates the script, that means you have to update your own script as well. It might be a maintenance nightmare if you have to combine and minify GA script every now and then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cherouvim</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-92697</link>
		<dc:creator>cherouvim</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-92697</guid>
		<description>&lt;strong&gt;@Marin&lt;/strong&gt;:

Setting &lt;code&gt;_setDomainName(&quot;none&quot;)&lt;/code&gt; sets all cookies to &lt;code&gt;www.example.com&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><strong>@Marin</strong>:</p>
<p>Setting <code>_setDomainName("none")</code> sets all cookies to <code>www.example.com</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phaoloo</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-86526</link>
		<dc:creator>Phaoloo</dc:creator>
		<pubDate>Tue, 07 Jul 2009 11:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-86526</guid>
		<description>Great thought about move the script locally. Some pages I visit just waiting for the response from Google site. Although it is just sometimes, but move it locally is great.</description>
		<content:encoded><![CDATA[<p>Great thought about move the script locally. Some pages I visit just waiting for the response from Google site. Although it is just sometimes, but move it locally is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marin</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-55341</link>
		<dc:creator>Marin</dc:creator>
		<pubDate>Sun, 11 Jan 2009 12:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-55341</guid>
		<description>Nice tips here. I got some questions remarks:

#1 apparently it&#039;s not strictly forbidden (but not recommanded) to host our own version of ga.js cf: http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55466

#2 I tried to set the domainName to my domain (&quot;www.domain.com&quot;) but I received 2 sets of cookies:
_umtz with domain:&quot;.www.domain.com&quot;
AND _umtz with domain: &quot;.domain.com&quot;
in that order (+ other _umt..) 
Can anyone confirm? is this a bug or something else? on FF3 latest

#3 I would, on top of this, style the DOM container of the ad so that it will have the correct width+height and the whole DOM will not be rerendered when the ad is loaded</description>
		<content:encoded><![CDATA[<p>Nice tips here. I got some questions remarks:</p>
<p>#1 apparently it&#8217;s not strictly forbidden (but not recommanded) to host our own version of ga.js cf: http://www.google.com/support/analytics/bin/answer.py?hl=en&#038;answer=55466</p>
<p>#2 I tried to set the domainName to my domain (&#8220;www.domain.com&#8221;) but I received 2 sets of cookies:<br />
_umtz with domain:&#8221;.www.domain.com&#8221;<br />
AND _umtz with domain: &#8220;.domain.com&#8221;<br />
in that order (+ other _umt..)<br />
Can anyone confirm? is this a bug or something else? on FF3 latest</p>
<p>#3 I would, on top of this, style the DOM container of the ad so that it will have the correct width+height and the whole DOM will not be rerendered when the ad is loaded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-47345</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-47345</guid>
		<description>Moving external javascript locally is a great idea - thanks for the tip. You only mention Analytics here, do you know if moving or modifying the JS for Adsense violates the terns and conditions?</description>
		<content:encoded><![CDATA[<p>Moving external javascript locally is a great idea &#8211; thanks for the tip. You only mention Analytics here, do you know if moving or modifying the JS for Adsense violates the terns and conditions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LGR</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-46163</link>
		<dc:creator>LGR</dc:creator>
		<pubDate>Sat, 18 Oct 2008 22:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-46163</guid>
		<description>Interesting idea. Do you have any stats on how much faster the page loads are by doing this?</description>
		<content:encoded><![CDATA[<p>Interesting idea. Do you have any stats on how much faster the page loads are by doing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Beckman</title>
		<link>http://www.askapache.com/javascript/google-analytics-speed-tips.html#comment-46157</link>
		<dc:creator>Rick Beckman</dc:creator>
		<pubDate>Sat, 18 Oct 2008 17:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1689#comment-46157</guid>
		<description>Excellent tips, though what happens if Google updates the Analytics code? Is there an easy, low-overhead way of ensuring you&#039;re always hosting the most up-to-date code?</description>
		<content:encoded><![CDATA[<p>Excellent tips, though what happens if Google updates the Analytics code? Is there an easy, low-overhead way of ensuring you&#8217;re always hosting the most up-to-date code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
