Title: Load css asynchronously &#8211; render blocking resources
Last modified: May 12, 2023

---

# Load css asynchronously – render blocking resources

 *  Resolved [nedberto92](https://wordpress.org/support/users/nedberto92/)
 * (@nedberto92)
 * [3 years ago](https://wordpress.org/support/topic/load-css-asynchronously-render-blocking-resources/)
 * Hi,
 * HI am performing an audit on my website, using gtmetrix tool. It suggests me 
   to eliminate render blocking resources. I have something like 10 css files , 
   that have these paths:
   xxxx[/cache/wpo-minify/1683903294/assets/wpo-minify-header-xxxxxxx.min.css](https://edurocket.it/wp-content/cache/wpo-minify/1683903294/assets/wpo-minify-header-learndash_quiz_front_css4.5.3.min.css)
 * I tried to add these css under the “**Load the following CSS files asynchronously**”
   box, and it works.
 * The problem is when the cache updates, than the folder “[1683903294](https://edurocket.it/wp-content/cache/wpo-minify/1683903294/assets/wpo-minify-header-learndash_quiz_front_css4.5.3.min.css)”,
   updates to a new values so, **the path is not correct any more**.
 * I am not sure how to fix the problem, since if i try to specify the name of the
   css file using something like *[wpo-minify-header-xxxxxxx.min.css](https://edurocket.it/wp-content/cache/wpo-minify/1683903294/assets/wpo-minify-header-learndash_quiz_front_css4.5.3.min.css)
   to allow any base url, it does not get matched. So the matching for async css
   loading appears to be working only when specifying the full base url, but **it
   changes** as I wrote before!
 * Is there any way to provide a correct dynamic matching, based on a part of the
   url or file name only or any work around?

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

 *  Plugin Support [vupdraft](https://wordpress.org/support/users/vupdraft/)
 * (@vupdraft)
 * [3 years ago](https://wordpress.org/support/topic/load-css-asynchronously-render-blocking-resources/#post-16739183)
 * Hi,
 * Apologies for the delay over the weekend, we are currently investigating/replicating
   this.
 *  Plugin Contributor [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [3 years ago](https://wordpress.org/support/topic/load-css-asynchronously-render-blocking-resources/#post-16741123)
 * [@nedberto92](https://wordpress.org/support/users/nedberto92/) You shouldn’t 
   load minified and merged assets. Instead you have to find out which resource 
   is actually render blocking and load it asynchronously. You can disable minify,
   and use GT metric to find out that.
   Also when minify is enabled, you can exclude
   the render blocking assets from Minify => Advanced tab. Please refer screenshot
   [https://prnt.sc/lwhVEWy-gN54](https://prnt.sc/lwhVEWy-gN54)
 *  Thread Starter [nedberto92](https://wordpress.org/support/users/nedberto92/)
 * (@nedberto92)
 * [3 years ago](https://wordpress.org/support/topic/load-css-asynchronously-render-blocking-resources/#post-16742119)
 * Thankyou very much. I will try with this approach !

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

The topic ‘Load css asynchronously – render blocking resources’ is closed to new
replies.

 * ![](https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899)
 * [WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance](https://wordpress.org/plugins/wp-optimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-optimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-optimize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-optimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-optimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-optimize/reviews/)

## Tags

 * [gtmetrix](https://wordpress.org/support/topic-tag/gtmetrix/)
 * [render blocking resources](https://wordpress.org/support/topic-tag/render-blocking-resources/)

 * 3 replies
 * 3 participants
 * Last reply from: [nedberto92](https://wordpress.org/support/users/nedberto92/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/load-css-asynchronously-render-blocking-resources/#post-16742119)
 * Status: resolved