<?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: Speed up your Rails XML responses</title>
	<atom:link href="http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/feed/" rel="self" type="application/rss+xml" />
	<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/</link>
	<description>Rails experiments by Matt Aimonetti</description>
	<lastBuildDate>Tue, 23 Feb 2010 22:05:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Magnus Holm</title>
		<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/comment-page-1/#comment-1729</link>
		<dc:creator>Magnus Holm</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/?p=1734#comment-1729</guid>
		<description>In my own mini-benchmarks I&#039;ve actually found Erector to be even faster than Nokogiri, but YMMV.</description>
		<content:encoded><![CDATA[<p>In my own mini-benchmarks I&#8217;ve actually found Erector to be even faster than Nokogiri, but YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Aimonetti</title>
		<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/comment-page-1/#comment-1727</link>
		<dc:creator>Matt Aimonetti</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/?p=1734#comment-1727</guid>
		<description>Jeremy, I&#039;m just using a WP template I thought did not look too bad ;) I&#039;ll take your comment in consideration when/if I decide to make some modifications.

@kieran cool, thanks for sharing your experience and sharing your link

@jim Aaron is the man!</description>
		<content:encoded><![CDATA[<p>Jeremy, I&#8217;m just using a WP template I thought did not look too bad <img src='http://railsontherun.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I&#8217;ll take your comment in consideration when/if I decide to make some modifications.</p>
<p>@kieran cool, thanks for sharing your experience and sharing your link</p>
<p>@jim Aaron is the man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Lecour</title>
		<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/comment-page-1/#comment-1726</link>
		<dc:creator>Jeremy Lecour</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/?p=1734#comment-1726</guid>
		<description>Hi Matt,

Thanks for sharing this. I&#039;m going to be in the same kind of situation where I&#039;ll have to serve some quite big xml chunks a bunch of times per minutes/hours. Since Nokogiri is already in use in my app, it&#039;s going to be a good bonus.

NB : about your html template on the commenting section, the spec recommends not to substitute input labels by placeholder (a hint for what to type in). I know it&#039;s more concise in the majority of cases, but it&#039;s less accessible. It&#039;s from the HTML5 spec about placeholders, but I guess the reason can be applied to default values in plain old (x)html.
http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for sharing this. I&#8217;m going to be in the same kind of situation where I&#8217;ll have to serve some quite big xml chunks a bunch of times per minutes/hours. Since Nokogiri is already in use in my app, it&#8217;s going to be a good bonus.</p>
<p>NB : about your html template on the commenting section, the spec recommends not to substitute input labels by placeholder (a hint for what to type in). I know it&#8217;s more concise in the majority of cases, but it&#8217;s less accessible. It&#8217;s from the HTML5 spec about placeholders, but I guess the reason can be applied to default values in plain old (x)html.<br />
<a href="http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute" rel="nofollow">http://dev.w3.org/html5/spec/Overview.html#the-placeholder-attribute</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Neath</title>
		<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/comment-page-1/#comment-1725</link>
		<dc:creator>Jim Neath</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/?p=1734#comment-1725</guid>
		<description>Major kudos to Aaron.

He also has the greatest named plugin, Wank.</description>
		<content:encoded><![CDATA[<p>Major kudos to Aaron.</p>
<p>He also has the greatest named plugin, Wank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieran P</title>
		<link>http://railsontherun.com/2010/02/22/speed-up-your-rails-xml-responses/comment-page-1/#comment-1724</link>
		<dc:creator>Kieran P</dc:creator>
		<pubDate>Tue, 23 Feb 2010 08:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://railsontherun.com/?p=1734#comment-1724</guid>
		<description>We converted our feeds to use Nokogiri some time ago (11 months or so). The speed boosts where incredible. You can find the full details at http://kete.lighthouseapp.com/projects/14288/tickets/177-tags-list-rss-feed-increasingly-slower

Points 1-3 of the first comment should help get people started. The syntax is not that different from Builder, so it was fairly easy to convert them.

On the feed we where having troubles with, we saw a 91.16x speed boost. That&#039;s from 36.3 seconds for 2 requests, to just 1.8 seconds page load for 10 requests.

Rails 3 would really benefit from switching out Builder with Nokogiri!</description>
		<content:encoded><![CDATA[<p>We converted our feeds to use Nokogiri some time ago (11 months or so). The speed boosts where incredible. You can find the full details at <a href="http://kete.lighthouseapp.com/projects/14288/tickets/177-tags-list-rss-feed-increasingly-slower" rel="nofollow">http://kete.lighthouseapp.com/projects/14288/tickets/177-tags-list-rss-feed-increasingly-slower</a></p>
<p>Points 1-3 of the first comment should help get people started. The syntax is not that different from Builder, so it was fairly easy to convert them.</p>
<p>On the feed we where having troubles with, we saw a 91.16x speed boost. That&#8217;s from 36.3 seconds for 2 requests, to just 1.8 seconds page load for 10 requests.</p>
<p>Rails 3 would really benefit from switching out Builder with Nokogiri!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

