472,099 Members | 2,143 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,099 software developers and data experts.

Determine size of the data passed from server to client

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
Nov 18 '05 #1
2 1421
if you use netscape or mozilla, it will give all the stats you need.

-- bruce (sqlwork.com)
"mykidisgollum" <da****@dayspring.com> wrote in message
news:42**************************@posting.google.c om...
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

Nov 18 '05 #2
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.

"mykidisgollum" <da****@dayspring.com> wrote in message
news:42**************************@posting.google.c om...
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

Nov 18 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

88 posts views Thread by Mike | last post: by
1 post views Thread by Jim Hammond | last post: by
3 posts views Thread by Jordan | last post: by
1 post views Thread by Amir Steta | last post: by
16 posts views Thread by Matthew Geyer | last post: by
6 posts views Thread by Mike | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.