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
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