I have upgraded and finally gotten PageBlaster v3.03.02 working just the way we want it (mostly). I am now on a mission to use to to lower our Code to Content ratio, and number of objects downloaded, code clean-up, and code compression (condensing). Here is something I noticed after enabling the static file handler, and sending all CSS and JS files to the ASPNET ISAPI. (I didn't do a wild card, I just sent those files through explicitly.) Although I have uncommented the rules that move the DNN JS files to the header, they are not merged. Also, when I look at the HTML output (especially on a site like Pingdom, I can see that there are still a large handful of script files that are not merged. However, they are not JS, they are AXD. The same goes for the CSS files. What can I do to get those files to all merge? |