We have activated Early hints in the settings. Also, the CSS-file is served in the Link-Header.
If I understand the “Early hints” feature correctly, it should emit a 103-Response early on to download the css file faster.
After I have activated the feature and also enabled the dev-mode of the cache, I didnt see any 103-Response in my browsers Network-Tab. Also, the css file was not downloaded faster.
Notice, first the 103 is getting fired, then immediately after the 200, which makes the status turn into a 200, which you then will see in your dev console.
To test if your site does support Early Hints, you can use my selfmade simple tool