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

Optimize CSS resources #6

Closed ColinEspinas closed 2 years ago

ColinEspinas commented 2 years ago

Currently, this project has a poor performance rating on https://pagespeed.web.dev/.

This is largely due to the fact that we load our icons from a distant source that lead to a lot of unused CSS (we currently load the entirety of Phosphor Icons). By making this file local, we can reduce it at build time.

The second factor would be font loading through Google Fonts (though we may not want to change that as of now).

ColinEspinas commented 2 years ago

We will now be changing fonts loading as we don't want to use Google services as of now, see #12.