Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Cut down initial load time #108

Open
BenShelton opened this issue Jan 2, 2020 · 0 comments
Open

Cut down initial load time #108

BenShelton opened this issue Jan 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@BenShelton
Copy link
Owner

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.

@BenShelton BenShelton added the enhancement New feature or request label Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant