I'd like to toss in the gem bullet, which we've begun using in one of our
apps, that shows database queries that are slow and how to speed them up.

That said, I still have to give Knuth's remark: "Premature optimisation is
the root of all evil." Basically: don't start optimising until you have
something to actually measure and tune. :)


On Thu, Jul 23, 2015 at 5:01 AM, Areba Biggie <li...@ruby-forum.com> wrote:

> While learning Rails, little emphasis is given on performance partly
> because most of those tutorials are usually small applications with
> minimal records. But as one progresses and starts handling huge apps,
> performance becomes critical. Optimizing queries and handling
> bottlenecks such as N + 1 query problem tops todo list...
>
> Check out more on this tutorial by following the link
>
> http://www.victorareba.com/tutorials/speed-your-rails-app-with-model-caching-using-redis
>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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+unsubscr...@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/b3071afa676dc736b110f7f0184df7b4%40ruby-forum.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+unsubscr...@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/CAHUC_t-PoRkw976W6cF3ynvwsR0yJrH-fT8T-pCcV8AOa6grFw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to