Hello! I check my site for download speed via google speed test, I can’t fix the following: "Remove the JavaScript and CSS code that blocks the display of the top of the page", namely style.css, c js already figured out - connected the scripts asynchronously, style.css I connect via script
$(document).ready(function() { $("head").append("<link rel='stylesheet' href='css/style.css'>"); }; But the test claims that style.css blocks the loading of the top of the page. Tell me what am I doing wrong !?