Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 717 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 717 Bytes

wp-dashboard-request-stats:

Build Status

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');