Skip to main content

Posts

Showing posts from December, 2023

Remove unused Javascript fully solved

  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  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v13.0'; 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...

Avoid document.write() not solved

  Avoid  document.write() For users on slow connections, external scripts dynamically injected via  document.write()  can delay page load by tens of seconds.  Learn how to avoid document.write() . Source Blogger   Hosting   1st Party https://multitaskingindia2024.blogspot.com:4776:107

/?m=1 done replace with ur site address in mobile Avoid chaining critical requests

Ye code, webfont load karte waqt text ko visible rakhne ke liye nahi hai. Ye code URLs mein specific patterns (like %3D , %3D%3D , &m=1 , ?m=1 ) ko search kar raha hai aur agar woh patterns milte hain toh URL ko modify kar raha hai. iska arth hia /?m=1 jo problem dikha raha hai vo bas dikhayega per us se appka koii effect nahi hoga speed per and mobile me /?m=1 appko ye code apne address bar me nahi dikhega ye replace karke only apka site address ko hi present karega Avoid chaining critical requests   3 chains found The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.  Learn how to avoid chaining critical requests . FCP LCP Maximum critical path latency:   865 ms Initial Navigation /?m=1 (skillgrowpro.blogspot.com) …widgets/292…-widgets.js (www.blogger.com)   - 7.16...