mwmbl / front-end-original

A front-end for the mwmbl search engine written in vanilla javascript
https://mwmbl.github.io/front-end/
GNU Affero General Public License v3.0
13 stars 3 forks source link

Optimizing CSS loading and resources #8

Closed ColinEspinas closed 2 years ago

ColinEspinas commented 2 years ago

This PR tries to fix #6.

Before: image

After: image

Changes done:

This made our performance score jump to ~75 as opposed to the ~45 we where getting.

The points that are to address to increase our score are now related to the main thread being too busy. This issue could be addressed in the future using web workers to optimize some of our components.

ColinEspinas commented 2 years ago

@daoudclarke This file is here to copy and paste icons we would want to use in the icons.css file. It's here for convenience as otherwise you'll need to go on the icons repo to find each icons code.

daoudclarke commented 2 years ago

Makes sense I guess.