You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem. Is there any possibility to add smth like cssPosition property or additional parameters to tag (like "prefetch" or "preload")? Or render minified CSS code directly inside <style>...</style> tag? For Google Pagespeed purposes
Hi
Thanks.
I want to solve this problem by putting the following code:
<script type="text/javascript"> function downloadJSAtOnload() { var element = document.createElement("script"); element.src = "defer.js"; document.body.appendChild(element); } if (window.addEventListener) window.addEventListener("load", downloadJSAtOnload, false); else if (window.attachEvent) window.attachEvent("onload", downloadJSAtOnload); else window.onload = downloadJSAtOnload; </script>
How do I get the name of the compressed Js file and put this code in page?
The text was updated successfully, but these errors were encountered: