Configuring - General Tab - Disable Obscuring
From Visual WebGui Wiki
Contents |
Overview
This article is a part of articles on Configuring Visual WebGui application General tab
Settings
| Disable Obscuring | Default value | web.config | Description |
|---|---|---|---|
| Disable Obscuring | 0 |
<system.diagnostics> <switches> <add name="VWG_DisableObscuringSwitch" value="0" /> </switches> </system.diagnostics> | Values can be 0 and 1 |
General
This setting is to control an optimization setting In the Visual WebGui framework that is called obscuring. Obscuring, which is active when setting the switch = 0, basically massively compresses the client code files that are loaded to the client computer on it's first call to the application. This process also changes the names of Javascript functions, function calls and variables.
Allthough you gain more speed and smaller footprint of client code, obscuring makes it more complex to access JavaScript functions and variables, as their name have been changed.
