Re: How do you measure the size of a page delivered to the browser (and the Viewstate)
- From: "Mythran" <kip_potter@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 13:19:10 -0700
"Bruce Barker" <brubar_nospamplease_@xxxxxxxxxx> wrote in message news:OwVy5SukFHA.3316@xxxxxxxxxxxxxxxxxxxxxxx
its accurate (doesn't include headers though). firefox is easier.
-- bruce (sqlwork.com)
"Joe Fallon" <jfallon1@xxxxxxxxxxxxxxxxxx> wrote in message news:e3JjZIukFHA.2608@xxxxxxxxxxxxxxxxxxxxxxxIs there a good way to measure the size of a page delivered to the browser?
Also, how do measure the size of Viewstate?
I am just using View Source, saving the text file and looking at the number
of kb in the Properties of the file.
Then I delete everything but the viewstate and measue it the same way.
1. Is it accurate? 2. Is there a better way? (I want to measure over 100 pages.) -- Joe Fallon
It's not accurate if you include images, stylesheets, videos, et cetera. When you measure it that way, all you are measuring is the html of the single page that is being received.
To really view the # of bytes, you'll need an external tool, or addin, that would do this. Ethereal is one that comes to mind that shows you exactly, byte-to-byte of what is being sent and received between the two machines.
Mythran
.
- References:
- Prev by Date: Re: sql Statement Date object
- Next by Date: Re: DataGrid is there a way to make a column as wide as the longest text?
- Previous by thread: Re: How do you measure the size of a page delivered to the browser (and the Viewstate)
- Next by thread: Re: How do you measure the size of a page delivered to the browser (and the Viewstate)
- Index(es):