=== Calculate Page Execution Time ===
Contributors: Milap, Imneerav 
Tags: Execution time, Script loading time, PHP Script loading time
Requires at least: 3.0.1
Tested up to: 6.9
Stable tag: 1.0
Donate link: https://www.paypal.me/MilapPatel
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin will calculate page execution time for your WordPress website, just active it & View Page Source. At the bottom, you will see execution time taken for that page.

== Description ==

Sometimes, your WordPress websites loads slow, you want to check how much time PHP script taking to load the page. This plugin is useful for this purpose.
You do not need to configure anything for this, just install & active plugin. View page source and check at the bootom. You will get how much time your PHP script took to load that page. 

== Installation ==

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

For more details,

http://codex.wordpress.org/Managing_Plugins

== Frequently Asked Questions ==

= How to use this plugin ? =
* Install, activate this plugin. You are done. Reload the page, check page source.

= Does this plugin gives server loading time ? =
* No, do not get confused between server loading time & PHP script loading time. This plugin gives you time taken by PHP Script.