matomo-org / matomo-org/matomo
New INI setting to specify the number of rows to archive in Behavior > Page Title reports
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 21.9k
- Forks
- 2.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 139
Description
Basically this is the same type of request as #19066
The Page Title reports by default don't have any hierarchy and share the same limit as the Pages report. Increasing the top row limit for the Page Title report can have quite a negative impact on the performance due to the Pages report that could easily result in millions of rows in a report.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the related request in issue #19066 and the code responsible for archiving Behavior > Page Title reports. Determine where the shared Pages report row limit is applied and how an INI setting could control the Page Title archive limit independently. Done means the setting is documented, honored during archiving, and avoids increasing the Pages report limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100