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

Provide more insights into page performance metrics #12653

Closed
tsteur opened this issue Mar 27, 2018 · 0 comments · Fixed by #15736
Closed

Provide more insights into page performance metrics #12653

tsteur opened this issue Mar 27, 2018 · 0 comments · Fixed by #15736
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented Mar 27, 2018

Performance matters nowadays a lot. Not only for SEO but also with every 100ms a page takes longer to load, you make typically less revenue etc.

To let users monitor and improve performance, it would be great to track more performance metrics such as the DNS load time (performance.timing.domainLookupEnd - performance.timing.domainLookupStart). Also the time it took to render the page in the client, the waiting time on the server, how much time was spent during the "ready event" and during the "load event", etc.... be very useful. See https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming

This helps to identify if improvements on performance really work and which effect it has on goal conversions, sales, revenue, etc.

This shouldn't be too complicated to implement but requires likely new DB fields in log tables unless we develop a new log table for this. Because an update for the existing log table be very slow, this would be something for Matomo 4.

@tsteur tsteur added this to the 4.0.0 milestone Mar 27, 2018
@tsteur tsteur added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Mar 27, 2018
@mattab mattab added the Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. label Jan 30, 2020
@sgiehl sgiehl self-assigned this Mar 25, 2020
@sgiehl sgiehl linked a pull request Apr 15, 2020 that will close this issue
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants