PGijsbers / pgijsbers.github.io

My webpage
https://pgijsbers.github.io/
Other
0 stars 1 forks source link

Embed css in html #11

Open PGijsbers opened 1 year ago

PGijsbers commented 1 year ago

During deployment, style.css should be embedded into the html files. This removes a roundtrip (from html -> css -> [fonts, images] to html+css-> [fonts, images]). The increased initial download should be negligible, as most of the total file size estimate will only increase by ~1kb and the actual file transfer is only a small part of the roundtrip time:

image
PGijsbers commented 1 year ago

Similarly it is probably worth embedding the SVG files.