- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017
11:33 AM
07-04-2017
11:33 AM
Eliminate render-blocking JavaScript and CSS in above-the-fold content
is there any guideline to solve this problem of pagespeed?
The below is the error of my site. Thanks!
Your page has 1 blocking script resources and 7 blocking CSS resources. This causes a delay in rendering your page.
None 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.
Optimize CSS Delivery of the following:
- https://www.tiesecret.com/…be27ed8db56c9c8f9bdeea7dd94d9d2d.min.css
- https://www.tiesecret.com/…artwave/porto/en_US/css/styles-l.min.css
- https://fonts.googleapis.com/css?family=Shadows+Into+Light
- https://fonts.googleapis.com/…%2C800italic&v1&subset=latin%2Clatin-ext
- https://fonts.googleapis.com/css?family=Oswald
- https://www.tiesecret.com/…edia/porto/configed_css/design_en_us.css
- https://www.tiesecret.com/…ia/porto/configed_css/settings_en_us.css
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017
11:28 PM
07-04-2017
11:28 PM
Re: Eliminate render-blocking JavaScript and CSS in above-the-fold content
Hello,
please check below module, it will help you to improve speed.
https://www.goivvy.com/magento2-defer-javascript.html
If it solved your problem then mark as solution.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017
11:48 PM
07-04-2017
11:48 PM
Re: Eliminate render-blocking JavaScript and CSS in above-the-fold content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2017
11:58 PM
07-04-2017
11:58 PM
Re: Eliminate render-blocking JavaScript and CSS in above-the-fold content
In your case css render problem, so that module support only js render. if you move css into bottom then it will increase speed but for some time it will not look good.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2019
11:12 PM
11-17-2019
11:12 PM
Re: Eliminate render-blocking JavaScript and CSS in above-the-fold content
Hi!
In this article, this issue is also described along with the others you may face. Check the guide here. Hope you will find it valuable.