Ruby on Rails Wednesday, July 20, 2016

On 20 Jul 2016 10:31 p.m., "W.M." <contact@acro.link> wrote:
>
> I love Rails. It has been only couple of weeks for me into Ruby on Rails. So far fine except for performance as I had tested it using ab/httperf. I want my application to perform faster and serve more replies per second, I had some success speeding things up using Unicorn but I wonder if there are other options available that provide even better performance boost. I had seen some benchmark results in favor of torquebox, I spend couple of hours today implementing jRuby and torquebox but the results were disappointing. What would you recommend in order to speed things up in Rails? Thank you.

Are you running in production mode? Development mode is much slower.

Colin

>
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/15039c71-8478-4e2d-b033-d795cee371d4%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLv15pLDxAY3tycDyWiUZjN%2BpB%2B1tNpxtXhZmGYgO0wSvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment