This repo is an extremely simple experiment to compress URLs (using GZIP and Brotli) and report the results of that compression operation.
Simply run ./generate_urls.sh
and it will output the results.
The script looks at the list of package URLs in packages.txt (taken from npm.js' most depended packages). It then installs those modules, gathers a list of their URLs, compresses them and outputs the per URL results.