Hi @dizzyatinnocraft, thanks for the answer, but I can’t activate this option because I don’t have access to options of plugin.
My problem let just me to access to “System Report” so I can’t test this solution.
I’ve found a part of code to add in wp-config.php for fix this problem :
if (!defined('MATOMO_SUPPORT_ASYNC_ARCHIVING')) {
define('MATOMO_SUPPORT_ASYNC_ARCHIVING', false);
}
But it doesn’t work for me.
If you have any others solutions, I’m interested.