This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Debug Bar Query Count Alert

چۈشەندۈرۈش

Replaces the default text in the Debug Bar button (which is «Debug Bar» by default in English) with the page’s query count and total sql time. The button will be red if there were more than 200 queries or they took more than 1 second to run, and orange if the page required more than 100 queries or took more than 0.5 seconds to run.

Requires the Debug Bar plugin and for the constant SAVEQUERIES to be true.

Inspired by the Admin Bar on WordPress.com VIP, which offers similar functionality.

ئېكران كەسمىسى

  • This is the normal state.
  • This is the notice state.
  • This is the warning state.

ئورنىتىش

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ›Plugins‹ menu in WordPress

FAQ

Can I alter the color-coded thresholds?

Yes, absolutely. In your theme or plugin, you can set these values as follows:

`

Lower the query count limits to 50 and 100

Debug_Bar_Query_Count_Button()->query_count_limits = array( 50, 100 );

Lower the query time limits to 250ms and 500ms

Debug_Bar_Query_Count_Button()->query_time_limits = array( 0.25, 0.5 );
`

باھالاشلار

2017-يىلى 8-فېۋرال
Excellent plugin, has helped our business in many ways
2 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«Debug Bar Query Count Alert» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«Debug Bar Query Count Alert» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

0.1

Brand new.