RubyFlow The Ruby and Rails community linklog

How Much Time Does Rendering a Partial Really Take?

I’ve heard from some people that are worried about breaking apart large Rails views into smaller partials: How much time does rendering a partial really take? Will the performance impact of calling the partials outweigh the benefits in code readability?

Here’s a benchmark to get a sense of how much more expensive partial rendering can be, and whether it matters.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in