Re: [Rails] Is their any plugin/gem available to improve performance

2012-01-18 Thread Muruga
On Tue, Jan 17, 2012 at 1:10 PM, loganathan sellappa < loganathan...@gmail.com> wrote: > Hi All, > > I am having an ror application with ruby1.8.7 and rails2.3.5, the > performance of my application is not good enough. Is their any plugin or > gem available to improve the performance. Also I have

Re: [Rails] Is their any plugin/gem available to improve performance

2012-01-17 Thread Hassan Schroeder
On Mon, Jan 16, 2012 at 11:40 PM, loganathan sellappa wrote: > I am having an ror application with ruby1.8.7 and rails2.3.5, the > performance of my application is not good enough. Is their any plugin or gem > available to improve the performance. There are gems to *analyze* performance -- which

Re: [Rails] Is their any plugin/gem available to improve performance

2012-01-17 Thread Colin Law
On 17 January 2012 07:40, loganathan sellappa wrote: > Hi All, > > I am having an ror application with ruby1.8.7 and rails2.3.5, the > performance of my application is not good enough. Is their any plugin or gem > available to improve the performance. Also I have already optimized some of > my cod

Re: [Rails] Is their any plugin/gem available to improve performance

2012-01-16 Thread Jordan Miller
without knowing absolutely anything about your code, since you haven't told us much, it sounds like you should either refactor your code to make it efficient, or... easier solution is to just get a faster server. rails 3 does lazy loading so by definition that will cut down dramatically on your d

[Rails] Is their any plugin/gem available to improve performance

2012-01-16 Thread loganathan sellappa
Hi All, I am having an ror application with ruby1.8.7 and rails2.3.5, the performance of my application is not good enough. Is their any plugin or gem available to improve the performance. Also I have already optimized some of my code and db queries by optimizing the mysql query and by adding inde