You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2024. It is now read-only.
According to my tests, the coach counts as render blocking a stylesheet loaded with Link Preload
To reproduce:
docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:7.4.0 https://www.westwingsolutions.com/ -b chrome -n1On that page, the resource
/static/styles/home.later.cssis loaded as follows:To my knowledge, this shouldn't count as a render blocking CSS resource
I think one could either call a different function here: fastRender.js:7
Or maybe add a
.filterhere: fastRender.js:44Hope this helps!