You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The issue of slow loading is because of the reference to "https://api.nepcha.com" in "public\index.html" just remove the code below from index.html and the problem should be solved...
Version
2.2.0
Reproduction link
https://demos.creative-tim.com/material-dashboard-pro-react/?_ga=2.132089802.490423355.1717101685-399467964.1717101685#/pages/profile/profile-overview
Operating System
Windows/macOS
Device
Laptop
Browser & Version
OperaGx version isLVL 6 (core: 112.0.5197.100)
Steps to reproduce
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.
The text was updated successfully, but these errors were encountered: