Title: [Requested Feature] Load CSS Async
Last modified: February 2, 2020

---

# [Requested Feature] Load CSS Async

 *  [nd0a0](https://wordpress.org/support/users/nd0a0/)
 * (@nd0a0)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/requested-feature-load-css-async/)
 * 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](https://www.filamentgroup.com/lab/load-css-simpler/)
 * 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](https://wordpress.org/support/users/nd0a0/).
    -  This topic was modified 6 years, 4 months ago by [nd0a0](https://wordpress.org/support/users/nd0a0/).

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

 *  Plugin Author [adeelkhan](https://wordpress.org/support/users/adeelkhan/)
 * (@adeelkhan)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/requested-feature-load-css-async/#post-12392670)
 * Thank you for your great suggestions. We have added them to our ides list. These
   might bi available in a future Breeze version.
 *  [anthonyfletchers](https://wordpress.org/support/users/anthonyfletchers/)
 * (@anthonyfletchers)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/requested-feature-load-css-async/#post-12406050)
 * 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.

 * ![](https://ps.w.org/breeze/assets/icon-256x256.gif?rev=3352595)
 * [Breeze Cache](https://wordpress.org/plugins/breeze/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/breeze/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/breeze/)
 * [Active Topics](https://wordpress.org/support/plugin/breeze/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breeze/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breeze/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [anthonyfletchers](https://wordpress.org/support/users/anthonyfletchers/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/requested-feature-load-css-async/#post-12406050)
 * Status: not a support question