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

Get paginator limit from url params #646

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

strig
Copy link

@strig strig commented Feb 18, 2023

When profiling requests with a huge number of queries sometimes we end up with multiple pages. Since the sql page only sorts current lines it's hard to see all the heaviest queries on one page and there's no way to see more than 200 since the limit is hardcoded.

This will allow the user to specify a page size via URL param e.g. &per_page=300.

When profiling requests with a huge number of queries sometimes we end up with multiple pages. This will allow the user to specify a page size via URL params.
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

Successfully merging this pull request may close these issues.

1 participant