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

Page performance does not appear accurate compared to Pagespeed insights. #20800

Open
jmumby opened this issue May 29, 2023 · 3 comments
Open

Comments

@jmumby
Copy link

jmumby commented May 29, 2023

When comparing pagespeed insights results with visits around the world the performance report shows much slower page load times than what is experienced.

Matomo report:
image

Page insights
image

Is there a way to troubleshoot why this might be?

@michalkleiner
Copy link
Contributor

This can be influenced by several different factors.

Considering it is indeed comparing the same page and only one page, not a single page vs average across the site, one thing could be that the visitors' browsers/processing is slower and therefore the reported times are higher.

It could also be desktop vs mobile difference, are the same times experienced when measuring desktop? Are the page insights measured locally or over the Internet?

@rr-it
Copy link
Contributor

rr-it commented Jun 1, 2023

This is related to #17847

Matomo collects data about classic performance indicators:
network, server transfer, DOM processing, DOM completion, onload event

PageSpeed Insights collects special performance indicators only implemented by the Blink engine implemented in Chrome/Chromium based browsers

Important metrics to measure – see web.dev:

As a new feature Matomo might also collect these special performance indicators - related to #20726

@rr-it
Copy link
Contributor

rr-it commented Jun 1, 2023

@jmumby If you are able to 'patch' your matomo instance, have a look at this PR #20718
Any feedback is very welcome on this!

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

No branches or pull requests

4 participants