You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the great tool!
I tested it with Laravel and it works fine but I have some proposals and it would be nice if you consider some of them for future release.
Ability to see query duplicates for each session (by query text and by query text + PDO parameters combination). It would help to optimize query caching or eager loading of ORM relationships.
Ability to change sort order of session (newest on top)
Display total time and total queries for each session.
Display each session as table row and open details on click (or even in new tab). Now interface is overloaded if we have many sessions. Ideally if we can sort sessions by total time, total queries, session start time and so on by click on table header. Total values of each parameter in the table bottom.
Display query time with more digits after point (because now most of them are 0.00s). Maybe abitility to change units to milliseconds.
Add EXPLAIN in query menu for SELECT queries.
Ability to view and copy full query without ? (with replaced bindings)
Top queries by count for all sessions to see most required queries.
Display information about MySQL server: version, uptime, etc.
Ability to hide / ignore queries by substring
Ability to show only slow queries by specify time limit (slow log emulation)
Open GUI in default browser on startup.
JSON config ability (instead of passing CLI options)
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, thanks for the great tool!
I tested it with Laravel and it works fine but I have some proposals and it would be nice if you consider some of them for future release.
?
(with replaced bindings)Thanks!
The text was updated successfully, but these errors were encountered: