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?
Asked
Active
Viewed 127 times
1
-
What have you found by searching the web? And how doesn't it fit your needs? – Lazarus Feb 02 '10 at 15:56
2 Answers
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.

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