-
Notifications
You must be signed in to change notification settings - Fork 64
Coach counts Link Preload stylesheet as render blocking #296
Comments
Hi @mendaomn thanks for the feedback, yeah we should look into that, any change you can make a PR? Best |
Taking a deeper look at a possibile fix, it does seem you already are checking only styles with However, in my site there's a At this point I'm not sure whether sitespeed wants and needs to take into account stuff inside of the Best |
Hi @mendaomn Best |
Hey @soulgalore Congrats on releasing Coach 3.0!! It looks like it features a lot of cool stuff! I was wondering whether this issue is still relevant, or is it now to be closed? :) Best |
Hi @mendaomn no I haven't looked at it, sorry! Best |
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 -n1
On that page, the resource
/static/styles/home.later.css
is 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
.filter
here: fastRender.js:44Hope this helps!
The text was updated successfully, but these errors were encountered: