• Resolved ollllla

    (@ollllla)


    How I can Eliminate render-blocking resources & Efficient Cached big minify file created by plugin?

    <script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ollllla

    (@ollllla)

    https://imgur.com/a/wBz1fIf

    • This reply was modified 7 years, 2 months ago by ollllla.
    • This reply was modified 7 years, 2 months ago by ollllla.
    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    The best way to deal with this is by switching from Auto to Manual Minify.
    This way you can add JS and CSS files manually and in proper order.
    You can’t really eliminate render blocking CSS without some very serious custom development. This is because if we put the CSS at the bottom of the page, everything would flash unstyled for a second, before rearranging and looking proper. This is typically just a bad user experience and should be avoided.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Eliminate render-blocking resources & Efficient Cached’ is closed to new replies.