Hello,
According to a few tests, my DNN 7.1.2 website fails to "defer parsing of javascript". Most of the files that failed to defer are DNN javascript files such as the jQuery and jQuery UI libraries, and Telerik.js (short form) ; other javascript files that failed to defer were from modules I installed.
My questions are:
1) Is it dangerous to defer JQ, JQUI, Telerik, etc? If not, how can I do this?
2) In the default.aspx file, I noticed the following object. Is it a placeholder for javascript? If so, can I place it before the </body> tag instead?
<asp:placeholder id="SCRIPTS" runat="server" />
2) To further improve performance, do you recommend using JQ and JQUI CDNs? I know there's an option for it in the host settings but I'd like to make sure that it's an OKAY thing to do.
Thanks.