18cdc5ba6c
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
6 lines
181 B
Text
6 lines
181 B
Text
- return unless peek_enabled?
|
|
|
|
#js-peek{ data: { env: Peek.env,
|
|
request_id: Peek.request_id,
|
|
peek_url: "#{peek_routes_path}/results" },
|
|
class: Peek.env }
|