MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.68k stars 400 forks source link

always-async-flamegraph mode #589

Closed nate-at-gusto closed 6 months ago

nate-at-gusto commented 8 months ago

In an SPA, you don't always have easy control over the URL. For example, you click something on the page, triggering a route change and a bunch of new requests.

I'm envisioning an "async-flamegraph-enable" option, similar to the toggle for full sql dumps, that would essentially act as a toggle for async-flamegraph.

nate-at-gusto commented 6 months ago

I've found you can do this with something like this. I don't think it's necessary to mainline this: Screenshot 2024-01-04 at 09 18 46