• Hey,

    Love the plugin. I think it would be even better than W3TC and WP rocket if these suggestions were implemented.

    1) Option to flush redis cache

    – Cloudways supports redis but you have to download a seperate plugin to use it. The breeze plugin doesn’t support flushing redis cache.

    2) Option to load CSS Asynchronously

    – FCP (First Contentful Paint) is becoming increasingly important for UX and SEO
    – Breeze minifies and combines CSS but it is render blocking
    – Fillament group released a simple way to load CSS async
    – Breeze should have an option in the plugin to implement this:

    Load CSS Async

    Here’s an example:

    <!– Media type (print) doesn’t match the current environment, so browser decides it’s not that important and loads the stylesheet asynchronously (without delaying page rendering). On load, we change media type so that the stylesheet gets applied to screens. –>

    <link rel=”stylesheet” href=”style.css” media=”print” onload=”this.media=’all'”>

    <!– Fallback that only gets inserted when JavaScript is disabled, in which case we can’t load CSS asynchronously. –>

    <noscript><link rel=”stylesheet” href=”style.css”></noscript>

    Is it possible to add these options?

    Thanks

    • This topic was modified 6 years, 4 months ago by nd0a0.
    • This topic was modified 6 years, 4 months ago by nd0a0.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author adeelkhan

    (@adeelkhan)

    Thank you for your great suggestions. We have added them to our ides list. These might bi available in a future Breeze version.

    This is a great idea, and I’m experiencing the same issues with Breeze not being able to load CSS async or to defer it. It is the only thing left for me to do in terms of optimisations.

    I noticed a similar request posted over two years ago but there has been no movement thus far.

    Maybe it’s time to move on this one? Almost all of the other cache plugins work in this way and Breeze will only be better with this functionality.

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

The topic ‘[Requested Feature] Load CSS Async’ is closed to new replies.