• Resolved felixprijs

    (@felixprijs)


    I noticed that my bounce percentage was pretty high so I did a page speed test and my score was low. Google indicates some reasons for the low speed. One of them is that some resources are blocking the initial render of the page:

    https://felixpattas.com/wp-content/cache/wpo-minify/1612980385/assets/wpo-minify-header-51c446b1.min.css
    -https://felixpattas.com/wp-content/cache/wpo-minify/1612980385/assets/wpo-minify-header-381de1ca.min.css
    -https://felixpattas.com/wp-content/cache/wpo-minify/1612980385/assets/wpo-minify-header-5a302359.min.js
    -https://felixpattas.com/wp-content/cache/wpo-minify/1612980385/assets/wpo-minify-header-f8960e16.min.js

    I already enabled minify for html, javascript and css. Is there anything I can do to eliminate render blocking resources?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m experiencing the same thing “remove unused javascript” ( 8 instances)
    “Eliminate render blocking resources” ( 7 instances)
    “Remove unused css” (2 instances)

    Instances are all WPO minify files ‘minify’ files

    C’mon fellas what gives? This supposed to optimize the websites not add bloat!!

    • This reply was modified 3 years, 2 months ago by art137.

    Hi there,

    If you website supports http/2, You can disable merging of CSS and JS (Keep minification enabled).

    Then to go further, you can try enabling “Defer all the JavaScript files”. But be warned that this can cause JavaScript errors, so when doing this, you need to check that everything still works as expected.

    Instances are all WPO minify files ‘minify’ files

    C’mon fellas what gives? This supposed to optimize the websites not add bloat!!

    @art137 WP-Optimize doesn’t add anything. If there is bloat, it comes from the theme and plugins that add scripts and styles to the front end. WP-Optimize merges them and minifies those, which is why the flagged resources appear to be from it.

    Marc

    Thanks for being quick on the draw. I got to looking at the files a little closer and you’re right They are render-blocking because of the scripts that are minified so I apologize for the “bloat” accusation.

    I did try the “Defer All” and my “post slider” broke and had to change that setting back and it was fine after that. The page builder I am using has been a real problem to optimize and whatever I try to use something will always break it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘render blocking objects (minify header)’ is closed to new replies.