You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daily performance audits of all your sites in Matomo for the following metrics based on Google Lighthouse:
9
10
- First Contentful Paint
10
11
- Speed Index
@@ -14,14 +15,16 @@ Daily performance audits of all your sites in Matomo for the following metrics b
14
15
- Cumulative Layout Shift
15
16
- Overall Score
16
17
17
-
Continuously monitor those metrics over time, allowing detection of underlying problems before they have an adverse effect for users or simply track changes made to the web application, allowing you to establish a baseline for comparison too.
18
+
Continuously monitor those Web Vital metrics over time, allowing detection of underlying problems before they have an adverse effect for users or simply track changes made to the web application, allowing you to establish a baseline for comparison too.
18
19
19
-
# Support me
20
+
**Note:** Requires minimum NPM v6.13 (part of Node.js 10.18 LTS) to be installed on your server, otherwise plugin cannot be activated.
21
+
22
+
## Support me
20
23
If you installed this plugin and it was useful for you or your business, please don't hesitate to make a donation, I would highly appreciate it. Thank you!
Copy file name to clipboardExpand all lines: plugin.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
{
2
2
"name": "PerformanceAudit",
3
-
"description": "Daily performance audits of all your sites in Matomo.\n Note: Requires minimum NPM v6.13 (part of Node.js 10.18 LTS) to be installed on your server, otherwise plugin cannot be activated.",
4
-
"version": "1.0.3",
3
+
"description": "Daily performance audits of all your sites in Matomo.",
0 commit comments