method
render_partial
v8.1.1 -
Show latest stable
- Class:
ActionView::StructuredEventSubscriber
render_partial(event)public
No documentation available.
# File actionview/lib/action_view/structured_event_subscriber.rb, line 24
def render_partial(event)
emit_debug_event("action_view.render_partial",
identifier: from_rails_root(event.payload[:identifier]),
layout: from_rails_root(event.payload[:layout]),
duration_ms: event.duration.round(2),
gc_ms: event.gc_time.round(2),
cache_hit: event.payload[:cache_hit],
)
end