since the last update of our self hosted matomo instance to the last version and the WordPress Update to the last version, the plugin slows down our managed server and lost the connection to the matomo instance many times. i had to deactivate it.
maybe i can send you additional information from the php slow log? i noticed that the plugin is compatible with WordPress 6.8.3, but not the latest. maybe is this the reason? are there any plans for an updated version?
Connect Matomo is compatible with the latest version of WordPress, it just hasn’t been marked compatible yet. It is also a very small plugin, it does nothing in the background. I would be very surprised if it caused performance issues for anyone. If you deactivate the plugin, does the issue go away? And does it come back immediately after activation?
Can you elaborate on what you mean by “lost the connection to the matomo instance many times”?
yes, when i deactivate it the issue is gone, but we have that issue with another plugin too, maybe its something with the database connection. Our hosted Matomo is now Matomo-Version: 5.7.1 and WordPress is now 6.9.1.
maybe the slow down is because of the lost connection from wordpress and the repeating connection attempts:
That 5 second timeout should only affect admin pages of Connect Matomo, those are the only pages that will send requests to Matomo.
If the issue occurs with another plugin, it is probably not directly related to Connect Matomo. Can you check your database’s slow queries log with Connect Matomo deactivated, but the other plugin activated? I suggest also asking your hosting provider.
unfortunately this plugin has bad performance in the init hook for regular visitors (70ms or or more can be profiled) and may be due to synchrononous calls or similar.