Class | Rack::Bug::MustachePanel |
In: |
lib/rack/bug/panels/mustache_panel.rb
|
Parent: | Panel |
MustachePanel is a Rack::Bug panel which tracks the time spent rendering Mustache views as well as all the variables accessed during view rendering.
It can be used to track down slow partials and ensure you‘re only generating data you need.
Also, it‘s fun.