Hi,
i am developer on hyva and i do often “google page speed” request on my websites.
Always the performance is decrease by loading librairies. There libraires are often the same on all website:
- Bootstrap
- Tailwind
- Jquery
- Alpine
- reCAPTCHA google
- Swiper
- …
and do the same for top 20 fonts used (roboto, raleway, work sans, mulish, lato…)
Can you directly inject the latest version of these libraries into browsers so that we don’t have to load them on every page load? This would greatly improve page loading speed and reduce bandwidth consumption for everyone.
We can think about a versionning tag too in the head like like :
or attribute like version=“last” since our code is compatible often with last version
So that it is not too heavy to download the brave browser (in MB) if we include all the libraries, we must remember that the versioning of these libraries only includes their git diff.