I am trying to tweak some performance for an ASP.Net application. The page is somewhat database heavy, so I am working on optimizing some other parts of the page right now.... specifically Viewstate.
File sizes of 338,590 bytes with Viewstate versus 146,433 bytes without Viewstate. As it turns out I don't utilize the viewstate for most of the page (this smaller size is leaving in what I need).
If am sitting on the web server (or right next to it) with a 100 mega-bit ethernet, plenty of memory, and assuming no other traffic on the network - no collisions (never happens but for the fun of it, just imagine), how long do the files take to download? Anyone care to give a fair estimate?
If you go to T1 Shopper's Download Calculator you can find out. Turns out the difference (all things being equal) is only .02 seconds ... don't think looking into this much further is going to help me on this one. That calculator is pretty cool to see how different transfer speeds will add to the download time.