Linux 软件免费装

Dev Monitor

开发者 onodev
noahj-champion
更新时间 2017年11月24日 01:55
捐献地址: 去捐款
PHP版本: 3.9 及以上
WordPress版本: 4.9
版权: GPLv3
版权网址: 版权信息

标签

css javascript development admin bar queries conditionals

下载

1.0.0 1.0.1 1.1.0 1.2 1.3

详情介绍:

Dev Monitor optionally adds SQL Query, Memory Usage, Execution Time, Javascript, CSS, Wordpress Conditionals, and included theme and plugin PHP file information to the admin bar for users with the appropriate permissions. Use this plugin to aid your development by making it easy to see which files are included and where.

安装:

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Visit Settings > Dev Monitor to choose which options you would like to display.

屏幕截图:

  • Dev Monitor adds some information to your admin bar about Queries, Execution Time, Memory, Theme/Plugin PHP Includes, Javascript includes, CSS includes, and Widgets.
  • Mouse over the Dev Monitor Stats to get added information. Here you can see the Javascript handles for all of the enqueued scripts.
  • The included PHP Files located in your themes or plugin directory.
  • A list of queries (assuming SAVEQUERIES has been defined)
  • The CSS handles for all of the enqueued styles.
  • True/False conditional menu
  • Page Specific conditional menu

升级注意事项:

A Wordpress Conditonals menu was added so you can easily see which conditionals will apply to your current page.

常见问题:

Why can't I see the queries?

Make sure SAVEQUERIES is defined in your wp-config.php. Add the following line: define('SAVEQUERIES',true);

更新日志:

1.1.0 1.0.1