Skip to content

Loading Goal reports calls the API with segmentation which can be slow and should be pre-processed #2981

@mattab

Description

@mattab

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.

Metadata

Metadata

Assignees

Labels

EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.c: PerformanceFor when we could improve the performance / speed of Matomo.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions