--- layout: homepage title: A collection of web pages weighing in less than 1MB summary: Listing all web pages under 1MB in total size ---
{% assign websites = site.data.sites | sort: 'size' %}

Official Members

HTTP badge

  Items marked with this clickable badge support out-of-date browsers via HTTP (Why?)


{% for item in websites %} {% assign pct = item.size | times: 100.0 | divided_by: 1024.0 %} {% if item.size < 410 %}{% assign c = "lightgreen" %} {% elsif item.size < 717 %}{% assign c = "orange" %} {% else %}{% assign c = "crimson" %}{% endif %} {% endfor %}
URL Size (KB)
{% if item.http == true %} HTTP badge   {% endif %} {{ item.domain }} {{ item.size }}

🏆 Hall of Fame 🏆

Supporters of a leaner web!

{% for item in websites %} {% if item.hof == true %} {{ item.domain }} {% endif %} {% endfor %}

These 1MB Club members donated to this project and are now immortalized into the "Hall of Fame"

Looking to join the Hall of Fame?
Become a supporter today →