how to fix avoid chaining critical requests
https://www.youtube.com/watch?v=ze7xVi5BUZw
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.FCPLCP
Maximum critical path latency: 866.259 ms
Initial Navigation
/?m=1
(learn2blogwriting.blogspot.com)
…v32/0QI6MX1D_….woff2
- 4.807 ms, 19.58 KiB(fonts.gstatic.com)
/js/platform.js
- 6.948 ms, 22.59 KiB(apis.google.com)
…widgets/306…-widgets.js
- 12.649 ms, 58.60 KiB(www.blogger.com)
…v40/memvYaGs1….woff2
- 4.013 ms, 42.85 KiB(fonts.gstatic.com)
is tarha ka error hota hai
right click on the link in google insite where u r getting this problem copy the address link and paste it after href='#' in between the coma place of #
<link as='font' crossorigin='' href='#' rel='preload' type='font/woff2'/>
paste it down the head
<link as='font' crossorigin='' href='https://fonts.gstatic.com/s/lora/v32/0QI6MX1D_JOuGQbT0gvTJPa787weuxJBkq18m9eY.woff2' rel='preload' type='font/woff2'/>
<link as='font' crossorigin='' href='https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2' rel='preload' type='font/woff2'/>
one more problem i got
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.FCPLCP
Maximum critical path latency: 895.828 ms
Initial Navigation
/?m=1
(multitaskingindia2024.blogspot.com)
…css/all.min.css
- 26.281 ms, 19.30 KiB(cdnjs.cloudflare.com)
basic code for preload
<link as='font' crossorigin='' href='URL' rel='preload' type='font/woff2'/>
u can change font by changing font name woff2
paste 👇this code below the <head>(ye code preload ke liye use hota hai)
<link as="style" crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="preload"></link>
solved problem
Comments
Post a Comment