gkc
2012-Jan-18 22:43 UTC
Rails 3.2.0rc2 Ruby 1.9.3 critical development enviroment performance
Hi there, I wonder if anybody else is experiencing this kind of issues, I''m running failry small application in development environment and I''m experiencing REALLY unacceptable performance issues. Below is summary line from development log for my slowest edit action, which is just a nested form: "Completed 200 OK in 1801005ms (Views: 368.2ms | ActiveRecord: 26.5ms)" Ruby process is using more than 3,5GB of RAM during this action. I''m using formtastic and nested_for within this action. Any hints where to look for issues? I''m running it on Macbook Pro 2.4GHz, 8GB of RAM. Regards Greg -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
gkc
2012-Jan-20 21:36 UTC
Re: Rails 3.2.0rc2 Ruby 1.9.3 critical development enviroment performance
Uff, I''ve found a problem. I was using rails-footnotes gem which seems to not work correctly with rails 3.2. After disabling this gem resources usage dropped and app is running blazing fast! :) Regards Greg On 18 Sty, 23:43, gkc <grzegorz.koc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi there, > I wonder if anybody else is experiencing this kind of issues, I''m > running failry small application in development environment and I''m > experiencing REALLY unacceptable performance issues. Below is summary > line from development log for my slowest edit action, which is just a > nested form: > "Completed 200 OK in 1801005ms (Views: 368.2ms | ActiveRecord: > 26.5ms)" > > Ruby process is using more than 3,5GB of RAM during this action. I''m > using formtastic and nested_for within this action. Any hints where to > look for issues? I''m running it on Macbook Pro 2.4GHz, 8GB of RAM. > > Regards > Greg-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.