I am looking to improve the page load time of my publishing site and want to prevent files such as core.js and init.js being downloaded for read only users.
How do people generally go about doing this? I have read this
blogs.msdn.com/.../...ptimizing-response-time.aspx
and this
blog.thekid.me.uk/.../...blic-sharepoint-site.aspx
My master page is completely customized but contains the following standard MOSS WCM javascript on the body and form tags. (I am assuming these are required in authoring mode?). How do people typically remove these wired events in read only mode if we prevent init.js from loading using one of the methods above?
<body onload="javascript:_spBodyOnLoadWrapper();">
<form id="Form1" runat="server" onsubmit="return _spFormOnSubmitWrapper();">