My home page is 1MB. For users with a 56k modem, that is enormous. My Home Page site from 500k have also used jquery.
What can I do to make the page load faster? Can I cache the ISP I use, and would that be useful?
EDIT
How can use gzip in asp.net?
Which type of cache is useful for web pages?
Enable gzip compression, minify HTML, ... follow YSlow recommendadtions. You could also send a light version of the page immediately and then load some parts using AJAX.