1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
No description
Find a file
Daniel Jagszent 930c7cb94c
Update matomo.js check
Only HTTP/2 server use lowercase HTTP headers. Use capitalised header names for HTTP/1 support

Content Types like `application/javascript; charset=utf-8` should not trigger a warning.

Matomo's HTTP::sendHttpRequest does not send the required `Accept-Encoding` header. Standards compliant HTTP servers cannot send compressed output in this case. This change does the compression check by checking for the existence of the correct `Vary` header. Standards-compliant HTTP servers should send it when compression is possible.
2021-12-14 17:00:44 +01:00
config initial release 2021-04-12 19:07:51 +02:00
Diagnostic Update matomo.js check 2021-12-14 17:00:44 +01:00
lang Translated using Weblate (German) 2021-09-03 13:40:15 +02:00
screenshots first version 2021-03-22 22:55:14 +01:00
.gitignore first version 2021-03-22 22:55:14 +01:00
CHANGELOG.md release 0.1.8 2021-09-04 21:34:25 +02:00
DiagnosticsExtended.php add icon, notification and a few translatable strings 2021-03-31 23:38:26 +02:00
plugin.json release 0.1.8 2021-09-04 21:34:25 +02:00
README.md release 0.1.7 2021-09-02 17:40:36 +02:00
Utils.php add OPcache check 2021-04-12 17:28:42 +02:00

Matomo DiagnosticExtended Plugin

Translation status

Description

This plugin adds a collection of new checks to the Matomo System Check page. They are a bit more experimental and can be more likely to give incorrect results, but might help you find issues with your Matomo setup.

Please report back any unexpected results you come across or other feedback so that the checks can be improved and possible integrated into Matomo core once they work reliably.

Currently supported tests:

  • curl version check
  • MySQL/MariaDB version check
  • matomo.js check (Gzip, MIME-Type)
  • Opcache check (enabled and set up correctly)
  • php.ini settings
  • php running as root
  • php version check
  • check if secret files are protected by webserver