--- layout: default title: 1MB Club summary: Listing all websites under 1MB in total size ---

1MB Club

The internet has become a bloated mess. Massive JavaScript libraries. Countless client-side queries. Overly complex frontend frameworks.

These things are a cancerous growth on the web.

But we can make a difference - no matter how small it may seem. 1MB Club is a growing collection of performance-focused web pages found across the internet.

The two rules for a web page to qualify as a member:

  1. Total website size (not just transferred data) must not exceed 1 megabyte
  2. The website must contain a reasonable amount of content / usefulness in order to be added - no sites with a simple line of text, etc.

How can I submit a website?

Please follow the instructions on the main Github project repo.


How can I help support this project?

If you are feeling generous, I would greatly appreciate any donations to help support the site.

  1. XMR:
    84Pd48H5qSX2B5bBy881A73KmgdQxmRPg9pQ9faftMWEfRpQmbesiishjnYBhRy5dj6No8a1ksCYpdPbiypWxdMw3GD5zwD
  2. BTC:
    3JGsvjgxamQHi4VCALER4rXvnvzdWUaQGg
  3. ETH:
    0x5a0c2841aa63c8abd5ee9b9bd67092ecb55221c2
  4. BCH:
    pze5vzlh7hv9lrdj6s0q2t20ylzp7uvpvc69jkpdsw
  5. Or simply buy me a coffee

Looking for a more extreme club?

Take a look and checkout the even more exclusive membership collection at the XHTML Club.



Official Members

Jump to:   <50KB  ·  <100KB  ·  <250KB  ·  <512KB  ·  <700KB  ·  Just Under 1MB

{% assign site_items = site.site_listings | sort: 'size' %} {% for item in site_items %} {% if item.size <= 50 %} {% endif %} {% endfor %} {% for item in site_items %} {% if item.size >= 50.1 and item.size <=100 %} {% endif %} {% endfor %} {% for item in site_items %} {% if item.size >= 100.1 and item.size <=250 %} {% endif %} {% endfor %} {% for item in site_items %} {% if item.size >= 250.1 and item.size <=512 %} {% endif %} {% endfor %} {% for item in site_items %} {% if item.size >= 512.1 and item.size <=700 %} {% endif %} {% endfor %} {% for item in site_items %} {% if item.size >= 700.1 and item.size <=1000 %} {% endif %} {% endfor %}
URL Size (KB)


<50KB
{{ item.pageurl }} {{ item.size }}


<100KB
{{ item.pageurl }} {{ item.size }}


<250KB
{{ item.pageurl }} {{ item.size }}


<512KB
{{ item.pageurl }} {{ item.size }}


<700KB
{{ item.pageurl }} {{ item.size }}


Just Under 1MB
{{ item.pageurl }} {{ item.size }}