Closed Rettend closed 4 months ago
fixed my sht, now it's pixel perfect for me!
before:
https://github.com/user-attachments/assets/30b074aa-6069-43b2-9b6b-cfeea6f2f97d
after:
https://github.com/user-attachments/assets/4b656fb7-d744-42a4-83b2-c4eb253fcc6d
hi, you didn't use astro or even vite, so i eliminated the waterfalls manually, for it to load instantly (as it should) mostly just by preloading
perf:
<audio>
tags for the audio files:new Audio()
kept making random extra requests to the resources even if i preloaded them so it's gonestyle:
before-after
stats
waterfall
tbh these are not that significant since the app is small. but note that:
also, you might want to use mp3 or webm for the audio files, wav is huge.
ty kenn cool project