• Using:
    WordPress 6.3.2
    WP-Optimize 3.2.19

    Troubles:

    • CSS & JS files placed in theExclude from Processing’ and ‘Load Asynchronously‘ fields within WP-Optimize continue to be render-blocking.

    Screenshots:

    WP-Optimize Exclusion & Asynchronous Fields Populated With Values
    Pagespeed.web.dev showing that WP-Optimized Files which are excluded & asynchronously loaded are still render-blocking.

    How can this be resolved? What is the solution to this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vupdraft

    (@vupdraft)

    If you have excluded files from processing this means they will not be deferred or loaded asynchronously. If you want them to be loaded asynchronously, please remove them from the “Exclude the following CSS files from processing” section

    I would also check if your site has http2 enabled, if it does, you should not enable minification or merging.

    You can use a tool such as this to check: https://tools.keycdn.com/http2-test

    Thread Starter MindCreatesMeaning

    (@xizor)

    @vupdraft – This is a helpful, clarifying answer. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Asynchronous CSS & JS Files Still Render-Blocking’ is closed to new replies.