johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.58k stars 207 forks source link

Clickable URLs in the main panel #601

Open svandragt opened 3 years ago

svandragt commented 3 years ago

Is it possible to have the URLs in the Query Monitor main panel clickable? For example when a /wp-admin call has an HTTP API Calls fatal error the URL is shown in the main panel but the source of the problem is not revealed until that URL is opened in a new tab. (in this case an error in the WP upgrade process)

This trips up junior developers who get stuck trying to diagnose issues, so in my opinion it'll be a nice refinement for everyone :)

johnbillion commented 3 years ago

Yeah the main reason I haven't done this so far is it doesn't make sense to provide the same for non-GET requests, but I guess that's no reason not to make the URL clickable for GET requests. I think the best thing is to add a button at the end of the URL.