I know that Grails and Asp.net cannot be directly compared but still, does anyone know if there's something available for ASP.net that ev开发者_JAVA技巧en remote resembles the functionality of the UI-Performance Plugin for Grails?
You have to do all this explicitly yourself. Very cool plugin though.
Anyway:
Move your own JS to the bottom of the page
Minify that stuff using an msbuild task The MSBuildCommunityTasks Project has a few MSBuild tasks that may do what you are looking for including Merge and JSCompress.
Use YSlow with Firebug to track your score agains the Yahoo UI guidelines.
Script Minification and Continuous Integration with MSBuild
Have a look at Aptimize - http://www.aptimize.com/ - costs money but does the same sort of thing
精彩评论