URL: https://8mw9v.csb.app/

Recently I've been playing with the content of MDN as a whole. MDN has ~140k documents in its Wiki. About ~70k of them are redirects which is the result of many years of switching tech and switching information architecture and at the same time being good Internet citizens and avoiding 404s. So, out of the ~70k documents, how do they spread? To answer that I wrote a Python script that evaluates size as a matter of the sum of all the files in sub-trees including pictures.

Here are the screenshots:

All locales

All locales

Specifically en-US

Specifically en-US

The code that puts this together uses Toast UI which seems cool but I didn't spend much time worrying about how to use it.

Be warned! Opening this link will make your browser sweat: https://8mw9v.csb.app/

You can fork it here: https://codesandbox.io/s/zen-swirles-8mw9v

Comments

Your email will never ever be published.

Previous:
Avoid async when all you have is (SSD) disk I/O in NodeJS October 24, 2019 Node, JavaScript
Next:
A Python and Preact app deployed on Heroku December 13, 2019 Python, Web development, Django, Docker, JavaScript
Related by category:
Fastest way to find out if a file exists in S3 (with boto3) June 16, 2017 Web development
Be very careful with your add_header in Nginx! You might make your site insecure February 11, 2018 Web development
<datalist> looks great on mobile devices August 28, 2020 Web development
How to have default/initial values in a Django form that is bound and rendered January 10, 2020 Web development
Related by keyword:
How to get all of MDN Web Docs running locally June 9, 2021 Web development, MDN
Fastest Python function to slugify a string September 12, 2019 Python
Displaying fetch() errors and unwanted responses in React February 6, 2019 Web development, React, JavaScript