sitespeedio / plugin-gpsi

GPSI plugin for sitespeed.io
MIT License
10 stars 8 forks source link

Interaction to Next Paint (INP) missing at GPSI page #50

Closed dawsze closed 9 months ago

dawsze commented 11 months ago

Have you read the documentation?

URL

https://www.sitespeed.io/

What are you trying to accomplish

According to this documentation: https://www.sitespeed.io/documentation/sitespeed.io/google-page-speed-insights/ I'm trying to run sitespeed with gpsi plugin with command: docker run --shm-size=1g --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:29.7.0-plus1 -n 1 https://www.sitespeed.io/ --plugins.remove /lighthouse

I've tired few more pages like:

Environment:

What browser did you use?

Chrome, Firefox, Edge

How to reproduce

docker run --shm-size=1g --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:29.7.0-plus1 -n 1 https://www.sitespeed.io/ --plugins.remove /lighthouse

Log output

Google Chrome 117.0.5938.92
Mozilla Firefox 118.0
Microsoft Edge 117.0.2045.40
[2023-10-12 12:49:11] INFO: Versions OS: linux 6.2.0-34-generic nodejs: v18.18.0 sitespeed.io: 29.7.0 browsertime: 17.16.0 coach: 8.0.2
[2023-10-12 12:49:15] INFO: Using default Lighthouse configuration for desktop
[2023-10-12 12:49:15] INFO: Will run Lighthouse tests after Browsertime has finished
[2023-10-12 12:49:16] INFO: Sending url https://www.sitespeed.io/ to test on Page Speed Insights
[2023-10-12 12:49:16] INFO: Running tests using Chrome - 1 iteration(s)
[2023-10-12 12:49:18] INFO: Testing url https://www.sitespeed.io/ iteration 1
[2023-10-12 12:49:29] INFO: Got https://www.sitespeed.io/ analysed from Google Page Speed Insights
[2023-10-12 12:49:43] INFO: Take after page complete check screenshot
[2023-10-12 12:49:46] INFO: Take cumulative layout shift screenshot
[2023-10-12 12:49:55] INFO: Take largest contentful paint screenshot
[2023-10-12 12:50:14] INFO: Use the visual metrics portable script
[2023-10-12 12:50:14] INFO: Get visual metrics from the video
[2023-10-12 12:50:25] INFO: https://www.sitespeed.io/ 11 requests, TTFB: 153ms, firstPaint: 591ms, firstVisualChange: 0ms, FCP: 591ms, DOMContentLoaded: 636ms, LCP: 742ms, CLS: 0, TBT: 53ms, CPUBenchmark: 196ms, Load: 641ms, speedIndex: 0ms, visualComplete85: 0ms, lastVisualChange: 0ms
[2023-10-12 12:50:26] INFO: Start collecting Lighthouse result for https://www.sitespeed.io/
[2023-10-12 12:51:28] INFO: HTML stored in /sitespeed.io/sitespeed-result/www.sitespeed.io/2023-10-12-12-49-11
soulgalore commented 9 months ago

Google changed the name of the INP metric some time ago. I've updated it now, in 2.0.1 it is fixed.