Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some feature requests #4

Open
decadence opened this issue Apr 27, 2018 · 0 comments
Open

Some feature requests #4

decadence opened this issue Apr 27, 2018 · 0 comments

Comments

@decadence
Copy link

decadence commented Apr 27, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant