Looking for a plugin to monitor viewstate size
-
Sorry for my previous post in the lounge - I thought I was in the right forum, but the hand is faster than the eye... However, let's get to my question: does anybody know a plugin to constantly display the viewstate size for the current page in IE? Something like a toolbar item or status bar pane would be great. It could help a lot when testing web sites to find the unnecessarily leaking pages.
Luca
The Price of Freedom is Eternal Vigilance.
En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur. But the best thing God has created, is a New Day.
-
Sorry for my previous post in the lounge - I thought I was in the right forum, but the hand is faster than the eye... However, let's get to my question: does anybody know a plugin to constantly display the viewstate size for the current page in IE? Something like a toolbar item or status bar pane would be great. It could help a lot when testing web sites to find the unnecessarily leaking pages.
Luca
The Price of Freedom is Eternal Vigilance.
En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur. But the best thing God has created, is a New Day.
Lok at web development helper by Nikhil Kothari. http://www.nikhilk.net/Project.WebDevHelper.aspx[^]
Co-Author ASP.NET AJAX in Action
-
Lok at web development helper by Nikhil Kothari. http://www.nikhilk.net/Project.WebDevHelper.aspx[^]
Co-Author ASP.NET AJAX in Action
Well this looks like a useful piece of software indeed, however it requires an http module to do a simple thing that can be completely done client side (and does not show the value without user intervention). I think I'll drop a mail to the author, maybe he'll like the feature request ;) Thanks a lot
Luca
The Price of Freedom is Eternal Vigilance.
En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur. But the best thing God has created, is a New Day.
-
Sorry for my previous post in the lounge - I thought I was in the right forum, but the hand is faster than the eye... However, let's get to my question: does anybody know a plugin to constantly display the viewstate size for the current page in IE? Something like a toolbar item or status bar pane would be great. It could help a lot when testing web sites to find the unnecessarily leaking pages.
Luca
The Price of Freedom is Eternal Vigilance.
En Það Besta Sem Guð Hefur Skapað, Er Nýr Dagur. But the best thing God has created, is a New Day.
There are some ideas here[^] (I'm subscribed to the author's blog[^], he's a great resource for debugging ideas). However, again he uses HTTP Modules. If you want to do something client-side you might find writing an extension for Fiddler[^] to be easier than extending Internet Explorer.
DoEvents
: Generating unexpected recursion since 1991