Problem: I'm making a tool that'd help web developers and javascript library authors cut down bloat in the websites and libraries they make. This is done by helping them visualize the real world performance impact of adding a new dependency on the end users.
Motivation: Maybe if I were to tell you the gzipped + min size, download times and the parse times of that ridiculously heavy react/ jQuery plugin _before_ you add it to your site, you'd think twice?
Problem: It's tricky to arrive at a configuration for webpack/rollup that would successfully bundle all npm packages.
Parse times are device specific, so calculating those reliably can be tough.
WIP here: https://cost-of-modules.herokuapp.com
Motivation: Maybe if I were to tell you the gzipped + min size, download times and the parse times of that ridiculously heavy react/ jQuery plugin _before_ you add it to your site, you'd think twice?
Problem: It's tricky to arrive at a configuration for webpack/rollup that would successfully bundle all npm packages.
Parse times are device specific, so calculating those reliably can be tough.