Hello all,
I had an idea of creating a Chrome DevTools extension to display the results in a new DevTools tab and would love to hear thoughts on this before I dive into it as a pet project.
So the page instead of displaying the collapsed timings on the page top left or top right, would use the exact same JSON & potentially a different UI to display the same information.
So is it possible to get the current page request MiniProfiler JSON result from a public URL endpoint?
Thought is that Chrome DevTools is opened & the MiniProfiler result for the current page in the browser is run/retrieved & we get back a JSON which can be used in a custom UI that fits in with Chrome DevTools.
Look forward to hearing your thoughts on this.
Thanks,
Warren