Remove unused Javascript
Reduce unused JavaScript
0.75s
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCP
URL | Transfer Size | Potential Savings |
|---|---|---|
Facebook Social | 87.7 KiB | 63.4 KiB |
/en_US/sdk.js?hash=992c84f… (connect.facebook.net) | 87.7 KiB | 63.4 KiB |
https://www.youtube.com/watch?v=nBnf41n_Gi8
search script /en_US
you will 👆upper line code remove it from the theme html
search script sdk.js
js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0';
you will 👆upper line code remove it from the theme html
Reduce unused JavaScript
0.75s
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCP
URL | Transfer Size | Potential Savings |
|---|---|---|
Blogger Hosting 1st Party | 105.5 KiB | 69.9 KiB |
…widgets/292…-widgets.js (www.blogger.com) | 58.6 KiB | 42.7 KiB |
…res/293…-indie_compiled.js (resources.blogblog.com)👇 | 46.9 KiB | 27.2 KiB |
Google Tag Manager Tag-Manager | 156.3 KiB | 63.8 KiB |
/gtag/js?id=UA-187…-1&l=dataLayer&cx=c (www.googletagmanager.com) | 63.9 KiB | 32.2 KiB |
/gtag/js?id=G-S0JDL1SGNX (www.googletagmanager.com) | 92.4 KiB | 31.7 KiB |
362
…res/293…-indie_compiled.js
(resources.blogblog.com)👇
this problem is due to this script <b:template-script
searching script <b:template-script check the name indie
remove to resolve yallow highlited
Reduce unused JavaScript
0.45s
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCP
URL | Transfer Size | Potential Savings |
|---|---|---|
Blogger Hosting 1st Party | 105.5 KiB | 73.1 KiB |
…widgets/306…-widgets.js (www.blogger.com) | 58.6 KiB | 43.3 KiB |
…res/139…-rockpool_compiled.js (resources.blogblog.com) | 46.9 KiB | 29.8 KiB |
searching script rockpool
remove to resolve yallow highlited
all compiled.js file can be find at the end of the theme
<b:template-script async='true' name='rockpool' version='1.0.0'/>
just remove this line
problem will be solved
Reduce unused JavaScript
0.30s
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.LCP
URL | Transfer Size | Potential Savings |
|---|---|---|
Blogger Hosting 1st Party | 58.6 KiB | 43.3 KiB |
…widgets/306…-widgets.js (www.blogger.com) | 58.6 KiB | 43.3 KiB |
Comments
Post a Comment