Description:
Improve the app's initial load time by lazily loading components that are not immediately visible. This will reduce the time needed to render the initial view and enhance performance.
Acceptance Criteria:
- Components like charts and forms are lazy-loaded.
- Loading performance is improved.
Description:
Improve the app's initial load time by lazily loading components that are not immediately visible. This will reduce the time needed to render the initial view and enhance performance.
Acceptance Criteria: