Loading Goal reports calls the API with segmentation which can be slow and should be pre-processed #2981
Labels
c: Performance
For when we could improve the performance / speed of Matomo.
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Major
Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone
Currently, loading a Goal report causes an API call with &segment=visitorType==returning,visitorType==returningCustomer
See code:
https://github.com/piwik/piwik/blob/master/plugins/VisitFrequency/API.php#L25
This is fine, but we should ensure that this specific API call with this specific segment is pre-processed as part of the archive.php call.
The text was updated successfully, but these errors were encountered: