⚓️ New Article: gzip performance is wild! https://ift.tt/P8xVKpU#WebDev#FrontEndDeveloper#100DaysOfCode#CodeNewbie
Post
⚓️ New Article: gzip performance is wild! https://ift.tt/P8xVKpU#WebDev#FrontEndDeveloper#100DaysOfCode#CodeNewbie
Though one issue I see is caching. With lots of small files, the initial transfer is bigger, but you are unlikely to change all of them at once, so future loads are faster. Bundling loses you that benefit (less so with chunking, but still).
https://philipwalton.com/articles/cascading-cache-invalidation/
Import maps get us real close to solving this finally, but lack of import maps in workers hinders that.
I honestly am constantly annoyed at how poorly we've addressed these problems.
might be a nice solution for your Kelp UI to provide a little GUI tool to choose the modules