Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 558 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 558 Bytes

URLs: How do they compress? Do they compress? Let's find out!

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.

What does the script do?

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.