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

    (@optimizingmatters)

    for the autoptimized CSS-file, look into “inline all css” (easy) or “inline & defer css” (better), cfr. FAQ for more info.

    the autoptimized JS-file _should_ not be render blocking, but there is something (another plugin?) that is removing the “defer” flag that AO normally to that file.

    you have:
    <script type="text/javascript" src="https://uplab.co/wp-content/cache/autoptimize/autoptimize_0b8fb124ada95ed61dd246d8028c6f87.php"></script>

    but normally autoptimize injects:
    <script type="text/javascript" defer src="https://uplab.co/wp-content/cache/autoptimize/autoptimize_0b8fb124ada95ed61dd246d8028c6f87.php"></script>

    you’ll have to find the culprit (e.g. by trying to disable other plugins or change them) to fix that I’m afraid.

    hope this helps,
    frank

    Thread Starter uplab

    (@uplab)

    Hi disable one of the plugin and now have only one error:
    Disable JavaScript and CSS blocking in content at the top of the page
    On your page there are CSS resources (1) that block uploads. This causes a page delay to be delayed.
    No content at the top of the page can be reproduced without waiting for the downloads of the following resources. Try to delay uploads or download asynchronously resources that block playback, or paste important parts of these resources into HTML code.
    https://uplab.co/wp-content/cache/autoptimize/autoptimize_5efcc501b56970a60715cde9010f7359.php

    If you help fix it – i will be whery happy! ^_^

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Hi disable one of the plugin and now have only one error:

    which one? would love to know who removes that “defer” ..

    If you help fix it – i will be whery happy! ^_^

    well, as per my previous answer;

    for the autoptimized CSS-file, look into “inline all css” (easy) or “inline & defer css” (better), cfr. FAQ for more info.

    ??

    Thread Starter uplab

    (@uplab)

    1. Speed Booster Pack plugin
    2. Inline all CSS? i click but don`t help me.

    https://developers.google.com/speed/pagespeed/insights/?url=uplab.co&tab=desktop

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    1. wow, I’ll contact the author
    2. well, as I wrote “inline & defer” is better (but more complex). have a look at this video;

    frank

    Hi, regarding 1. I’m not able to reproduce it on my test environment, the defer remains in place. Could you provide me a test environment that displays the problem or otherwise contact me directly ( simondud at gmail dot com ) to discuss in more detail?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable JavaScript and CSS blocking in content at the top of the page’ is closed to new replies.