Comment Framework and dependency bloat is real (Score 1) 110
My company uses flutter as it's framework and our site with fonts is over 20mb; trying to do cache invalidation on the client is a nightmare.
Our devs say there's nothing they can do to really reduce the package size as the majority of the dependencies are from our vendors software development kits.
The bloat is amazing, devs see no reason to optimize as everyone is on 4G/LTE mobile or 100mbit connections so data transfer isn't a concern. I'm glad we're starting to reach a point where clients are starting to choak, it might cause these framework devs to release optimized code to remain relevant.