Skip to content

Slow threshold highlight on queries #1805

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

Merged
merged 1 commit into from
Jul 23, 2025
Merged

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Jul 22, 2025

When only_slow_queries => false, it highlights slow queries

'only_slow_queries' => false,
'slow_threshold'    => 2000,
image

When only_slow_queries => true(default value), only tracks slow queries(original functionality)

'only_slow_queries' => true,
'slow_threshold'    => 2000,

@erikn69 erikn69 force-pushed the patch-438810 branch 2 times, most recently from 765fdbe to ad97223 Compare July 22, 2025 20:26
@barryvdh barryvdh merged commit a6bbe5d into barryvdh:master Jul 23, 2025
27 checks passed
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.

2 participants