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

Add new feature to disable Transitions for specific periods #18332

Closed
2 tasks
tsteur opened this issue Nov 16, 2021 · 0 comments · Fixed by #18366
Closed
2 tasks

Add new feature to disable Transitions for specific periods #18332

tsteur opened this issue Nov 16, 2021 · 0 comments · Fixed by #18366
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Nov 16, 2021

Transitions is using raw data to generate its reports.

This is known to be slow on some high traffic installations see https://matomo.org/faq/how-to/faq_161/

Similar to unique visitors (see https://matomo.org/faq/how-to/faq_113/ ) we would also want a config setting to disable Transitions for specific periods.

Ideally this was configurable additionally per site as it can be useful when there are many lower traffic sites in there and only one or few high traffic sites like

[Transitions] ; applies to all sites
setting_name=...
[Transitions_61] ; applies only to site 61
setting_name=...

We would want to configure whether it's enabled for year, month, week, or day. If a range is selected and it's bigger than the not allowed period, then it should not work on that range. If only month|week|day is allowed, then any range selecting more than 31 days wouldn't be possible. Maybe we allow to configure the max period like

max_period_allowed=any|year|month|week|day

Just a quick thought and naming could be likely improved. I guess once you allow month, it should also automatically allow week and day.

  • When the feature is disabled for a period, it should ideally not be shown in a row action.
  • When the feature is disabled for a period, then the Transitions report should say something like "This feature is not available for this period, try selecting a period with less ..." and not even try to load any data.
@tsteur tsteur added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Nov 16, 2021
@tsteur tsteur added this to the 4.7.0 milestone Nov 16, 2021
@bx80 bx80 self-assigned this Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants