Relative Content

Tag Archive for rendering

Rails – Does using partials slow views rendering?

I’m having performance issues on a Rails 3.1.0 application, now I’ve done dome changes on my queries with AR and so but views still takes too many time to render, I’ve divided the views, loops and so, on many partials that are rendered dynamically inside views and inside other partials.