=== Info === Contributors: webvitaly Plugin URI: http://web-profile.com.ua/wordpress/plugins/info/ Tags: info Author URI: http://web-profile.com.ua/wordpress/ Requires at least: 3.0 Tested up to: 3.2 Stable tag: 1.0.0 This plugin will output the number of database queries and the amount of seconds to generate the page in footer. == Description == This plugin will output the number of database queries during the WordPress execution and the amount of time in seconds to generate the page. This plugin adds code to footer using `add_action('wp_footer', 'useful_info_code');` WordPress hook. The information is HTML commented for not displaying it in page preview. You can find this information in the the source of the page (somewhere in bottom). Function `wp_footer();` should be placed in the bottom of your theme. [Info plugin page](http://web-profile.com.ua/wordpress/plugins/info/) [WordPress stuff](http://web-profile.com.ua/wordpress/) == Changelog == = 1.0.0 = * Initial release; == Installation == 1. Install plugin and activate it on the Plugins page; 2. You can find the number of database queries and the amount of seconds to generate the page in the source of the page;