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

UI takes a long time to load #610

Open
varunratnakar opened this issue Dec 1, 2023 · 1 comment
Open

UI takes a long time to load #610

varunratnakar opened this issue Dec 1, 2023 · 1 comment
Assignees

Comments

@varunratnakar
Copy link
Collaborator

Describe the bug
The UI takes a long time to load

To Reproduce
Load the main page, example: https://dev.mint.isi.edu

Expected behavior
It shouldn't take so long

@varunratnakar
Copy link
Collaborator Author

The issue probably stems from the following line in index.ejs

<script crossorigin src="https://polyfill.app/api/polyfill?features=web-animations"></script>

This third party site tends to hang from time to time. If we remove the above line, load is pretty much instantaneous. Would be good to see which other third party sites we are loading from, and either remove them, or move them to local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants