Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asynchronously load javascript resources #14

Open
diafygi opened this issue Jun 5, 2020 · 0 comments
Open

Asynchronously load javascript resources #14

diafygi opened this issue Jun 5, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@diafygi
Copy link
Collaborator

diafygi commented Jun 5, 2020

jsPDF and Three.js are pretty big javascript files, so on slow connections it can be a while before the design tool loads. We should switch to asynchronously loading larger javascript resources (e.g. <script src="..." async>) and progressively enable the parts that need them (e.g. 3d preview, export pdf, etc.) as they load in the background.

@diafygi diafygi added the help wanted Extra attention is needed label Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant