开发者 |
mboynes
alleyinteractive |
---|---|
更新时间 | 2014年2月3日 03:02 |
PHP版本: | 3.1 及以上 |
WordPress版本: | 3.8.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
SAVEQUERIES
to be true.
Inspired by the Admin Bar on WordPress.com VIP, which offers similar functionality.
/wp-content/plugins/
directoryYes, 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 ); `