Hi, everybody.
App Google PageSpeed Insights recommends that you do not necessarily fix (see Annex pic):
«
remove from the top of the page JavaScript and CSS that block the display. All content on the top of the page appears only after you download the following resources. Try to delay the loading of these resources, load them asynchronously, or embed their most important components directly into HTML-code.
To Optimize CSS for the following resources:
http://x3-cdn.flamepix.com/css/0.15.1/x ... mellow.css
https://fonts.googleapis.com/...0,300it ... ed:300,400
»
Here (https://developers.google.com/speed/doc ... ery#header) they recommend:
"If the external CSS resources are small, they can be inserted directly into the HTML document. Such embedding allows the browser to continue loading the page. Note: if CSS file too large, after embedding can PageSpeed Insights to warn that the top of the page are too large (rule of the priority of the visible content). If the CSS file is too big, you need to find the CSS code responsible for the content at the top of the page and embed it in HTML, deferring the loading of other styles."
Is it possible to avoid transition to external resources and how best to speed up page loading?