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

Improve Initial Load Performance #13

Open
technbuzz opened this issue Nov 27, 2019 · 1 comment
Open

Improve Initial Load Performance #13

technbuzz opened this issue Nov 27, 2019 · 1 comment
Milestone

Comments

@technbuzz
Copy link
Owner

The initial load time take quite a lot and big culprit is the scripting
image

If I disable the code in ngOnInit I get
image

THAT'S 3 seconds less time. Either I have to restructure the code or use web worker and move the scripting to another thread

@technbuzz technbuzz added this to the Version 1.3.0 milestone Nov 27, 2019
@technbuzz
Copy link
Owner Author

What I did for the time being is to reduce initial http requests.

@technbuzz technbuzz modified the milestones: Version 1.3.0, 1.3.4 Feb 11, 2020
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

1 participant