yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

Reduce db panel warnings for "critical query threshold" and "excessive callers" #504

Closed rhertogh closed 1 year ago

rhertogh commented 1 year ago
Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues #503

With this PR exceeding the "critical query threshold" and/or "excessive callers" will no longer be displayed as an error in the debug panel. Only a "⚠" is displayed.

image

what-the-diff[bot] commented 1 year ago

PR Summary

samdark commented 1 year ago

Thanks!