Black Bar is Debug Bar for WordPress developers that attaches itself to the bottom of the browser window.
Displays executed MySQL queries and the time it took to execute each query.
Displays the template files of the theme.
Use the Profiler for measuring the performance of your plugins and themes...
Log in to your WordPress dashboard, navigate to the Plugins menu and click.
Download Black Bar plugin and uploading it to your server via your FTP application.
To add entries to the console, put the following line of PHP anywhere in your code apply filters ..
To use the profiler, put the following line of PHP before and after the code you wish to profile apply filters ...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Added tab.
Read more