Improving UX of query viewer #954
mgralikowski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying Ray instead of Debugbar I used to use for a long time. The most important function is to easily preview all queries run during a request (web and API - where Ray wins) with an execution time and duplicate occurs.
To be honest UX compared to debugbar is poor, every request generates a lot of queries so as a result I have a lot of scrolling over not very readable queries. In the Debugbar the list contains rows with readable one-liners so it is easy to find interesting us queries. In the Ray even collapsing all queries is not helpful.
![image](https://private-user-images.githubusercontent.com/17027876/393896926-6f9cccbb-05b4-4724-9b33-cbc20af82a28.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODUyMDQsIm5iZiI6MTczOTI4NDkwNCwicGF0aCI6Ii8xNzAyNzg3Ni8zOTM4OTY5MjYtNmY5Y2NjYmItMDViNC00NzI0LTliMzMtY2JjMjBhZjgyYTI4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE0NDE0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQxNDIzOGVlYjgyZTE0YjdmOTJiNTM3N2Y3ZDcwZjBkYWIwNzJiN2VkMWViNjQxZGFkZDkyMmY5YzViYTM0ZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jan8XnxCQ9k5rd3dRKh4MY0F8BJJpgLmm87cHk6YdDI)
Please, improve it a bit. The minimum is to make more readable collapsed sections and make its default behavior (configurable from the APP or config).
Beta Was this translation helpful? Give feedback.
All reactions