Content
@
0 reply
0 recast
0 reaction
Darryl Yeo đ ïž
@darrylyeo
A good reminder that the amount of client-side JavaScript code you ship can make or break a websiteâs user experience (and peopleâs mobile data bills) in places with less than state-of-the-art internet infrastructure. Streaming bits of client-side JavaScript in response to user interaction using a framework like Qwik (or Astro) is a key advantage here. https://youtu.be/M6lGKtA37uE
1 reply
1 recast
12 reactions
kk
@king
i love optimizations. iâve done a lot to compress as much as i can om the front side of things for frames.sh now consuming less than 5~6mb for the total package on initial load, the rest cached on the client side to rehydrate on updates. i should do more on the back end side of things. iâm a sucker for snappy page loads.
2 replies
0 recast
3 reactions