-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.
Milestone
Description
When using Content Tracking https://matomo.org/docs/content-tracking/ on a page with hundreds of content blocks being tracked, we find that Content Tracking can cause huge POST requests to the tracking API. Some of these requests are 50kb or 100kb in size.
User has also reported that sometimes the request was too large and causing 500 errors and "Php warning: unknown, input variables exceeded 2500"
The goal of this issue would be to see if we can find a more efficient way to send the content tracking data. For example. we would not need to send all the tracking API parameters in the request each time, we could only change the parameters that change between each request.
Metadata
Metadata
Assignees
Labels
c: PerformanceFor when we could improve the performance / speed of Matomo.For when we could improve the performance / speed of Matomo.