Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

project: optimize loading speed and SEO #479

Merged
merged 1 commit into from
Feb 12, 2021
Merged

project: optimize loading speed and SEO #479

merged 1 commit into from
Feb 12, 2021

Conversation

sebdeleze
Copy link
Contributor

Co-Authored-by: Sébastien Délèze sebastien.deleze@rero.ch

@sebdeleze sebdeleze marked this pull request as ready for review February 9, 2021 12:01
@sebdeleze sebdeleze added seo UX User experience, ergonomy labels Feb 9, 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 <sebastien.deleze@rero.ch>
@sebdeleze sebdeleze merged commit 6952829 into rero:staging Feb 12, 2021
@sebdeleze sebdeleze deleted the sed-optimize-loading branch February 12, 2021 11:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
UX User experience, ergonomy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize pages for referencing Optimize pages loading speed and resources loading.
3 participants