This feature implements HTML page compression and resource merging for controls.
Changes to the CyberStore application's web.config file enable this feature. When you upgrate to version 2.8, this file is automatically updated.
If you would like to add this feature prior to upgrading your system, you may manually edit the devExpress/compression section of your web.config file. See the example below:
web.config |
Copy Code
|
---|---|
<devExpress> <settings rightToLeft="false" embedRequiredClientLibraries="true" doctypeMode="Xhtml" /> <compression enableHtmlCompression="true" enableCallbackCompression="true" enableResourceCompression="true" enableResourceMerging="true" /> <errors callbackErrorRedirectUrl="" /> <themes enableThemesAssembly="true" styleSheetTheme="" theme="" customThemeAssemblies="" /> </devExpress> |