<?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: 10 tips to boost up performance of your ruby on rails application</title>
	<atom:link href="http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/</link>
	<description></description>
	<lastBuildDate>Fri, 24 Feb 2012 17:13:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Abdul Barek</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-127</link>
		<dc:creator>Abdul Barek</dc:creator>
		<pubDate>Fri, 24 Feb 2012 17:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-127</guid>
		<description>Good Post Fuad vai!
I am adding a little stuff. 
&quot;Load content whenever the content is being appeared on the monitor - this will reduce page loading time&quot;. JQuery appear plugin can be a good friend :)</description>
		<content:encoded><![CDATA[<p>Good Post Fuad vai!<br />
I am adding a little stuff.<br />
&#8220;Load content whenever the content is being appeared on the monitor &#8211; this will reduce page loading time&#8221;. JQuery appear plugin can be a good friend :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nhm tanveer hossain khan</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-109</link>
		<dc:creator>nhm tanveer hossain khan</dc:creator>
		<pubDate>Wed, 23 Nov 2011 03:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-109</guid>
		<description>Regarding #6. Avoid dynamism

i think on production environment where class caching is turned on, this shouldn&#039;t be a performance issue. because those are dynamically pre defined or on first time call they generate them.


Regarding #4

Is there any reason why you have chosen if - then - else over ruby ternary operator ?
condition ? if-true : if-false

btw thanks for the nice post.</description>
		<content:encoded><![CDATA[<p>Regarding #6. Avoid dynamism</p>
<p>i think on production environment where class caching is turned on, this shouldn&#8217;t be a performance issue. because those are dynamically pre defined or on first time call they generate them.</p>
<p>Regarding #4</p>
<p>Is there any reason why you have chosen if &#8211; then &#8211; else over ruby ternary operator ?<br />
condition ? if-true : if-false</p>
<p>btw thanks for the nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kowser</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-97</link>
		<dc:creator>Kowser</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-97</guid>
		<description>I think I am still learning... ;)

Yes glad to know the practices which should be followed the topics you mentioned.

Just to give my feedback
&quot;...good practice are indedependent of any language&quot;, exactly.

That is why I expected, this topic title or something could be changed. The reason I am saying is, when I recommended it to someone, the feedback was like, &quot;... oh, its ruby, I am not sure how much it could be helpful for me.&quot;. I believe you can understand me.

This topic has more value than ruby. And at least me want know more things like these ;)</description>
		<content:encoded><![CDATA[<p>I think I am still learning&#8230; ;)</p>
<p>Yes glad to know the practices which should be followed the topics you mentioned.</p>
<p>Just to give my feedback<br />
&#8220;&#8230;good practice are indedependent of any language&#8221;, exactly.</p>
<p>That is why I expected, this topic title or something could be changed. The reason I am saying is, when I recommended it to someone, the feedback was like, &#8220;&#8230; oh, its ruby, I am not sure how much it could be helpful for me.&#8221;. I believe you can understand me.</p>
<p>This topic has more value than ruby. And at least me want know more things like these ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fuad</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-95</link>
		<dc:creator>Fuad</dc:creator>
		<pubDate>Fri, 29 Jul 2011 07:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-95</guid>
		<description>Kowser, well ruby is natural, don&#039;t you get the code? If the player&#039;s name is Tamim it will return player object otherwise a nil :-)
Well, It is focused to rails, but good practice are indedependent of any language, don&#039;t forget to share with us once you go deeper.</description>
		<content:encoded><![CDATA[<p>Kowser, well ruby is natural, don&#8217;t you get the code? If the player&#8217;s name is Tamim it will return player object otherwise a nil :-)<br />
Well, It is focused to rails, but good practice are indedependent of any language, don&#8217;t forget to share with us once you go deeper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kowser</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-94</link>
		<dc:creator>Kowser</dc:creator>
		<pubDate>Fri, 29 Jul 2011 06:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-94</guid>
		<description>I am not a ruby guy, but wondering how it works, the syntax u suggested for DRY. I am a bit lazy to google for it.

player = Player.find_by_id(1)
 if(player.name == &quot;Tamim&quot;) then player else nil end


And I believe most of the suggestion works for languages rather than ROR. It should suffice for any webapp whether it is in Java/PHP/... or any other languages.

To me its a starting point to think about these optimization.</description>
		<content:encoded><![CDATA[<p>I am not a ruby guy, but wondering how it works, the syntax u suggested for DRY. I am a bit lazy to google for it.</p>
<p>player = Player.find_by_id(1)<br />
 if(player.name == &#8220;Tamim&#8221;) then player else nil end</p>
<p>And I believe most of the suggestion works for languages rather than ROR. It should suffice for any webapp whether it is in Java/PHP/&#8230; or any other languages.</p>
<p>To me its a starting point to think about these optimization.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanvir Anowar</title>
		<link>http://www.nascenia.com/10-tips-to-boost-up-performance-of-your-ruby-on-rails-application/#comment-93</link>
		<dc:creator>Tanvir Anowar</dc:creator>
		<pubDate>Fri, 29 Jul 2011 05:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.nascenia.com/?p=574#comment-93</guid>
		<description>Hello Fuad vi
Very nice article. Hope it will increase our software engineering practice.But I have faced some performance issues regarding eager loading. From the developer side its something like heavenly gift but from the client&#039;s side it rises execution time issues sometime ( depending on tables and data volume ), specially when you are dealing with AJAX call (when the AJAX loading image remains popped-up and seams like the app has gone in hang state). 

Thanks for this helpful article.</description>
		<content:encoded><![CDATA[<p>Hello Fuad vi<br />
Very nice article. Hope it will increase our software engineering practice.But I have faced some performance issues regarding eager loading. From the developer side its something like heavenly gift but from the client&#8217;s side it rises execution time issues sometime ( depending on tables and data volume ), specially when you are dealing with AJAX call (when the AJAX loading image remains popped-up and seams like the app has gone in hang state). </p>
<p>Thanks for this helpful article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

