Performance with Matomo for wordpress: how to speed up
-
Hello.
I have seen that Matomo for wordpress can have up to 600ms of delay that is passed in the matomo.php page on my website (using a browser debugger). Usually it is a bit less, like 300ms but this is still too much for me. I need to optimize all timings.
I have seen that there is a plugin called “Queued Tracking”. I installed it and tried it but unfortunately the result is even worse, it went from 800ms to 2500ms. I just enabled it, I didn’t configure it. It seems quite complicated to configure, maybe it was not properly configured?
I have also seen that Matomo On-Premise could be faster, down to 50ms of processing, which is interesting.
But why is this speed not reachable with the wordpress version?Also isn’t it possible to do an UDP request from client that would trigger a process start, but not requiring an answer back (and hence the page finishes to load but in reality it works behind the scene afterwards without this delay being created).
Or maybe the same but with TCP, returning very quickly but leaving a process behind that does the job. Or maybe a REST API which would take care of working after the page is served?
- The topic ‘Performance with Matomo for wordpress: how to speed up’ is closed to new replies.