-
-
Notifications
You must be signed in to change notification settings - Fork 616
Description
Have you read the documentation?
- Yes, I've read the how to make a reproducable bug guide
- Yes, I've read the how to debug my script guide
URL
What are you trying to accomplish
-
Noticed that LCP element is tracked incorrectly while running tests against this page with a video element on viewport (https://uk.puma.com/uk/en) - but only while using the docker version.
-
While using the
sitespeedio native app, can see the LCP element is identified correctly - which is thehero videoon the view port. Attaching results from this test: sitespeedio-test-native-results.zip -
Performancetab on Chrome browser also reports the same as LCP element, as expected.

-
Whereas the
sitespeedio docker versionapparently tracks LCP element incorrectly! It seems to be not loading the video element correctly and probably causing the LCP element to be tracked incorrectly.
Attaching results from this test: sitespeedio-test-docker-results.zip. -
Same config file was used to run the tests on both cases: config_mobile.json
What browser did you use?
Chrome
How to reproduce
- Please run test against URL `https://uk.puma.com/uk/en` using the config file attached above.
- Commands used:
-- native app:
sitespeed.io --config config_mobile.json https://uk.puma.com/uk/en
-- docker:
docker run --shm-size=2g --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:37.4.1 --config config_mobile.json https://uk.puma.com/uk/en