20-20REENVISIONED / Refactored-fortune-teller

Fortune telling app for CSE 112 Spring 2024
https://20-20reenvisioned.github.io/Refactored-fortune-teller/
0 stars 0 forks source link

Feat/performance #18

Closed hhcoxatucsd closed 5 months ago

hhcoxatucsd commented 5 months ago

There's still more performance work to do, but I'd like to merge the current progress into main.

Improved the loading time of the site on Good 3G (DL: 1536 Kbps, UP: 750 Kbps, latency 40ms) from 35.79 seconds to 4.27 seconds by simply replacing usage of pngs with jpegs (which should be just as compatible) and also adding the <picture> tag to use webp when possible.

See my commit message for more details.