• Resolved Robert1112

    (@robert1112)


    Hi

    I got the warning on the console. Should I turn off some features on cache plugin? Thank you.

    The resource https://mydomain.com/min/66203.css was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it wasn’t preloaded for nothing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Please try disable CSS push

    Best regards,

    Thread Starter Robert1112

    (@robert1112)

    Hi @qtwrk

    Problem solved. But I think it doesn’t mean I am not recommended not to use HTTP/2 push feature. Should I exclude some css files which don’t always required every page? Thank you.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    If you wish to use push , you could manually create entries in htaccess by following code

    Header add Link "</wp-content/path/to/file1.css>; as=style; rel=preload, </wp-content/path/to/file2.css>; as=style; rel=preload"

    Best regards,

    Thread Starter Robert1112

    (@robert1112)

    Thank you @qtwrk

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS preloaded issue’ is closed to new replies.