<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/1</link>
		<description>Comments by Jon</description>
<item>
<title>Torbit blog : A better way to load CSS</title>
<link>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803657</link>
<description>I don&amp;#039;t know of any libraries that do this.  Please post back if you find one.  You can always just have Torbit automatically apply these optimizations for you though. </description>
<pubDate>Sun, 4 Dec 2011 22:39:22 +0000</pubDate>
<guid>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803657</guid>
</item><item>
<title>Torbit blog : A better way to load CSS</title>
<link>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803338</link>
<description>We add a combined version of the CSS (as a &amp;lt;link&amp;gt; tag) in a &amp;lt;noscript&amp;gt; tag in case the JS is disabled. </description>
<pubDate>Sun, 4 Dec 2011 22:38:20 +0000</pubDate>
<guid>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803338</guid>
</item><item>
<title>Torbit blog : A better way to load CSS</title>
<link>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803077</link>
<description>Largely because it gives us much more control over how and when the CSS is loaded.  It allows us to:  1) Download all the CSS (and JS) in one request which reduces the number of round trips and resource blocking  2) It makes it easier to push the CSS into local storage which is dedicated space for the domain (we don&amp;#039;t have to compete with resources on other sites for space in the web cache) and tends to stick around longer, so we don&amp;#039;t have to download the resources on repeat visits as often  3) It allows us to load only parts of the combined CSS on other pages.  If you include CSS files A, B, &amp;amp; C on the first page and only C &amp;amp; D on the second page the user visits we can download all three files A, B, &amp;amp; C in one request on the first page and then only download D on the second and still only apply C &amp;amp; D on the second page.  It provides a lot of the benefits of splitting up your CSS into multiple files without adding the overhead of multiple downloads. </description>
<pubDate>Sun, 4 Dec 2011 22:37:24 +0000</pubDate>
<guid>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment232803077</guid>
</item><item>
<title>Torbit blog : A better way to load CSS</title>
<link>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment223632411</link>
<description>I don&amp;#039;t think we have enough data either way for sure to say definitively about the reflows / repaints.  I hope we can have a better answer soon.  In some extreme cases we have seen a small decline in perceived performance using this technique.  Basically if there isn&amp;#039;t much CSS and it&amp;#039;s already in one file the overhead of the Javascript and hiding / showing the body actually made things slightly worse.  We have other optimizations to use in these cases that include the CSS as a standard link tag to a minified CSS file on a CDN, but most of our clients aren&amp;#039;t in this edge case.  Generally we&amp;#039;ve seen an improvement in render time and perceived performance still, especially w/ sites that mix CSS and javascript in the head. </description>
<pubDate>Fri, 18 Nov 2011 00:42:25 +0000</pubDate>
<guid>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment223632411</guid>
</item><item>
<title>Torbit blog : A better way to load CSS</title>
<link>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment223596198</link>
<description>Thanks Steve.  To answer your questions:  1. We use some internal stuff and a little bit from &lt;a href=&quot;http://csstidy.sourceforge.net/&quot; target=&quot;_blank&quot;&gt;http://csstidy.sourceforge.net/&lt;/a&gt; 2. I don&amp;#039;t have as much data on this as I&amp;#039;d like in order to say definitely yes, but my initial testing has shown it to improve. Hoping to look at this more soon. 3. No, it doesn&amp;#039;t yet, but we are planning to add this soon. 4. The javascript fetch is added in the head of the document and then the STYLE elements are added in the dom wherever the original CSS link tag or style tag would&amp;#039;ve been in the original document. 5. We set the visibility of the body to hidden until the CSS is applied to the document in order to prevent FOUC.  I didn&amp;#039;t mention this in the post, so thanks for bringing it up.   </description>
<pubDate>Thu, 17 Nov 2011 23:06:54 +0000</pubDate>
<guid>http://torbit.com/blog/2011/11/17/a-better-way-to-load-css/#IDComment223596198</guid>
</item><item>
<title>Torbit blog : New localStorage optimizations for amazing mobile performance</title>
<link>http://torbit.com/blog/2011/05/31/localstorage-mobile-performance/#IDComment158056818</link>
<description>These are actually the first views.  We&amp;#039;re including the js and css as inline js in the page request, applying the js and css to the page, pushing it into local storage, and updating a cookie to indicate to the server which files are in local storage on the client.  This way on subsequent pageviews we can know what resources to include based on the cookie.  This leads to a much larger initial page request, but fewer HTTP requests overall which is where a lot of the performance gains come from.  I don&amp;#039;t have any stats on the localStorage size vs cache sizes handy, but we&amp;#039;ll probably address those in a future post when we have some more data on how these optimizations are performing in the wild. </description>
<pubDate>Wed, 1 Jun 2011 03:48:22 +0000</pubDate>
<guid>http://torbit.com/blog/2011/05/31/localstorage-mobile-performance/#IDComment158056818</guid>
</item><item>
<title>Jon Fox : Email Nag</title>
<link>http://jonefox.com/blog/2010/10/11/email-nag/#IDComment103662300</link>
<description>It&amp;#039;s a little &amp;quot;homebrew&amp;quot; and requires a &lt;a href=&quot;http:\/\/twilio.com&quot; target=&quot;_blank&quot;&gt;Twilio&lt;/a&gt; account for the text messages at the moment. If there&amp;#039;s more interest I might consider packaging it up a little cleaner and/or making a simple service out of it. </description>
<pubDate>Tue, 12 Oct 2010 16:11:00 +0000</pubDate>
<guid>http://jonefox.com/blog/2010/10/11/email-nag/#IDComment103662300</guid>
</item><item>
<title>Jon's test blog : More posting</title>
<link>http://jonefoxtest.wordpress.com/2010/08/19/more-posting/#IDComment94245460</link>
<description>Another great comment </description>
<pubDate>Thu, 19 Aug 2010 22:11:49 +0000</pubDate>
<guid>http://jonefoxtest.wordpress.com/2010/08/19/more-posting/#IDComment94245460</guid>
</item><item>
<title>Jon's test blog : More posting</title>
<link>http://jonefoxtest.wordpress.com/2010/08/19/more-posting/#IDComment94230098</link>
<description>Another comment </description>
<pubDate>Thu, 19 Aug 2010 20:26:15 +0000</pubDate>
<guid>http://jonefoxtest.wordpress.com/2010/08/19/more-posting/#IDComment94230098</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80501004</link>
<description>A reply to a reply </description>
<pubDate>Wed, 16 Jun 2010 23:40:40 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80501004</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80500982</link>
<description>Yet another reply </description>
<pubDate>Wed, 16 Jun 2010 23:40:23 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80500982</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80500538</link>
<description>More replying </description>
<pubDate>Wed, 16 Jun 2010 23:34:50 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80500538</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80499445</link>
<description>Another reply here </description>
<pubDate>Wed, 16 Jun 2010 23:30:25 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80499445</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80498524</link>
<description>A reply goes here </description>
<pubDate>Wed, 16 Jun 2010 23:26:36 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80498524</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80497443</link>
<description>Awesome </description>
<pubDate>Wed, 16 Jun 2010 23:17:43 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80497443</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80497299</link>
<description>Another comment </description>
<pubDate>Wed, 16 Jun 2010 23:16:11 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80497299</guid>
</item><item>
<title>Test Blog : howdy</title>
<link>http://jonefox.com/test/?p=128#IDComment80497253</link>
<description>More stuff </description>
<pubDate>Wed, 16 Jun 2010 23:15:42 +0000</pubDate>
<guid>http://jonefox.com/test/?p=128#IDComment80497253</guid>
</item><item>
<title>Test Blog : breckenridge</title>
<link>http://jonefox.com/test/?p=130#IDComment77514245</link>
<description>Cooler, don&amp;#039;t you think &lt;a href=&quot;http:\/\/www.youtube.com\/watch\?v=5pidokakU4I&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/watch?v=5pidokakU4I&lt;/a&gt;? </description>
<pubDate>Fri, 28 May 2010 17:11:47 +0000</pubDate>
<guid>http://jonefox.com/test/?p=130#IDComment77514245</guid>
</item><item>
<title>Test Blog : breckenridge</title>
<link>http://jonefox.com/test/?p=130#IDComment77514074</link>
<description>adsfsadf [youtube 5pidokakU4I http://www.youtube.com/watch?v=5pidokakU4I youtube] </description>
<pubDate>Fri, 28 May 2010 17:11:02 +0000</pubDate>
<guid>http://jonefox.com/test/?p=130#IDComment77514074</guid>
</item><item>
<title>Test Blog : breckenridge</title>
<link>http://jonefox.com/test/?p=130#IDComment77513946</link>
<description> &lt;a href=&quot;http://www.youtube.com/watch?v=5pidokakU4I&quot; target=&quot;_blank&quot;&gt;http://www.youtube.com/watch?v=5pidokakU4I&lt;/a&gt; there </description>
<pubDate>Fri, 28 May 2010 17:10:47 +0000</pubDate>
<guid>http://jonefox.com/test/?p=130#IDComment77513946</guid>
</item>	</channel>
</rss>