Title: Remove render-blocking JavaScript / Prioritize visible content
Last modified: September 1, 2016

---

# Remove render-blocking JavaScript / Prioritize visible content

 *  [4090](https://wordpress.org/support/users/4090-1/)
 * (@4090-1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/)
 * Is anyone able to assist to eliminate these errors:
 * Eliminate render-blocking JavaScript and CSS in above-the-fold content
 * Your page has 1 blocking script resources and 2 blocking CSS resources. This 
   causes a delay in rendering your page.
 * Approximately 24% of the above-the-fold content on your page could be rendered
   without waiting for the following resources to load. Try to defer or asynchronously
   load blocking resources, or inline the critical portions of those resources directly
   in the HTML.
 * Remove render-blocking JavaScript:[https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js](https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js)
 * Optimize CSS Delivery of the following:[https://fonts.googleapis.com/…800,+italic%7CCourgette:latin,+latin-ext](https://fonts.googleapis.com/…800,+italic%7CCourgette:latin,+latin-ext)
   
   [https://netdna.bootstrapcdn.com/…t-awesome/4.1.0/css/font-awesome.min.css](https://netdna.bootstrapcdn.com/…t-awesome/4.1.0/css/font-awesome.min.css)
 * Prioritize visible content
 * Your page requires additional network round trips to render the above-the-fold
   content. For best performance, reduce the amount of HTML needed to render above-
   the-fold content.
 * The entire HTML response was not sufficient to render the above-the-fold content.
   This usually indicates that additional resources, loaded after HTML parsing, 
   were required to render above-the-fold content. Prioritize visible content that
   is needed for rendering above-the-fold by including it directly in the HTML response.
   None of the final above-the-fold content could be rendered even with the full
   HTML response.

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562785)
 * Hi
 * Please indicate snapshot image.
 * Thanks.
 *  Thread Starter [4090](https://wordpress.org/support/users/4090-1/)
 * (@4090-1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562799)
 * [See Google Page Test here](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.travelideology.com%2F)
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562805)
 * Hi
 * For this use below plugin and follow plugin instruction then check.
 * [https://wordpress.org/plugins/above-the-fold-optimization/](https://wordpress.org/plugins/above-the-fold-optimization/)
 * Thanks.
 *  Thread Starter [4090](https://wordpress.org/support/users/4090-1/)
 * (@4090-1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562806)
 * Thanks. However, I am already using that plugin.
 * Possibly I have not understood the instructions.
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562807)
 * Hi
 * For this follow below URL
 * [https://www.elegantthemes.com/blog/tips-tricks/how-to-improve-your-google-page-speed-score](https://www.elegantthemes.com/blog/tips-tricks/how-to-improve-your-google-page-speed-score)
 * Thanks.
 *  Thread Starter [4090](https://wordpress.org/support/users/4090-1/)
 * (@4090-1)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562810)
 * Can I load fonts.php async defer ? I think this may assist.
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562812)
 * Hi
 * For this firstly create child theme given below url
 * [https://wordpress.org/plugins/orbisius-child-theme-creator/](https://wordpress.org/plugins/orbisius-child-theme-creator/)
 * then create function.php file and use below code in function.php file
 *     ```
       //* Dequeue Scripts
       add_action( 'wp_enqueue_scripts', 'appointment_unload_scripts', 99 );
       function appointment_unload_scripts() {
       	wp_dequeue_style( 'appointment-fonts' );
       }
   
       //* Enqueue Scripts
       add_action( 'wp_footer', 'appointment_load_fonts' );
       function appointment_load_fonts() {
       	wp_enqueue_style( 'google-fonts', '//fonts.googleapis.com/css?family=Open Sans:300,400,600,700,800,'italic','Courgette'', array(), null );
       }
       ```
   
 * If you are unable to create child theme is the above code to use in the function.
   php file.
 * [https://premium.wpmudev.org/forums/topic/when-i-check-my-google-pagespeed-insights-of-my-wordpress?tchv=b&utm_expid=3606929-72.AqocGS0YR5Gn_p3r6t6_AA.1&utm_referrer=https%3A%2F%2Fwww.google.co.in%2F](https://premium.wpmudev.org/forums/topic/when-i-check-my-google-pagespeed-insights-of-my-wordpress?tchv=b&utm_expid=3606929-72.AqocGS0YR5Gn_p3r6t6_AA.1&utm_referrer=https%3A%2F%2Fwww.google.co.in%2F)
 * Thanks.

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

The topic ‘Remove render-blocking JavaScript / Prioritize visible content’ is closed
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appointment/3.5.5/screenshot.png)
 * Appointment
 * [Support Threads](https://wordpress.org/support/theme/appointment/)
 * [Active Topics](https://wordpress.org/support/theme/appointment/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appointment/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appointment/reviews/)

## Tags

 * [Prioritize visible content](https://wordpress.org/support/topic-tag/prioritize-visible-content/)
 * [render-blocking](https://wordpress.org/support/topic-tag/render-blocking/)

 * 7 replies
 * 2 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/remove-render-blocking-javascript-prioritize-visible-content/#post-7562812)
 * Status: not resolved