<?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: Another technique for minimizing requests, image concatenation</title>
	<atom:link href="http://www.ajaxperformance.com/2007/05/09/another-technique-for-minimizing-requests-image-concatenation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxperformance.com/2007/05/09/another-technique-for-minimizing-requests-image-concatenation/</link>
	<description>A blog by Ryan Breen of Gomez</description>
	<pubDate>Mon, 01 Dec 2008 23:10:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ajax Performance &#187; TAE Wrapup</title>
		<link>http://www.ajaxperformance.com/2007/05/09/another-technique-for-minimizing-requests-image-concatenation/#comment-12895</link>
		<dc:creator>Ajax Performance &#187; TAE Wrapup</dc:creator>
		<pubDate>Mon, 06 Aug 2007 02:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=59#comment-12895</guid>
		<description>[...] last session of the week was Steve Souders, who I&#8217;ve before, introducing YSlow, an interesting Firebug integration that analyzes and grades your application [...]</description>
		<content:encoded><![CDATA[<p>[...] last session of the week was Steve Souders, who I&#8217;ve before, introducing YSlow, an interesting Firebug integration that analyzes and grades your application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax Performance &#187; GWT 1.4 provides easy, native support of image concatenation with special sauce</title>
		<link>http://www.ajaxperformance.com/2007/05/09/another-technique-for-minimizing-requests-image-concatenation/#comment-7951</link>
		<dc:creator>Ajax Performance &#187; GWT 1.4 provides easy, native support of image concatenation with special sauce</dc:creator>
		<pubDate>Sat, 02 Jun 2007 05:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=59#comment-7951</guid>
		<description>[...] The RC for GWT 1.4 provides native support for image concatenation in a feature called ImageBundle. If you&#8217;ll recall, I discussed image concatenation in a round up last month, and it&#8217;s a key embodiment of our &#8220;First Principal of Performance Optimization&#8221; &#8212; reduce network requests as much as possible. [...]</description>
		<content:encoded><![CDATA[<p>[...] The RC for GWT 1.4 provides native support for image concatenation in a feature called ImageBundle. If you&#8217;ll recall, I discussed image concatenation in a round up last month, and it&#8217;s a key embodiment of our &#8220;First Principal of Performance Optimization&#8221; &#8212; reduce network requests as much as possible. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax Performance &#187; Performance work on the run-up to Rails 2.0</title>
		<link>http://www.ajaxperformance.com/2007/05/09/another-technique-for-minimizing-requests-image-concatenation/#comment-6758</link>
		<dc:creator>Ajax Performance &#187; Performance work on the run-up to Rails 2.0</dc:creator>
		<pubDate>Tue, 22 May 2007 03:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=59#comment-6758</guid>
		<description>[...] First up is JavaScript and CSS streamlining where all scripts and stylesheets linked to a document can be combined and gzipped with one command:  &#60;%= javascript_include_tag :all, :cache =&#62; true %&#62; &#60;%= stylesheet_link_tag :all, :cache =&#62; true %&#62;  I discussed this technique briefly most recently here, though really that post is just a link to hard work done by someone else. As a refresher, this technique is useful because it reduces both the total bytes downloaded and the number of round trips to the server. As we continue to see, the best way to reduce the load time of a page is to reduce the number of trips back to the server. This is especially true in the case of JavaScript as these server requests are serialized, so we get no benefit from connection parallelism. [...]</description>
		<content:encoded><![CDATA[<p>[...] First up is JavaScript and CSS streamlining where all scripts and stylesheets linked to a document can be combined and gzipped with one command:  &lt;%= javascript_include_tag :all, :cache =&gt; true %&gt; &lt;%= stylesheet_link_tag :all, :cache =&gt; true %&gt;  I discussed this technique briefly most recently here, though really that post is just a link to hard work done by someone else. As a refresher, this technique is useful because it reduces both the total bytes downloaded and the number of round trips to the server. As we continue to see, the best way to reduce the load time of a page is to reduce the number of trips back to the server. This is especially true in the case of JavaScript as these server requests are serialized, so we get no benefit from connection parallelism. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.201 seconds -->
