Server push is not supported by FVM. Usually that is configured on the server side, however you should not use push on your resources, and instead trust your browser to download the assets as it sees fit. Furthermore, http2 already makes your browser downloading resources in parallel, and css is already high priority.
Using server push, (FYI) won’t bypass the message on pagespeed to remove render blocking css. You have to inline it instead.
Also note, FVM css and js file names change according to the resources on each page.
If you must use server push, then you probably need another plugin, sorry.
Thank you so much for detailed information. I will try to optimize my blog with FVM. Hope it will work with Nginx + WP Multi-site.
Thank you,
Best regards.
-
This reply was modified 7 years, 7 months ago by
kocakserdar7.