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
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
The load time is fairly large initially, especially for such a small app.
Lazy loading may help here, especially for the pdf generating library as that's fairly large and not needed all the time.
I think there's also API calls being made initially, showing some sort of loading screen as that happens is also a good way to reduce the perceived TTR.
Also if there's anything we can do to help the CDN out that should be looked into as well.
The text was updated successfully, but these errors were encountered:
The load time is fairly large initially, especially for such a small app.
Lazy loading may help here, especially for the pdf generating library as that's fairly large and not needed all the time.
I think there's also API calls being made initially, showing some sort of loading screen as that happens is also a good way to reduce the perceived TTR.
Also if there's anything we can do to help the CDN out that should be looked into as well.
The text was updated successfully, but these errors were encountered: