• Resolved kocakserdar7

    (@kocakserdar7)


    Hi,

    How can I enable HTTP/2 Push for css files only?

    I have one css file which is optimized by FVM on my blog.

    Thank you,
    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    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.

    Thread Starter kocakserdar7

    (@kocakserdar7)

    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.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘HTTP/2 Push for CSS File Only’ is closed to new replies.