ViewState Snail
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-17.
Extension Actions
Helps ASP.NET developers improve performance via increased awareness of View State footprint.
PURPOSE
- The idea is that you're a developer who wants to easily spot when a web page is using too much view state
- You want the information easily noticeable, rather than relying on you to click something to check view state.
- You want something your whole team can use, so you can share the responsibility.
Basic Functionality
- Counts HTML Length
- Counts VIEWSTATE Length
- Calculates a PERCENTAGE
UI
- PERCENTAGE displayed on the extension button
- Red-Amber-Green color based on thresholds you can configure
OPTIONS
- Threshold for Amber (Default 10,000 chars)
- Threshold for Red (Default 20,000 chars)
UPDATES
- v1.1 Added support for view state chunking
- v2.0 Migrated from Manifest V2 to Manifest V3
Latest reviews
- Colin Sanders
 - Spot on for what i need
 - Aaron Gibbs
 - Simply reads the size of the first __Viewstate hidden form field. If you are using viewstate chunking this is worthless.
 - Marc de Vries
 - Je weet meteen hoeveel procent van je pagina uit ViewState bestaat. Snel en simpel!
 - Anonymous
 - כל כך פשוט, קל ונח.
 - John Cockrell
 - Needed to refresh initially to get information to show, after that worked well. Requires access to full page which is guess is unavoidable.