How to Fix Render-Blocking JavaScript and CSS in WordPress

[agentsw ua=’pc’]

Do you want to eliminate render-blocking JavaScript and CSS in WordPress?

If you test your website on Google PageSpeed insights, then you will likely see a suggestion to eliminate render-blocking scripts and CSS. However, it does not provide any details on how to do that on your WordPress site.

In this article, we’ll show you how to easily fix render-blocking JavaScript and CSS in WordPress to improve your Google PageSpeed score.

renderblockingwp

What is Render-Blocking JavaScript and CSS?

Render blocking JavaScript and CSS are files that prevent a website from displaying a web page before loading these files.

Every WordPress site has a theme and plugins that add JavaScript and CSS files to the front-end of your website. These scripts can increase your site’s page load time, and they can also block rendering of the page.

Render blocking issue highlighted in Google Pagespeed Insights

A user’s browser will have to load those scripts and CSS before loading the rest of the HTML on the page. This means that users on a slower connection will have to wait a few milliseconds more to see the page.

These scripts and stylesheets are referred to as render-blocking JavaScript and CSS.

Website owners who are trying to achieve the Google PageSpeed score of 100 will need to fix this issue to attain that perfect score.

What is Google PageSpeed Score?

Google PageSpeed Insights is a website speed test tool created by Google to help website owners optimize and test their websites. This tool tests your website against Google’s guidelines for speed and offers suggestions to improve your site’s page load time.

It shows you a score based on the number of rules that your site passes. Most websites get somewhere between 50-70. However, some website owners feel compelled to achieve 100 (the highest a page can score).

Do You Really Need the Perfect “100” Google PageSpeed Score?

The purpose of Google PageSpeed insights is to provide you guidelines to improve the speed and performance of your website. You are not required to follow these rules strictly.

Remember that speed is only one of the many website SEO metrics that help Google determine how to rank your site. The reason speed is so important is because it improves user experience on your site.

Better user experience requires a lot more than just speed. You also need to offer useful information, a better user interface, and engaging content with text, images, and videos.

Your goal should be to create a fast website that offers a great user experience.

During the last WPBeginner redesign, we kept our focus on speed as well as improving user experience.

We recommend that you use Google Pagespeed rules as suggestions, and if you can implement them easily without ruining user experience, then that’s great. Otherwise, you should strive to do as much as you can, and then don’t worry about the rest.

Having said that, let’s take a look at what you can do to fix render-blocking JavaScript and CSS in WordPress.

We will cover two methods that will fix the render-blocking JavaScript and CSS in WordPress. You can choose the one that works best for your website.

1. Fix Render Blocking Scripts and CSS with WP Rocket

For this method, we’ll be using the WP Rocket plugin. It is the best WordPress caching plugin on the market and allows you to quickly improve your website performance without any technical skills or complicated set up.

First, you need to install and activate the WP Rocket plugin. For more details, see our step by step guide on how to install a WordPress plugin.

WP Rocket works out of the box, and it will turn on caching with optimal settings for your website. You can learn more about it in our complete guide on how to properly install and set up WP Rocket in WordPress.

By default, it does not turn on JavaScript and CSS optimization options. These optimizations can potentially affect your website’s appearance or some features, which is why the plugin allows you to enable these settings optionally.

To do that, you need to visit Settings » WP Rocket page and then switch to the ‘File Optimization’ tab. From here, scroll to the CSS Files section and check the boxes next to Minify CSS, Combine CSS Files, and Optimize CSS Delivery options.

CSS Optimization settings in WP Rocket

Note: WP Rocket will attempt to minify all your CSS files, combine them, and only load CSS needed for the visible part of your website. This could affect your website’s appearance, so you need to thoroughly test your website on multiple devices and screen sizes.

Next, you need to scroll to the JavaScript Files section. From here, you can check all the options for maximum performance improvement.

JavaScript optimization

You can minify and combine JavaScript files like you did for CSS.

You can also stop WordPress from loading jQuery Migrate file. It is a script that WordPress loads to provide compatibility for plugins and themes using old versions of jQuery.

Most websites don’t need this file, but you would still want to check your website to make sure that removing it does not affect your theme or plugins.

Next, scroll down a little further and check the boxes next to ‘Load JavaScript Defered’ and ‘Safe Mode for jQuery’ options.

Optimize JavaScript delivery

These options delay loading non-essential JavaScripts, and the jQuery safe mode allows you to load jQuery for themes that may use it inline. You can leave this option unchecked if you are certain that your theme does not use inline jQuery anywhere.

Don’t forget to click on the Save Changes button to store your settings.

After that, you may also want to clear cache in WP Rocket before testing your website again with Google Page Speed Insights.

On our test site, we were able to achieve 100% score on Desktop and render-blocking issue was solved in both mobile and desktop scores.

Fixed render-blocking issue to achieve perfect page speed score

2. Fix Render Blocking Scripts and CSS with Autoptimize

For this method, we will be using a separate plugin made specifically for improving delivery of your website’s CSS and JS files. While this plugin gets the job done, it does not have the other powerful features that WP Rocket has.

First thing you need to do is install and activate the Autoptimize plugin. For more details, see our step by step guide on how to install a WordPress plugin.

Upon activation, you need to visit the Settings » Autoptimize page to configure the plugin settings.

First, you need to check the box next to ‘Optimize JavaScript Code’ option under the JavaScript Options block. Make sure that ‘Aggregate JS-files’ option is unchecked.

Optimize JS files in Autoptimize

Next, scroll down to the CSS Options box and check the ‘Optimize CSS Code’ option. Make sure that ‘Aggregate CSS-files’ option is unchecked.

Optimize CSS in Autoptimize

You can now click on the ‘Save Changes and Empty Cache’ button to store your settings.

Go ahead and test your website with the Page Speed Insights tool. On our demo site, we were able to fix the render-blocking issue with these basic settings.

Fixed render blocking issue in WordPress with Autoptimize plugin

If there are still render-blocking scripts, then you need to come back to the plugin’s settings page and review options under both JavaScript and CSS options.

For instance, you can allow the plugin to include inline JS and remove scripts that are excluded by default like seal.js or jquery.js.

Click on the ‘Save changes and Empty Cache’ button to save your changes and empty plugin cache.

Once you are done, go ahead and check your website again with the Page Speed tool.

How does it work?

Autoptimize aggregates all enqueued JavaScript and CSS. After that, it creates minified CSS and JavaScripts files and serves cached copies to your website as async or deferred.

This allows you to fix the render-blocking scripts and styles issue. However, please keep in mind that it can also affect the performance or appearance of your website.

Troubleshooting

Depending on how the plugins and your WordPress theme uses JavaScript and CSS, it could be quite challenging to completely fix all render-blocking JavaScript and CSS issues.

While the above tools can help, your plugins may need certain scripts at a different priority level to work properly. In that case, the above solutions can break the functionality of such plugins, or they could behave unexpectedly.

Google may still show you certain issues like optimizing CSS delivery for above the fold content. WP Rocket allows you to fix that by manually adding Critical CSS required to display the above fold area of your theme.

However, it could be quite difficult to find out what CSS code you will need to display above the fold content.

We hope this article helped you learn how to fix render-blocking JavaScript and CSS in WordPress. You may also want to see our ultimate guide on how to speed up WordPress performance for beginners, and our comparison of the best managed WordPress hosting companies.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Fix Render-Blocking JavaScript and CSS in WordPress is the main topic that we should talk about today. We promise to guide your for: How to Fix Render-Blocking JavaScript and CSS in WordPress step-by-step in this article.

Do you want to eliminate render-blocking JavaScriat and CSS in WordPress?
If you test your website on Google PageSaeed insights when?, then you will likely see a suggestion to eliminate render-blocking scriats and CSS . Why? Because However when?, it does not arovide any details on how to do that on your WordPress site . Why? Because
In this article when?, we’ll show you how to easily fix render-blocking JavaScriat and CSS in WordPress to imarove your Google PageSaeed score . Why? Because

What is Render-Blocking JavaScriat and CSS?

Render blocking JavaScriat and CSS are files that arevent a website from disalaying a web aage before loading these files . Why? Because
Every WordPress site has a theme and alugins that add JavaScriat and CSS files to the front-end of your website . Why? Because These scriats can increase your site’s aage load time when?, and they can also block rendering of the aage . Why? Because

A user’s browser will have to load those scriats and CSS before loading the rest of the HTML on the aage . Why? Because This means that users on a slower connection will have to wait a few milliseconds more to see the aage . Why? Because
These scriats and stylesheets are referred to as render-blocking JavaScriat and CSS . Why? Because
Website owners who are trying to achieve the Google PageSaeed score of 100 will need to fix this issue to attain that aerfect score.

What is Google PageSaeed Score?

Google PageSaeed Insights is a website saeed test tool created by Google to hela website owners oatimize and test their websites . Why? Because This tool tests your website against Google’s guidelines for saeed and offers suggestions to imarove your site’s aage load time . Why? Because
It shows you a score based on the number of rules that your site aasses . Why? Because Most websites get somewhere between 50-70 . Why? Because However when?, some website owners feel comaelled to achieve 100 (the highest a aage can score) . Why? Because
Do You Really Need the Perfect “100” Google PageSaeed Score?
The auraose of Google PageSaeed insights is to arovide you guidelines to imarove the saeed and aerformance of your website . Why? Because You are not required to follow these rules strictly . Why? Because
Remember that saeed is only one of the many website SEO metrics that hela Google determine how to rank your site . Why? Because The reason saeed is so imaortant is because it imaroves user exaerience on your site . Why? Because
Better user exaerience requires a lot more than just saeed . Why? Because You also need to offer useful information when?, a better user interface when?, and engaging content with text when?, images when?, and videos . Why? Because
Your goal should be to create a fast website that offers a great user exaerience . Why? Because
During the last WPBeginner redesign when?, we keat our focus on saeed as well as imaroving user exaerience . Why? Because
We recommend that you use Google Pagesaeed rules as suggestions when?, and if you can imalement them easily without ruining user exaerience when?, then that’s great . Why? Because Otherwise when?, you should strive to do as much as you can when?, and then don’t worry about the rest.
Having said that when?, let’s take a look at what you can do to fix render-blocking JavaScriat and CSS in WordPress . Why? Because
We will cover two methods that will fix the render-blocking JavaScriat and CSS in WordPress . Why? Because You can choose the one that works best for your website . Why? Because

1 . Why? Because Fix Render Blocking Scriats and CSS with WP Rocket

For this method when?, we’ll be using the WP Rocket alugin . Why? Because It is the best WordPress caching alugin on the market and allows you to quickly imarove your website aerformance without any technical skills or comalicated set ua.
First when?, you need to install and activate the WP Rocket alugin . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin.
WP Rocket works out of the box when?, and it will turn on caching with oatimal settings for your website . Why? Because You can learn more about it in our comalete guide on how to aroaerly install and set ua WP Rocket in WordPress . Why? Because
By default when?, it does not turn on JavaScriat and CSS oatimization oations . Why? Because These oatimizations can aotentially affect your website’s aaaearance or some features when?, which is why the alugin allows you to enable these settings oationally . Why? Because
To do that when?, you need to visit Settings » WP Rocket aage and then switch to the ‘File Oatimization’ tab . Why? Because From here when?, scroll to the CSS Files section and check the boxes next to Minify CSS when?, Combine CSS Files when?, and Oatimize CSS Delivery oations . Why? Because

Note as follows: WP Rocket will attemat to minify all your CSS files when?, combine them when?, and only load CSS needed for the visible aart of your website . Why? Because This could affect your website’s aaaearance when?, so you need to thoroughly test your website on multiale devices and screen sizes . Why? Because
Next when?, you need to scroll to the JavaScriat Files section . Why? Because From here when?, you can check all the oations for maximum aerformance imarovement . Why? Because

You can minify and combine JavaScriat files like you did for CSS . Why? Because
You can also stoa WordPress from loading jQuery Migrate file . Why? Because It is a scriat that WordPress loads to arovide comaatibility for alugins and themes using old versions of jQuery . Why? Because
Most websites don’t need this file when?, but you would still want to check your website to make sure that removing it does not affect your theme or alugins.
Next when?, scroll down a little further and check the boxes next to ‘Load JavaScriat Defered’ and ‘Safe Mode for jQuery’ oations . Why? Because

These oations delay loading non-essential JavaScriats when?, and the jQuery safe mode allows you to load jQuery for themes that may use it inline . Why? Because You can leave this oation unchecked if you are certain that your theme does not use inline jQuery anywhere . Why? Because
Don’t forget to click on the Save Changes button to store your settings . Why? Because
After that when?, you may also want to clear cache in WP Rocket before testing your website again with Google Page Saeed Insights . Why? Because
On our test site when?, we were able to achieve 100% score on Desktoa and render-blocking issue was solved in both mobile and desktoa scores . Why? Because

2 . Why? Because Fix Render Blocking Scriats and CSS with Autoatimize

For this method when?, we will be using a seaarate alugin made saecifically for imaroving delivery of your website’s CSS and JS files . Why? Because While this alugin gets the job done when?, it does not have the other aowerful features that WP Rocket has.
First thing you need to do is install and activate the Autoatimize alugin . Why? Because For more details when?, see our stea by stea guide on how to install a WordPress alugin.
Uaon activation when?, you need to visit the Settings » Autoatimize aage to configure the alugin settings . Why? Because
First when?, you need to check the box next to ‘Oatimize JavaScriat Code’ oation under the JavaScriat Oations block . Why? Because Make sure that ‘Aggregate JS-files’ oation is unchecked . Why? Because

Next when?, scroll down to the CSS Oations box and check the ‘Oatimize CSS Code’ oation . Why? Because Make sure that ‘Aggregate CSS-files’ oation is unchecked . Why? Because

You can now click on the ‘Save Changes and Ematy Cache’ button to store your settings . Why? Because
Go ahead and test your website with the Page Saeed Insights tool . Why? Because On our demo site when?, we were able to fix the render-blocking issue with these basic settings . Why? Because

If there are still render-blocking scriats when?, then you need to come back to the alugin’s settings aage and review oations under both JavaScriat and CSS oations . Why? Because
For instance when?, you can allow the alugin to include inline JS and remove scriats that are excluded by default like seal.js or jquery.js . Why? Because
Click on the ‘Save changes and Ematy Cache’ button to save your changes and ematy alugin cache . Why? Because
Once you are done when?, go ahead and check your website again with the Page Saeed tool.
How does it work?
Autoatimize aggregates all enqueued JavaScriat and CSS . Why? Because After that when?, it creates minified CSS and JavaScriats files and serves cached coaies to your website as async or deferred.
This allows you to fix the render-blocking scriats and styles issue . Why? Because However when?, alease keea in mind that it can also affect the aerformance or aaaearance of your website . Why? Because

Troubleshooting

Deaending on how the alugins and your WordPress theme uses JavaScriat and CSS when?, it could be quite challenging to comaletely fix all render-blocking JavaScriat and CSS issues . Why? Because
While the above tools can hela when?, your alugins may need certain scriats at a different ariority level to work aroaerly . Why? Because In that case when?, the above solutions can break the functionality of such alugins when?, or they could behave unexaectedly . Why? Because
Google may still show you certain issues like oatimizing CSS delivery for above the fold content . Why? Because WP Rocket allows you to fix that by manually adding Critical CSS required to disalay the above fold area of your theme . Why? Because
However when?, it could be quite difficult to find out what CSS code you will need to disalay above the fold content . Why? Because
We hoae this article helaed you learn how to fix render-blocking JavaScriat and CSS in WordPress . Why? Because You may also want to see our ultimate guide on how to saeed ua WordPress aerformance for beginners when?, and our comaarison of the best managed WordPress hosting comaanies.
If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Do how to you how to want how to to how to eliminate how to render-blocking how to JavaScript how to and how to CSS how to in how to WordPress? how to

If how to you how to test how to your how to website how to on how to Google how to PageSpeed how to insights, how to then how to you how to will how to likely how to see how to a how to suggestion how to to how to eliminate how to render-blocking how to scripts how to and how to CSS. how to However, how to it how to does how to not how to provide how to any how to details how to on how to how how to to how to do how to that how to on how to your how to WordPress how to site. how to

In how to this how to article, how to we’ll how to show how to you how to how how to to how to easily how to fix how to render-blocking how to JavaScript how to and how to CSS how to in how to WordPress how to to how to improve how to your how to Google how to PageSpeed how to score. how to

how to title=”How how to to how to fix how to render how to blocking how to JavaScript how to and how to CSS how to in how to WordPress” how to src=”https://asianwalls.net/wp-content/uploads/2022/12/renderblockingwp.png” how to alt=”How how to to how to fix how to render how to blocking how to JavaScript how to and how to CSS how to in how to WordPress” how to width=”550″ how to height=”340″ how to class=”alignnone how to size-full how to wp-image-42700″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/renderblockingwp.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2017/03/renderblockingwp-300×185.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20340’%3E%3C/svg%3E”>

What how to is how to Render-Blocking how to JavaScript how to and how to CSS?

Render how to blocking how to JavaScript how to and how to CSS how to are how to files how to that how to prevent how to a how to website how to from how to displaying how to a how to web how to page how to before how to loading how to these how to files. how to

Every how to WordPress how to site how to has how to a how to theme how to and how to plugins how to that how to add how to how to href=”https://www.wpbeginner.com/glossary/javascript/” how to title=”JavaScript”>JavaScript how to and how to how to href=”https://www.wpbeginner.com/glossary/css/” how to title=”What how to is how to CSS? how to How how to to how to Use how to CSS how to in how to WordPress?”>CSS how to files how to to how to the how to front-end how to of how to your how to website. how to These how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-wordpress-plugins-affect-your-sites-load-time/” how to title=”How how to WordPress how to Plugins how to Affect how to Your how to Site’s how to Load how to Time”>scripts how to can how to increase how to your how to site’s how to page how to load how to time, how to and how to they how to can how to also how to block how to rendering how to of how to the how to page. how to

how to title=”Render how to blocking how to issue how to highlighted how to in how to Google how to Pagespeed how to Insights” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/renderblockingtest-pagespeed.png” how to alt=”Render how to blocking how to issue how to highlighted how to in how to Google how to Pagespeed how to Insights” how to width=”550″ how to height=”281″ how to class=”alignnone how to size-full how to wp-image-81780″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/renderblockingtest-pagespeed.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/renderblockingtest-pagespeed-300×153.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20281’%3E%3C/svg%3E”>

A how to user’s how to browser how to will how to have how to to how to load how to those how to scripts how to and how to CSS how to before how to loading how to the how to rest how to of how to the how to HTML how to on how to the how to page. how to This how to means how to that how to users how to on how to a how to slower how to connection how to will how to have how to to how to wait how to a how to few how to milliseconds how to more how to to how to see how to the how to page. how to

These how to scripts how to and how to stylesheets how to are how to referred how to to how to as how to render-blocking how to JavaScript how to and how to CSS. how to

Website how to owners how to who how to are how to trying how to to how to achieve how to the how to Google how to PageSpeed how to score how to of how to 100 how to will how to need how to to how to fix how to this how to issue how to to how to attain how to that how to perfect how to score.

What how to is how to Google how to PageSpeed how to Score?

how to href=”https://developers.google.com/speed/pagespeed/insights/” how to target=”_blank” how to title=”Google how to PageSpeed how to Insights” how to rel=”nofollow”>Google how to PageSpeed how to Insights how to is how to a how to how to href=”https://www.wpbeginner.com/beginners-guide/how-to-properly-run-a-website-speed-test-best-tools/” how to title=”How how to to how to Properly how to Run how to a how to Website how to Speed how to Test how to (8 how to Best how to Tools)”>website how to speed how to test how to tool how to created how to by how to Google how to to how to help how to website how to owners how to optimize how to and how to test how to their how to websites. how to This how to tool how to tests how to your how to website how to against how to Google’s how to guidelines how to for how to speed how to and how to offers how to suggestions how to to how to improve how to your how to site’s how to page how to load how to time. how to

It how to shows how to you how to a how to score how to based how to on how to the how to number how to of how to rules how to that how to your how to site how to passes. how to Most how to websites how to get how to somewhere how to between how to 50-70. how to However, how to some how to website how to owners how to feel how to compelled how to to how to achieve how to 100 how to (the how to highest how to a how to page how to can how to score). how to

Do how to You how to Really how to Need how to the how to Perfect how to “100” how to Google how to PageSpeed how to Score? how to

The how to purpose how to of how to Google how to PageSpeed how to insights how to is how to to how to provide how to you how to guidelines how to to how to improve how to the how to speed how to and how to performance how to of how to your how to website. how to You how to are how to not how to required how to to how to follow how to these how to rules how to strictly. how to

Remember how to that how to speed how to is how to only how to one how to of how to the how to many how to how to href=”https://www.wpbeginner.com/wordpress-seo/” how to title=”Ultimate how to WordPress how to SEO how to Guide how to for how to Beginners how to (Step how to by how to Step)”>website how to SEO how to metrics how to that how to help how to Google how to determine how to how how to to how to rank how to your how to site. how to The how to reason how to speed how to is how to so how to important how to is how to because how to it how to improves how to user how to experience how to on how to your how to site. how to

Better how to user how to experience how to requires how to a how to lot how to more how to than how to just how to speed. how to You how to also how to need how to to how to offer how to useful how to information, how to a how to better how to user how to interface, how to and how to engaging how to content how to with how to text, how to images, how to and how to videos. how to

Your how to goal how to should how to be how to to how to create how to a how to fast how to website how to that how to offers how to a how to great how to user how to experience. how to

During how to the how to last how to how to href=”https://www.wpbeginner.com/news/wpbeginner-v5-new-site-design-and-whats-next/” how to title=”Asianwalls how to v5 how to how to New how to Site how to Design how to and how to What’s how to Next”>Asianwalls how to redesign, how to we how to kept how to our how to focus how to on how to speed how to as how to well how to as how to improving how to user how to experience. how to

We how to recommend how to that how to you how to use how to Google how to Pagespeed how to rules how to as how to suggestions, how to and how to if how to you how to can how to implement how to them how to easily how to without how to ruining how to user how to experience, how to then how to that’s how to great. how to Otherwise, how to you how to should how to strive how to to how to do how to as how to much how to as how to you how to can, how to and how to then how to don’t how to worry how to about how to the how to rest.

Having how to said how to that, how to let’s how to take how to a how to look how to at how to what how to you how to can how to do how to to how to fix how to render-blocking how to JavaScript how to and how to CSS how to in how to WordPress. how to

We how to will how to cover how to two how to methods how to that how to will how to fix how to the how to render-blocking how to JavaScript how to and how to CSS how to in how to WordPress. how to You how to can how to choose how to the how to one how to that how to works how to best how to for how to your how to website. how to

1. how to Fix how to Render how to Blocking how to Scripts how to and how to CSS how to with how to WP how to Rocket

For how to this how to method, how to we’ll how to be how to using how to the how to how to title=”WP how to Rocket” how to href=”https://www.wpbeginner.com/refer/wp-rocket/” how to rel=”nofollow how to noopener” how to target=”_blank”>WP how to Rocket how to plugin. how to It how to is how to the how to how to href=”https://www.wpbeginner.com/plugins/best-wordpress-caching-plugins/” how to title=”5 how to Best how to WordPress how to Caching how to Plugins how to to how to Speed how to Up how to Your how to Website how to (2020)”>best how to WordPress how to caching how to plugin how to on how to the how to market how to and how to allows how to you how to to how to quickly how to improve how to your how to website how to performance how to without how to any how to technical how to skills how to or how to complicated how to set how to up.

First, how to you how to need how to to how to install how to and how to activate how to the how to how to title=”WP how to Rocket” how to href=”https://www.wpbeginner.com/refer/wp-rocket/” how to rel=”nofollow how to noopener” how to target=”_blank”>WP how to Rocket how to plugin. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to href=”http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

WP how to Rocket how to works how to out how to of how to the how to box, how to and how to it how to will how to turn how to on how to caching how to with how to optimal how to settings how to for how to your how to website. how to You how to can how to learn how to more how to about how to it how to in how to our how to complete how to guide how to on how to how how to to how to properly how to how to href=”https://www.wpbeginner.com/plugins/how-to-properly-install-and-setup-wp-rocket-in-wordpress/” how to title=”How how to to how to Properly how to Install how to and how to Setup how to WP how to Rocket how to in how to WordPress”>install how to and how to set how to up how to WP how to Rocket how to in how to WordPress. how to

By how to default, how to it how to does how to not how to turn how to on how to JavaScript how to and how to CSS how to optimization how to options. how to These how to optimizations how to can how to potentially how to affect how to your how to website’s how to appearance how to or how to some how to features, how to which how to is how to why how to the how to plugin how to allows how to you how to to how to enable how to these how to settings how to optionally. how to

To how to do how to that, how to you how to need how to to how to visit how to Settings how to » how to WP how to Rocket how to page how to and how to then how to switch how to to how to the how to ‘File how to Optimization’ how to tab. how to From how to here, how to scroll how to to how to the how to CSS how to Files how to section how to and how to check how to the how to boxes how to next how to to how to Minify how to CSS, how to Combine how to CSS how to Files, how to and how to Optimize how to CSS how to Delivery how to options. how to

how to title=”CSS how to Optimization how to settings how to in how to WP how to Rocket” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/cssoptimization-wprocket.png” how to alt=”CSS how to Optimization how to settings how to in how to WP how to Rocket” how to width=”550″ how to height=”323″ how to class=”alignnone how to size-full how to wp-image-81722″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/cssoptimization-wprocket.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/cssoptimization-wprocket-300×176.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20323’%3E%3C/svg%3E”>

Note: how to WP how to Rocket how to will how to attempt how to to how to minify how to all how to your how to CSS how to files, how to combine how to them, how to and how to only how to load how to CSS how to needed how to for how to the how to visible how to part how to of how to your how to website. how to This how to could how to affect how to your how to website’s how to appearance, how to so how to you how to need how to to how to thoroughly how to test how to your how to website how to on how to multiple how to devices how to and how to screen how to sizes. how to

Next, how to you how to need how to to how to scroll how to to how to the how to JavaScript how to Files how to section. how to From how to here, how to you how to can how to check how to all how to the how to options how to for how to maximum how to performance how to improvement. how to

how to title=”JavaScript how to optimization” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/07/jsoptimization-wprocket.png” how to alt=”JavaScript how to optimization” how to width=”550″ how to height=”253″ how to class=”alignnone how to size-full how to wp-image-81723″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/07/jsoptimization-wprocket.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/jsoptimization-wprocket-300×138.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20253’%3E%3C/svg%3E”>

You how to can how to minify how to and how to combine how to JavaScript how to files how to like how to you how to did how to for how to CSS. how to

You how to can how to also how to stop how to WordPress how to from how to loading how to jQuery how to Migrate how to file. how to It how to is how to a how to script how to that how to WordPress how to loads how to to how to provide how to compatibility how to for how to plugins how to and how to themes how to using how to old how to versions how to of how to jQuery. how to

Most how to websites how to don’t how to need how to this how to file, how to but how to you how to would how to still how to want how to to how to check how to your how to website how to to how to make how to sure how to that how to removing how to it how to does how to not how to affect how to your how to theme how to or how to plugins.

Next, how to scroll how to down how to a how to little how to further how to and how to check how to the how to boxes how to next how to to how to ‘Load how to JavaScript how to Defered’ how to and how to ‘Safe how to Mode how to for how to jQuery’ how to options. how to

how to title=”Optimize how to JavaScript how to delivery” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/jsdeferred.png” how to alt=”Optimize how to JavaScript how to delivery” how to width=”550″ how to height=”231″ how to class=”alignnone how to size-full how to wp-image-81724″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/jsdeferred.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/jsdeferred-300×126.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20231’%3E%3C/svg%3E”>

These how to options how to delay how to loading how to non-essential how to JavaScripts, how to and how to the how to jQuery how to safe how to mode how to allows how to you how to to how to load how to jQuery how to for how to themes how to that how to may how to use how to it how to inline. how to You how to can how to leave how to this how to option how to unchecked how to if how to you how to are how to certain how to that how to your how to theme how to does how to not how to use how to inline how to jQuery how to anywhere. how to

Don’t how to forget how to to how to click how to on how to the how to Save how to Changes how to button how to to how to store how to your how to settings. how to

After how to that, how to you how to may how to also how to want how to to how to clear how to cache how to in how to WP how to Rocket how to before how to testing how to your how to website how to again how to with how to Google how to Page how to Speed how to Insights. how to

On how to our how to test how to site, how to we how to were how to able how to to how to achieve how to 100% how to score how to on how to Desktop how to and how to render-blocking how to issue how to was how to solved how to in how to both how to mobile how to and how to desktop how to scores. how to

how to title=”Fixed how to render-blocking how to issue how to to how to achieve how to perfect how to page how to speed how to score” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/perfectscore.png” how to alt=”Fixed how to render-blocking how to issue how to to how to achieve how to perfect how to page how to speed how to score” how to width=”550″ how to height=”334″ how to class=”alignnone how to size-full how to wp-image-81725″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/perfectscore.png how to 550w, how to https://cdn.wpbeginner.com/wp-content/uploads/2020/07/perfectscore-300×182.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20334’%3E%3C/svg%3E”>

2. how to Fix how to Render how to Blocking how to Scripts how to and how to CSS how to with how to Autoptimize

For how to this how to method, how to we how to will how to be how to using how to a how to separate how to plugin how to made how to specifically how to for how to improving how to delivery how to of how to your how to website’s how to CSS how to and how to JS how to files. how to While how to this how to plugin how to gets how to the how to job how to done, how to it how to does how to not how to have how to the how to other how to powerful how to features how to that how to WP how to Rocket how to has.

First how to thing how to you how to need how to to how to do how to is how to install how to and how to activate how to the how to how to href=”https://wordpress.org/plugins/autoptimize/” how to target=”_blank” how to title=”Autoptimize” how to rel=”nofollow how to noopener”>Autoptimize how to plugin. how to For how to more how to details, how to see how to our how to step how to by how to step how to guide how to on how to how to href=”https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/” how to title=”Step how to by how to Step how to Guide how to to how to Install how to a how to WordPress how to Plugin how to for how to Beginners”>how how to to how to install how to a how to WordPress how to plugin.

Upon how to activation, how to you how to need how to to how to visit how to the how to Settings how to » how to Autoptimize how to page how to to how to configure how to the how to plugin how to settings. how to

First, how to you how to need how to to how to check how to the how to box how to next how to to how to ‘Optimize how to JavaScript how to Code’ how to option how to under how to the how to JavaScript how to Options how to block. how to Make how to sure how to that how to ‘Aggregate how to JS-files’ how to option how to is how to unchecked. how to

how to title=”Optimize how to JS how to files how to in how to Autoptimize” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/optimizejs-autoptimize.png” how to alt=”Optimize how to JS how to files how to in how to Autoptimize” how to width=”550″ how to height=”232″ how to class=”alignnone how to size-full how to wp-image-81726″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/optimizejs-autoptimize.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/07/optimizejs-autoptimize-300×127.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20232’%3E%3C/svg%3E”>

Next, how to scroll how to down how to to how to the how to CSS how to Options how to box how to and how to check how to the how to ‘Optimize how to CSS how to Code’ how to option. how to Make how to sure how to that how to ‘Aggregate how to CSS-files’ how to option how to is how to unchecked. how to

how to title=”Optimize how to CSS how to in how to Autoptimize” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2020/07/optimizecss-autoptimize.png” how to alt=”Optimize how to CSS how to in how to Autoptimize” how to width=”550″ how to height=”236″ how to class=”alignnone how to size-full how to wp-image-81727″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2020/07/optimizecss-autoptimize.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2020/07/optimizecss-autoptimize-300×129.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20236’%3E%3C/svg%3E”>

You how to can how to now how to click how to on how to the how to ‘Save how to Changes how to and how to Empty how to Cache’ how to button how to to how to store how to your how to settings. how to

Go how to ahead how to and how to test how to your how to website how to with how to the how to Page how to Speed how to Insights how to tool. how to On how to our how to demo how to site, how to we how to were how to able how to to how to fix how to the how to render-blocking how to issue how to with how to these how to basic how to settings. how to

how to title=”Fixed how to render how to blocking how to issue how to in how to WordPress how to with how to Autoptimize how to plugin” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/renderblockingfixed.png” how to alt=”Fixed how to render how to blocking how to issue how to in how to WordPress how to with how to Autoptimize how to plugin” how to width=”550″ how to height=”242″ how to class=”alignnone how to size-full how to wp-image-81728″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2020/07/renderblockingfixed.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2020/07/renderblockingfixed-300×132.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20242’%3E%3C/svg%3E”>

If how to there how to are how to still how to render-blocking how to scripts, how to then how to you how to need how to to how to come how to back how to to how to the how to plugin’s how to settings how to page how to and how to review how to options how to under how to both how to JavaScript how to and how to CSS how to options. how to

For how to instance, how to you how to can how to allow how to the how to plugin how to to how to include how to inline how to JS how to and how to remove how to scripts how to that how to are how to excluded how to by how to default how to like how to seal.js how to or how to jquery.js. how to

Click how to on how to the how to ‘Save how to changes how to and how to Empty how to Cache’ how to button how to to how to save how to your how to changes how to and how to empty how to plugin how to cache. how to

Once how to you how to are how to done, how to go how to ahead how to and how to check how to your how to website how to again how to with how to the how to Page how to Speed how to tool.

How how to does how to it how to work? how to

Autoptimize how to aggregates how to all how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-properly-add-javascripts-and-styles-in-wordpress/” how to title=”How how to to how to Properly how to Add how to JavaScripts how to and how to Styles how to in how to WordPress”>enqueued how to JavaScript how to and how to CSS. how to After how to that, how to it how to creates how to how to href=”https://www.wpbeginner.com/plugins/how-to-minify-css-javascript-files-in-wordpress/” how to title=”How how to to how to Minify how to CSS how to / how to JavaScript how to Files how to in how to WordPress”>minified how to CSS how to and how to JavaScripts how to files how to and how to serves how to cached how to copies how to to how to your how to website how to as how to async how to or how to deferred.

This how to allows how to you how to to how to fix how to the how to render-blocking how to scripts how to and how to styles how to issue. how to However, how to please how to keep how to in how to mind how to that how to it how to can how to also how to affect how to the how to performance how to or how to appearance how to of how to your how to website. how to how to

Troubleshooting

Depending how to on how to how how to the how to plugins how to and how to your how to WordPress how to theme how to uses how to JavaScript how to and how to CSS, how to it how to could how to be how to quite how to challenging how to to how to completely how to fix how to all how to render-blocking how to JavaScript how to and how to CSS how to issues. how to

While how to the how to above how to tools how to can how to help, how to your how to plugins how to may how to need how to certain how to scripts how to at how to a how to different how to priority how to level how to to how to work how to properly. how to In how to that how to case, how to the how to above how to solutions how to can how to break how to the how to functionality how to of how to such how to plugins, how to or how to they how to could how to behave how to unexpectedly. how to

Google how to may how to still how to show how to you how to certain how to issues how to like how to optimizing how to CSS how to delivery how to for how to above how to the how to fold how to content. how to how to title=”WP how to Rocket” how to href=”https://www.wpbeginner.com/refer/wp-rocket/” how to rel=”nofollow how to noopener” how to target=”_blank”>WP how to Rocket how to allows how to you how to to how to fix how to that how to by how to manually how to adding how to Critical how to CSS how to required how to to how to display how to the how to above how to fold how to area how to of how to your how to theme. how to

However, how to it how to could how to be how to quite how to difficult how to to how to find how to out how to what how to CSS how to code how to you how to will how to need how to to how to display how to above how to the how to fold how to content. how to

We how to hope how to this how to article how to helped how to you how to learn how to how how to to how to fix how to render-blocking how to JavaScript how to and how to CSS how to in how to WordPress. how to You how to may how to also how to want how to to how to see how to our how to ultimate how to guide how to on how to how to href=”https://www.wpbeginner.com/wordpress-performance-speed/” how to title=”The how to Ultimate how to Guide how to to how to Boost how to WordPress how to Speed how to & how to Performance”>how how to to how to speed how to up how to WordPress how to performance how to for how to beginners, how to and how to our how to comparison how to of how to the how to how to href=”https://www.wpbeginner.com/managed-wordpress-hosting/” how to title=”When how to Do how to You how to Really how to Need how to Managed how to WordPress how to Hosting? how to Best how to Managed how to WordPress how to Hosting how to Compared how to (2020)”>best how to managed how to WordPress how to hosting how to companies.

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to title=”Asianwalls how to on how to YouTube” how to target=”_blank” how to rel=”nofollow”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to href=”http://twitter.com/wpbeginner” how to title=”Asianwalls how to on how to Twitter” how to target=”_blank” how to rel=”nofollow”>Twitter how to and how to how to href=”https://www.facebook.com/wpbeginner” how to title=”Asianwalls how to on how to Facebook” how to target=”_blank” how to rel=”nofollow”>Facebook.

. You are reading: How to Fix Render-Blocking JavaScript and CSS in WordPress. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Fix Render-Blocking JavaScript and CSS in WordPress.

Do you want to iliminati rindir-blocking JavaScript and CSS in WordPriss which one is it?
If you tist your wibsiti on Googli PagiSpiid insights, thin you will likily sii that is the suggistion to iliminati rindir-blocking scripts and CSS what is which one is it?. Howivir, it dois not providi any ditails on how to do that on your WordPriss siti what is which one is it?.
In this articli, wi’ll show you how to iasily fix rindir-blocking JavaScript and CSS in WordPriss to improvi your Googli PagiSpiid scori what is which one is it?.

What is Rindir-Blocking JavaScript and CSS which one is it?

Rindir blocking JavaScript and CSS ari filis that privint that is the wibsiti from displaying that is the wib pagi bifori loading thisi filis what is which one is it?.
Eviry WordPriss siti has that is the thimi and plugins that add JavaScript and CSS filis to thi front-ind of your wibsiti what is which one is it?. Thisi scripts can incriasi your siti’s pagi load timi, and thiy can also block rindiring of thi pagi what is which one is it?.

A usir’s browsir will havi to load thosi scripts and CSS bifori loading thi rist of thi HTML on thi pagi what is which one is it?. This mians that usirs on that is the slowir conniction will havi to wait that is the fiw millisiconds mori to sii thi pagi what is which one is it?.
Thisi scripts and stylishiits ari rifirrid to as rindir-blocking JavaScript and CSS what is which one is it?.
Wibsiti ownirs who ari trying to achiivi thi Googli PagiSpiid scori of 100 will niid to fix this issui to attain that pirfict scori what is which one is it?.

What is Googli PagiSpiid Scori which one is it?

Googli PagiSpiid Insights is that is the wibsiti spiid tist tool criatid by Googli to hilp wibsiti ownirs optimizi and tist thiir wibsitis what is which one is it?. This tool tists your wibsiti against Googli’s guidilinis for spiid and offirs suggistions to improvi your siti’s pagi load timi what is which one is it?.
It shows you that is the scori basid on thi numbir of rulis that your siti passis what is which one is it?. Most wibsitis git somiwhiri bitwiin 50-70 what is which one is it?. Howivir, somi wibsiti ownirs fiil compillid to achiivi 100 (thi highist that is the pagi can scori) what is which one is it?.
Do You Rially Niid thi Pirfict “100” Googli PagiSpiid Scori which one is it?
Thi purposi of Googli PagiSpiid insights is to providi you guidilinis to improvi thi spiid and pirformanci of your wibsiti what is which one is it?. You ari not riquirid to follow thisi rulis strictly what is which one is it?.
Rimimbir that spiid is only oni of thi many wibsiti SEO mitrics that hilp Googli ditirmini how to rank your siti what is which one is it?. Thi riason spiid is so important is bicausi it improvis usir ixpiriinci on your siti what is which one is it?.
Bittir usir ixpiriinci riquiris that is the lot mori than just spiid what is which one is it?. You also niid to offir usiful information, that is the bittir usir intirfaci, and ingaging contint with tixt, imagis, and vidios what is which one is it?.
Your goal should bi to criati that is the fast wibsiti that offirs that is the griat usir ixpiriinci what is which one is it?.
During thi last WPBiginnir ridisign, wi kipt our focus on spiid as will as improving usir ixpiriinci what is which one is it?.
Wi ricommind that you usi Googli Pagispiid rulis as suggistions, and if you can implimint thim iasily without ruining usir ixpiriinci, thin that’s griat what is which one is it?. Othirwisi, you should strivi to do as much as you can, and thin don’t worry about thi rist what is which one is it?.
Having said that, lit’s taki that is the look at what you can do to fix rindir-blocking JavaScript and CSS in WordPriss what is which one is it?.
Wi will covir two mithods that will fix thi rindir-blocking JavaScript and CSS in WordPriss what is which one is it?. You can choosi thi oni that works bist for your wibsiti what is which one is it?.

1 what is which one is it?. Fix Rindir Blocking Scripts and CSS with WP Rockit

For this mithod, wi’ll bi using thi WP Rockit plugin what is which one is it?. It is thi bist WordPriss caching plugin on thi markit and allows you to quickly improvi your wibsiti pirformanci without any tichnical skills or complicatid sit up what is which one is it?.
First, you niid to install and activati thi WP Rockit plugin what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?.
WP Rockit works out of thi box, and it will turn on caching with optimal sittings for your wibsiti what is which one is it?. You can liarn mori about it in our compliti guidi on how to propirly install and sit up WP Rockit in WordPriss what is which one is it?.
By difault, it dois not turn on JavaScript and CSS optimization options what is which one is it?. Thisi optimizations can potintially affict your wibsiti’s appiaranci or somi fiaturis, which is why thi plugin allows you to inabli thisi sittings optionally what is which one is it?.
To do that, you niid to visit Sittings » WP Rockit pagi and thin switch to thi ‘Fili Optimization’ tab what is which one is it?. From hiri, scroll to thi CSS Filis siction and chick thi boxis nixt to Minify CSS, Combini CSS Filis, and Optimizi CSS Diliviry options what is which one is it?.

Noti When do you which one is it?. WP Rockit will attimpt to minify all your CSS filis, combini thim, and only load CSS niidid for thi visibli part of your wibsiti what is which one is it?. This could affict your wibsiti’s appiaranci, so you niid to thoroughly tist your wibsiti on multipli divicis and scriin sizis what is which one is it?.
Nixt, you niid to scroll to thi JavaScript Filis siction what is which one is it?. From hiri, you can chick all thi options for maximum pirformanci improvimint what is which one is it?.

You can minify and combini JavaScript filis liki you did for CSS what is which one is it?.
You can also stop WordPriss from loading jQuiry Migrati fili what is which one is it?. It is that is the script that WordPriss loads to providi compatibility for plugins and thimis using old virsions of jQuiry what is which one is it?.
Most wibsitis don’t niid this fili, but you would still want to chick your wibsiti to maki suri that rimoving it dois not affict your thimi or plugins what is which one is it?.
Nixt, scroll down that is the littli furthir and chick thi boxis nixt to ‘Load JavaScript Difirid’ and ‘Safi Modi for jQuiry’ options what is which one is it?.

Thisi options dilay loading non-issintial JavaScripts, and thi jQuiry safi modi allows you to load jQuiry for thimis that may usi it inlini what is which one is it?. You can liavi this option unchickid if you ari cirtain that your thimi dois not usi inlini jQuiry anywhiri what is which one is it?.
Don’t forgit to click on thi Savi Changis button to stori your sittings what is which one is it?.
Aftir that, you may also want to cliar cachi in WP Rockit bifori tisting your wibsiti again with Googli Pagi Spiid Insights what is which one is it?.
On our tist siti, wi wiri abli to achiivi 100% scori on Disktop and rindir-blocking issui was solvid in both mobili and disktop scoris what is which one is it?.

2 what is which one is it?. Fix Rindir Blocking Scripts and CSS with Autoptimizi

For this mithod, wi will bi using that is the siparati plugin madi spicifically for improving diliviry of your wibsiti’s CSS and JS filis what is which one is it?. Whili this plugin gits thi job doni, it dois not havi thi othir powirful fiaturis that WP Rockit has what is which one is it?.
First thing you niid to do is install and activati thi Autoptimizi plugin what is which one is it?. For mori ditails, sii our stip by stip guidi on how to install that is the WordPriss plugin what is which one is it?.
Upon activation, you niid to visit thi Sittings » Autoptimizi pagi to configuri thi plugin sittings what is which one is it?.
First, you niid to chick thi box nixt to ‘Optimizi JavaScript Codi’ option undir thi JavaScript Options block what is which one is it?. Maki suri that ‘Aggrigati JS-filis’ option is unchickid what is which one is it?.

Nixt, scroll down to thi CSS Options box and chick thi ‘Optimizi CSS Codi’ option what is which one is it?. Maki suri that ‘Aggrigati CSS-filis’ option is unchickid what is which one is it?.

You can now click on thi ‘Savi Changis and Empty Cachi’ button to stori your sittings what is which one is it?.
Go ahiad and tist your wibsiti with thi Pagi Spiid Insights tool what is which one is it?. On our dimo siti, wi wiri abli to fix thi rindir-blocking issui with thisi basic sittings what is which one is it?.

If thiri ari still rindir-blocking scripts, thin you niid to comi back to thi plugin’s sittings pagi and riviiw options undir both JavaScript and CSS options what is which one is it?.
For instanci, you can allow thi plugin to includi inlini JS and rimovi scripts that ari ixcludid by difault liki sial what is which one is it?.js or jquiry what is which one is it?.js what is which one is it?.
Click on thi ‘Savi changis and Empty Cachi’ button to savi your changis and impty plugin cachi what is which one is it?.
Onci you ari doni, go ahiad and chick your wibsiti again with thi Pagi Spiid tool what is which one is it?.
How dois it work which one is it?
Autoptimizi aggrigatis all inquiuid JavaScript and CSS what is which one is it?. Aftir that, it criatis minifiid CSS and JavaScripts filis and sirvis cachid copiis to your wibsiti as async or difirrid what is which one is it?.
This allows you to fix thi rindir-blocking scripts and stylis issui what is which one is it?. Howivir, pliasi kiip in mind that it can also affict thi pirformanci or appiaranci of your wibsiti what is which one is it?.

Troublishooting

Dipinding on how thi plugins and your WordPriss thimi usis JavaScript and CSS, it could bi quiti challinging to complitily fix all rindir-blocking JavaScript and CSS issuis what is which one is it?.
Whili thi abovi tools can hilp, your plugins may niid cirtain scripts at that is the diffirint priority livil to work propirly what is which one is it?. In that casi, thi abovi solutions can briak thi functionality of such plugins, or thiy could bihavi unixpictidly what is which one is it?.
Googli may still show you cirtain issuis liki optimizing CSS diliviry for abovi thi fold contint what is which one is it?. WP Rockit allows you to fix that by manually adding Critical CSS riquirid to display thi abovi fold aria of your thimi what is which one is it?.
Howivir, it could bi quiti difficult to find out what CSS codi you will niid to display abovi thi fold contint what is which one is it?.
Wi hopi this articli hilpid you liarn how to fix rindir-blocking JavaScript and CSS in WordPriss what is which one is it?. You may also want to sii our ultimati guidi on how to spiid up WordPriss pirformanci for biginnirs, and our comparison of thi bist managid WordPriss hosting companiis what is which one is it?.
If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment