Skip to main content

Avoid chaining critical requests 2 Second type method done

 how to fix avoid chaining critical requests 

https://www.youtube.com/watch?v=ze7xVi5BUZw

Avoid chaining critical requests 1 chain found

Avoid chaining critical requests 4 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.FCPLCP
Maximum critical path latency: 866.259 ms
Initial Navigation
/?m=1
(learn2blogwriting.blogspot.com)
…v32/0QI6MX1D_….woff2
(fonts.gstatic.com)
 - 4.807 ms, 19.58 KiB
/js/platform.js
(apis.google.com)
 - 6.948 ms, 22.59 KiB
 - 12.649 ms, 58.60 KiB
…v40/memvYaGs1….woff2
(fonts.gstatic.com)
 - 4.013 ms, 42.85 KiB

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



Avoid chaining critical requests 1 chain 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.FCPLCP
Maximum critical path latency: 895.828 ms
Initial Navigation
/?m=1
(multitaskingindia2024.blogspot.com)
…css/all.min.css
(cdnjs.cloudflare.com)
 - 26.281 ms, 19.30 KiB


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

Popular posts from this blog

ai tool

 https://smodin.io/free-english-rewriter-and-spinner/ai-detection-remover ai detecter and removal https://originality.ai/blog/highlight-ai-text= for ai highlighter and affiliate marketing https://gptzero.me/  = ai writing detector and highlighter  https://www.zerogpt.com/           = ai content writer detector https://plagiarism-remover.com/humanize-ai-text/           = humanize writer

Add Code Box

  HTML CSS And Java Script  <style> .K2_CBox{position:relative;background:#fff;width:100%;border-radius:6px;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;padding:10px;margin:30px 0 30px} .K2_CBox .CB_Heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px} .K2_CBox .CB_Heading span{margin:0;font-weight:700;font-family:inherit;font-size:1.1rem} .K2_CBox .C_box_main{cursor:pointer;display:inline-flex;align-items:center;padding:12px;outline:0;border:0;border-radius:50%;background:#004cbd;transition:all .3s ease;-webkit-transition:all .3s ease}.K2_CBox .C_box_main:hover{opacity:.8}.K2_CBox .C_box_main .CBox_icn{flex-shrink:0;display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fefefe' stroke-linecap='round' stroke-linejoin='round' stroke-wi...

create a list of 100 things someone may now know about SEO

  create a list of 100 things someone may now know abouT SEO stands for Search Engine Optimization. SEO is the process of optimizing a website to improve its visibility and ranking on search engines. Google is the most popular search engine, followed by Bing and Yahoo. SEO involves both on-page and off-page optimization techniques. On-page optimization includes optimizing the content and structure of a website. Off-page optimization includes building backlinks to a website. SEO requires constant monitoring and updating to maintain rankings. Keyword research is the foundation of SEO. Long-tail keywords are easier to rank for than short-tail keywords. Keyword stuffing is a black hat SEO technique that can get a website penalized. Meta tags are important for on-page optimization. Title tags and meta descriptions should be unique and relevant to the page. Header tags (H1, H2, H3) are important for on-page optimization. Content should be well-written and provide value to the reader. Dup...