Description
Version
2.2.0
Reproduction link
Operating System
Windows/macOS
Device
Laptop
Browser & Version
OperaGx version isLVL 6 (core: 112.0.5197.100)
Steps to reproduce
- Open any page of the dashboard
- Wait for it to load
- Reload the page (it will load slowly)
https://demos.creative-tim.com/material-dashboard-pro-react/?_ga=2.132089802.490423355.1717101685-399467964.1717101685#/pages/profile/profile-overview
What is expected?
The dashboard should load quickly (within a few seconds) and maintain a fast response time after logging out or refreshing the page.
What is actually happening?
The dashboard takes approximately 15 seconds to load initially. After interacting with the dashboard, such as logging out or refreshing the page, the slow loading time occurs again.
Solution
Investigate the potential causes for the slow loading times, such as large bundle sizes, inefficient network requests, or server-side performance issues. Optimize the loading process and consider implementing lazy loading or code splitting if not already in place.
Additional comments
I initially thought the issue might be related to my custom domain, but the same slow loading occurs with the official demo dashboard, indicating the issue might be with the dashboard itself rather than my configuration.