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

Optimize pages loading speed and resources loading. #111

Closed
sebdeleze opened this issue Jan 5, 2020 · 0 comments · Fixed by #479
Closed

Optimize pages loading speed and resources loading. #111

sebdeleze opened this issue Jan 5, 2020 · 0 comments · Fixed by #479
Labels
UX User experience, ergonomy

Comments

@sebdeleze
Copy link
Contributor

No description provided.

@sebdeleze sebdeleze added 8 enhancement Enhancement of an existing feature and removed technical story labels Nov 30, 2020
@sebdeleze sebdeleze added triage and removed 8 enhancement Enhancement of an existing feature labels Jan 27, 2021
@sebdeleze sebdeleze added UX User experience, ergonomy and removed triage labels Feb 9, 2021
sebdeleze pushed a commit that referenced this issue Feb 12, 2021
* Optimizes loading speed and SEO after running a Lighthouse test.
* Removes webpack entry for `app` and moves `app.js` file in static files.
* Removes useless dependencies `popper.js` and `jquery`.
* Triggers dropdowns in vanilla javascript instead of using jQuery.
* Removes unsused local Roboto font.
* Loads Roboto font and Font-awesome externally.
* Adds a configuration for integrating analytics tracking code.
* Removes useless `/` in html closing tags.
* Closes #111.
* Closes #112.

Co-Authored-by: Sébastien Délèze <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX User experience, ergonomy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant