Title: Speed test &#8211; javascript and CSS issues
Last modified: August 31, 2016

---

# Speed test – javascript and CSS issues

 *  Resolved [hadders](https://wordpress.org/support/users/hadders/)
 * (@hadders)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/)
 * I have run the Google speed test and it says that I need to “Eliminate render-
   blocking JavaScript and CSS in above-the-fold content”. I have JS and CSS set
   to minify.
 * Other settings are:
    Page cache Yes Database No Objects Yes Browser Yes CDN Yes
   Verify Rewrite Rules Yes
 * How do I achieve this please?
 * I’m not a code-type so if you can explain in simple terms that wold be much appreciated.
 * Thanks
 * [https://wordpress.org/plugins/w3-total-cache/](https://wordpress.org/plugins/w3-total-cache/)

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

 *  [SJW](https://wordpress.org/support/users/whitsey/)
 * (@whitsey)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/#post-7100201)
 * Change the minify settings from Default (blocking) to Non-blocking.
 *  Thread Starter [hadders](https://wordpress.org/support/users/hadders/)
 * (@hadders)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/#post-7100277)
 * Hi Shannon W.
 * Thanks for replying.
 * I did that but it slowed it down about 15%.
 *  [SJW](https://wordpress.org/support/users/whitsey/)
 * (@whitsey)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/#post-7100280)
 * That’s what it is – basically what google is saying is that “blocking” means 
   that the rest of the page wont load until that resource is loaded.
    By making
   it asynchronous, it can effectively be loaded in the background.
 * This option is fraught with challenges – There are scripts that need to be loaded
   before some page elements – unless you’re a JS guru, I would stick with blocking
   and accept that this will always be an issue.
 *  Thread Starter [hadders](https://wordpress.org/support/users/hadders/)
 * (@hadders)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/#post-7100284)
 * That sounds like a lot of sense. Thanks

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

The topic ‘Speed test – javascript and CSS issues’ is closed to new replies.

 * ![](https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806)
 * [W3 Total Cache](https://wordpress.org/plugins/w3-total-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/w3-total-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/w3-total-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/w3-total-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/w3-total-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/w3-total-cache/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [hadders](https://wordpress.org/support/users/hadders/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/speed-test-javascript-and-css-issues/#post-7100284)
 * Status: resolved