1

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 even remote resembles the functionality of the UI-Performance Plugin for Grails?

Oliver Weichhold
  • 10,259
  • 5
  • 45
  • 87

2 Answers2

0

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

Community
  • 1
  • 1
Dave Walker
  • 3,498
  • 1
  • 24
  • 25
0

Have a look at Aptimize - http://www.aptimize.com/ - costs money but does the same sort of thing

Andy Davies
  • 5,794
  • 2
  • 26
  • 21