Answer the question
In order to leave comments, you need to log in
Need help fine-tuning site acceleration?
Maybe someone can advise, I need to somehow reduce the blocking time, please see the picture.
Answer the question
In order to leave comments, you need to log in
Normally, your site is loading, and judging by the screen, the service uses ancient technologies
.
You get a link to the font not from three nested resources - but directly from the page code, then it will load in parallel with the rest. HTTP2 enabled? Caching?
As for the code, it's not clear, I have css code in the html of the page, and already in it
@font-face {
font-display: swap;
font-family: "awesome";
font-style: normal
font-weight: 300
src: url("/font/awesome/awesome.eot?49575180");
src: url("/font/awesome/awesome.eot?49575180#iefix") format("embedded-opentype"),
url("/font/awesome/awesome.woff2?49575180") format("woff2"),
url("/font/awesome/awesome.woff?49575180") format("woff"),
url("/font/awesome/awesome.ttf?49575180") format("truetype"),
url("/font/ awesome/awesome.svg?49575180#awesome") format("svg");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question