mzz-stat
Shows the WP site administrator how many visits per page per day to their WP site.
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 5 Mar 2017
- Added
- Jan 2016
- Requires WP
- 4.4
- Tested up to
- WP 4.7.35
- Downloads
- 4,535
Our analysis
AI-assistedThe mzz-stat plugin is designed for WordPress site administrators to track page visits on their website. It records the number of visits per page each day and provides a report accessible in the WordPress admin area under Tools > Mzz-stat.
Upon activation, the plugin creates its own table in the WordPress database to store visit records. Administrators can view statistics on page visits, helping them understand site traffic patterns and user engagement.
Best for: This plugin suits WordPress administrators looking to monitor site traffic.
What it does well
- ✓Records visits per page per day
- ✓Accessible report in WordPress admin area
- ✓Creates its own database table for tracking
Where it falls short
- •Last updated in March 2017
- •Tested only up to WordPress 4.7.35
- •Limited information on features and support
Verdict
Mzz-stat provides basic traffic tracking for WordPress sites, but its age and limited updates may affect compatibility with newer versions.
From the developer
mjassen (mjjojo)'s own description of mzz-stat, lightly tidied.
Note: Suggested code changes / pull requests are welcome over on the plugin’s companion github repository, here: https://github.com/mjassen/mzz-stat
The Purpose of the plugin
The purpose of the plugin is to show the WP site administrator how many visits per page per day to their WP site.
What the Plugin Does
The plugin records an uri name for each page request on the WordPress site. Then in the WordPress admin area, in the Dashboard menu under Tools > Mzz-stat, a page shows a report of these statistics, including a count of how many URI (page/post) views per day. Thus by looking at the statistics page the WordPress administrator can know whether anyone is visiting their site, and, how many uri requests were made on which page on which day.
How the Mzz-stat plugin works
Upon installing and activating the Mzz-stat plugin, it installs its own table in the WordPress database alongside the other database tables. The plugin logic hooks into the wp_footer action hook, and each time someone requests any page on the site, the plugin inserts a record of that visit into the database table. Then, at any time the WordPress Administrator can go to the Admin page and see the report in the Dashboard menu under Tools > Mzz-stat menu. There will be a list of each page visited (for a time period) along with a count of how many visits for that page per day. If one deactivates the plugin, it will no longer insert records of uri requests unless/until the plugin is again activated. If one deletes the plugin then that will completely uninstall the plugin and remove the files, database table, and data.
Credits
Thanks to CrazyStat ( http://www.christosoft.de/CrazyStat ) for inspiring me and thanks to this discussion: ( https://wordpress.org/support/topic/stats-plugin-8 ) for helping steer the direction of the plugin.