Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
5.0.0
-
None
-
1
-
Tiger Sprint 151, Tiger Sprint 152
Description
The Angular documentation has some tips on how to improve app performance in production. Some of them could definitely be applied to the Channel Manager:
- disable debug data (when ConfigService.debug is false, i.e. when we're not running in Wicket development mode).
- disable comment and css class directives (I don't think we use them, but we'd have to double-check that).
AFAIK we already use strict DI mode, but let's check that too.
Attachments
Issue Links
- causes
-
CHANNELMGR-1303 Enable Angular debug info when CMS runs in Wicket development mode
- Closed