From the Readme:
This WordPress plugin allows you to easily place various development notes throughout your website. The development notes will appear on your page and the browser's console only when:
* You are working on your local development environment.
* You are logged into WordPress.
* ?devnote is appended to the URL.
One of the features is that it display in the page's footer the total number of SQL queries performed on the page and the total time required to generate the page. It also displays every SQL used to generate the page.
There are a few other features such as colour-coded CSS debugging, etc.
https://github.com/cleanforestco/cfs-dev-tools/
From the Readme: This WordPress plugin allows you to easily place various development notes throughout your website. The development notes will appear on your page and the browser's console only when:
* You are working on your local development environment.
* You are logged into WordPress.
* ?devnote is appended to the URL.
One of the features is that it display in the page's footer the total number of SQL queries performed on the page and the total time required to generate the page. It also displays every SQL used to generate the page.
There are a few other features such as colour-coded CSS debugging, etc.
Contributors and feedback welcome :-)