Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>1 and 2) Optimize .axd: <a href="http://madskristensen.net/post/Optimize-WebResourceaxd-and-ScriptResourceaxd.aspx" rel="nofollow">http://madskristensen.net/post/Optimize-WebResourceaxd-and-ScriptResourceaxd.aspx</a> <strong>EDIT dead link</strong> <a href="http://madskristensen.net/posts/files/ScriptCompressor.zip" rel="nofollow">Compress Script Resource .zip</a> <a href="http://webcache.googleusercontent.com/search?q=cache:FmWdd7nKvp8J:madskristensen.net/post/optimize-webresourceaxd-and-scriptresourceaxd%20&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us" rel="nofollow">Google Cache of the article</a></p> <p>3) HTTP 401 Unauthorized: You're configured authentication mechanism is doing this. If you have Windows authentication enabled but are not using it...</p> <p>4) Embedded JS: MS AJAX Minifier </p> <p><a href="http://www.codeproject.com/Articles/81317/Automatically-compress-embedded-JavaScript-resourc" rel="nofollow">http://www.codeproject.com/Articles/81317/Automatically-compress-embedded-JavaScript-resourc</a></p> <p><a href="http://stephenwalther.com/blog/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx" rel="nofollow">http://stephenwalther.com/blog/archive/2009/10/16/using-the-new-microsoft-ajax-minifier.aspx</a></p> <p>There's not much you can do for JS mixed in with your markup. You could make your own utility to parse it out of the ASPX(s) with RegEx and create a file that contains all of it per page then minify that file and insert the 1 script reference. The regular expressions to capture everything within SCRIPT tags will end up being fairly complex because of corner cases like...</p> <pre><code>&lt;script type="text/javascript"&gt; document.write("&lt;script&gt;Dynamica, RegEx don't stop here -&gt;&lt;/script&gt;"); &lt;/script&gt; </code></pre> <p>5) Favicon: you either have a LINK tag on your page(s) that reference it with REL="shortcut icon" or you have a "favicon.ico" file sitting at the root of your web site. If you don't have the LINK tags then the browser will check for the favicon.ico at the root of your website automatically.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload