• Resolved manishchander

    (@manishchander)


    Hello,

    I have tested my website with Google page insight and I can see there are 2 issues related to autoptimize for which I need help to overcome it.

    1. Eliminate render blocking resources.
    Autoptimize…css cones first with more in size. Also other resources like jQuery.js, dynamiccss.php is seen here

    2. Remove unused css, here also same resources are spotted like the above.

    I would like to clear these, kindly help me.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    for render-blocking; have a look at “inline & defer” (more info in the AO FAQ)

    unused CSS is a common problem in WordPress and similar systems which have themes & plugins as each of those can add CSS that always has a lot of unneeded code for a particular page. this is not something AO (or any other tool that I know) can fix for you.

    hope this helps,
    frank

    Thread Starter manishchander

    (@manishchander)

    Hello Frank,

    I have added critical path css inline but still it shows up the same. No improvement in performance.

    URL
    Size
    Potential Savings
    …css/autoptimize_d69e9dd….css(www.dhoparra.com)
    315 KB
    306 KB
    …css/dynamic-css.php(www.dhoparra.com)
    10 KB
    8 KB
    @charset “UTF-8”;@import url(https://fonts.googleapis.com/css?family=Rock+Salt);@import url(https://…
    8 KB
    4 KB

    Please share your feedback.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    critical CSS is to improve first paint times Manish (to avoid CSS being render-blocking).

    for the “potential savings”; that is about unused CSS and as I wrote is a common problem in WordPress and similar systems which have themes & plugins as each of those can add CSS that always has a lot of unneeded code for a particular page. this is not something AO (or any other tool that I know) can fix for you.

    Thread Starter manishchander

    (@manishchander)

    Hi Frank,

    After applying critical path css to text box in defer inline css in autoptimize, I can see that while accessing the website it gets broken up and after that it gets loaded up properly. May I know your feedback on this please.

    Website : https://www.dhoparra.com

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    in that case your “above the fold CSS” needs tweaking (or being regenerated with another tool) Manish.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Autoptimize css affecting speed of websites’ is closed to new replies.