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

Fix index page loading being super slow #511

Merged
merged 1 commit into from
May 3, 2019

Conversation

jmlacroix
Copy link
Contributor

I noticed that the index page of the demos is super slow online, so I fetched it to run it locally. It was as slow locally so I started investigating.

I found a JavaScript tag trying to load an external Kaspersky script that doesn't exist. My browser was always waiting for a full minute before it failed and finally showed the page.

Removing this inclusion drastically speeds up the loading locally and should do the same to the online samples too.

@muaz-khan muaz-khan merged commit b1f77f4 into muaz-khan:master May 3, 2019
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

Successfully merging this pull request may close these issues.

2 participants