Plugins::pageStats
From ZenMagick Wiki
(Redirected from Plugins::zm page stats)
Description
Adds page execution and debugging information at the bottom of the page.
This plugin replaces the traditional zen-cart stats in the theme's footer.
Details are either injected as simple HTML or, optionally, as HTML comments which means they are only visible by looking at the page source. The second option allow to use this on production systems without any visual traces.
Available stats and other information
Currently, the following information are displayed:
- page execution time
-
$db(zen-cart) queries and timimg - ZMDatabase queries and timing
- exception stack if available
- Event trace inlcuding all zen-cart and ZenMagick events including execution time and event parameters.
The HTML output can be seen in action on the demo site.

