Determine size of the data passed from server to client

  • Thread starter Thread starter mykidisgollum
  • Start date Start date
M

mykidisgollum

Greetings,

We've recently been working with our site pages' viewstate, turning
off unnecessesary viestate items to reduce page size for faster
loading. We are also experimenting with using less tables etc.

What is the best way to determine the amount of data passed from
server to client in an ASP.NET page run? Right now the only way we
know is to view source, save source and view the file size properties.
I believe this may not give a true reflection of the data passed down
to the client though.

Surely there must be a more elegant way of determining how much data
is passed back to the client to help us determine if the changes we
are making is having an effect.

Thanks,

David Fields
 
if you use netscape or mozilla, it will give all the stats you need.

-- bruce (sqlwork.com)
 
www.fiddlertool.com offers a tool which we use for just this purpose on
Office Online. Additionally, it will show you all of the stats about the
images, CSS, JS, etc.

--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top