Metadata
- Source
- FLUID-6416
- Type
- Improvement
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2019-10-21T09:57:50.435-0400 - Updated
2019-10-21T10:04:08.698-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Prefs Framework
- UIEnhancer
- UI Options
Description
Currently when loading a page that has preferences applied from the prefs framework, there is a slight delay between the page load and the application of the preferences. This may cause a flicker of the screen depending on browser caching, network latency, and speed of rendering and js/css interpretation.
There may be a few ways to improve this:
- Provide an example/option for server side storing/application of preferences
- e.g. apply theme classes as part of the server side rendering so that the correct theme is applied on load.
- Minimize CSS