Data KPIs
Measure various kpis and present them in a unified way
★ 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/tunapanda/wp-data-kpis/archive/refs/heads/master.zipDeclares an update source (http://github.com/tunapanda/wp-data-kpis), so updates arrive through the plugin's own updater.
From the readme
wp-data-kpis
Measure various KPIs related to a running WordPress site, and present them in a unified way.
This is how the plugins is intended to work:
This plugin measures a number of KPIs.
The KPIs can be delivered by other plugins.
A filter is used to find out the set of possible KPIs to measure. Other plugins can implement the filter and thereby add to the number of possible KPIs to measure. The filter gets passed an array containing the currently available KPIs in the system. It is the job of the plugin to add to this array, and return the new array containing the addition. For each KPI that is possible to measure, the plugin should add an array containing information related to the KPI, such as the name and the function to call to actually get the current value for the KPI, among other things. Adding a KPI is done something like this in the plugin that has things to measure:
When gathering KPIs, the granularity of how to measure it is fixed and it is per day. It is not necessarily the only way to display the information. But the way that it is measured is always per day.
It is possible to create a "dashboard" or "data view". In order to create a data view, a number of