I'm working with a 3rd party vendor who has done the SP 2010 integration of a small site. I've noticed that our incredibly simple login page is nearly 3.2 megabytes. The users of this site are the general public and will include those in rural areas who are still on dial-up. That would obviously be a terrible user experience. It's not so great for those on high-speed connections, IMO (just wasted bandwidth).
Digging into the page, I see that 2.2 megs of the page weight comes from JavaScript files marked debug. I can't see any reason why we should be sending these debug files to end users.
Can these files not be served to users?
Here's a YSlow screenshot, http://i.stack.imgur.com/msGUm.jpg
Also, do we really need to be serving core.css (192k) to end users? Is core.css all the "admin" type of SP css?
