WP Manifestindependent plugin directory
manifest / analytics / wp-dashboard-request-stats

WP Dashboard Request Stats archived

Draws a graph from access log data into a dashboard widget

by Tari Zahabi / Seravo Oy · github.com/seravo/wp-dashboard-request-stats · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/seravo/wp-dashboard-request-stats/archive/refs/heads/master.zip

Readme

wp-dashboard-request-stats:

A Wordpress plugin for reading and viewing accesslog data. At the moment the plugin extracts the amount requests per day and the average responsetime per day, with hardcoded regular expressions.

Installation

Create a *.zip archive containing a folder with the same name as the plugin and install it via wp-admin

or

Copy the folder wp-dashboard-request-stats including it's contents to you WordPress plugins directory.

Also remember to add the following to wp-config.php

define('WPDRS_LOGPATH','YOUR_LOG_PATH_HERE');

Read the full README on GitHub →