Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Querying "Actions > Page Urls" for multiple dates can be very slow #44

Open
diosmosis opened this issue Mar 5, 2024 · 0 comments
Open

Comments

@diosmosis
Copy link
Member

Querying data for one day for this Page URLs works, getting data for a larger period, however, can be very slow.

This is due to the following reasons:

  • Looker Studio has no concept of hierarchical reports, so we flatten the reports. For some Matomos with many different page URLs, this can take some time, and the process is repeated for every paginated request to get the data.
  • The cost of loading one day of reports is multiplied by the number of days requested. If an entire month is requested, that's (potentially) 30x the processing.

To resolve this completely, this will likely need fixes either in the core product (or Matomo Cloud's infrastructure) and changes to the way the connector requests data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant