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

Concurrent Segmented requests should not warm up cache concurrently but wait that cache is ready #8959

Closed
mattab opened this issue Oct 9, 2015 · 0 comments
Assignees
Labels
c: Performance For when we could improve the performance / speed of Matomo. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@mattab
Copy link
Member

mattab commented Oct 9, 2015

When changing a segment on Dashboard, many reports are triggered in parallel, segmented queries overlap, all of the reports try to heat the cache at the same moment. If the rest could 'wait' for the first one to prepare the cache it might work much faster. Although when switching segments on some single report it works as a charm

follows up #8861 #8850

@mattab mattab added the c: Performance For when we could improve the performance / speed of Matomo. label Oct 9, 2015
@mattab mattab self-assigned this Oct 9, 2015
@mattab mattab modified the milestones: 2.15.0, 2.15.1 Oct 9, 2015
@mattab mattab modified the milestones: 2.15.1, 3.0.0 Oct 20, 2015
@mattab mattab closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2023
@sgiehl sgiehl added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants