Skip to content

Rendering very slow #3755

Open
Open
@rkh

Description

@rkh

I'm trying to figure out why some tables load very slowly, and based on the logs the time is spent rendering templates:

  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_sortable_component.html.erb (Duration: 0.3ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_table_header.html.erb (Duration: 83.0ms | GC: 3.1ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/base/index.html.erb within layouts/avo/application (Duration: 16470.5ms | GC: 756.2ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_javascript.html.erb (Duration: 0.1ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_branding.html.erb (Duration: 0.1ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_pre_head.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_head.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_logo.html.erb (Duration: 0.1ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_header.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_navbar.html.erb (Duration: 1.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_sidebar_extra.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_profile_menu_extra.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_sidebar_extra.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_profile_menu_extra.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_custom_tools_alert.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_footer.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_all_alerts.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_alerts.html.erb (Duration: 0.5ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_scripts.html.erb (Duration: 0.0ms | GC: 0.0ms)
  Rendered /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/avo/partials/_confirm_dialog.html.erb (Duration: 123.4ms | GC: 5.6ms)
  Rendered layout /Users/konstantin/.asdf/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/avo-3.18.1/app/views/layouts/avo/application.html.erb (Duration: 17968.8ms | GC: 817.0ms)
Completed 200 OK in 18234ms (Views: 17973.5ms | ActiveRecord: 19.1ms (2 queries, 0 cached) | GC: 828.6ms)

No N+1 query, at least not based on the logs. The query to load the data for the table takes 41.3ms (not ideal, but a whole different world from the 18 seconds spent rendering).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    • Status

      Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions