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

Angular Optimizations #121

Open
NavonilDas opened this issue Jun 15, 2020 · 0 comments
Open

Angular Optimizations #121

NavonilDas opened this issue Jun 15, 2020 · 0 comments
Labels
Arduino Arduino project enhancement New feature or request Optimization These things can be done to Increase Performance.

Comments

@NavonilDas
Copy link
Contributor

Right now the angular generates a single compiled js (main.js) which is large and will take time to load for every page which should not be the scenario.
The Above issue can be fixed by using the Lazy-Loading feature of angular.

Also, we can add Lazy Loading on the images to increase the PageSpeed Insights Score.

@NavonilDas NavonilDas added the enhancement New feature or request label Jun 15, 2020
@fresearchgroup fresearchgroup added the Arduino Arduino project label Jun 18, 2020
@NavonilDas NavonilDas added the Optimization These things can be done to Increase Performance. label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arduino Arduino project enhancement New feature or request Optimization These things can be done to Increase Performance.
Projects
None yet
Development

No branches or pull requests

2 participants