You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Garrit Franke 0ba672eaac
Revert "Revert "Bump tzinfo-data from 1.2023.4 to 1.2024.1""
2 months ago
.github Migrate guides to cloudflare 4 months ago
_data Add zwieratko.sk 3 months ago
_includes Add 88x31 buttons 3 months ago
_layouts Updated Brad's URL in the footer 1 year ago
_plugins Fix feed entry description 8 months ago
assets Add 88x31 buttons 3 months ago
scripts added error handling to site.yml and .md table 4 months ago
.editorconfig Add Editor Config File and clean all files based on .editorconfig 3 years ago
.gitignore added cloudflare APIs to size checker 4 months ago
Gemfile revert as it breaking builds 9 months ago
Gemfile.lock Revert "Revert "Bump tzinfo-data from 1.2023.4 to 1.2024.1"" 2 months ago
LICENSE Update LICENSE 1 year ago
README.md Migrate guides to cloudflare 4 months ago
_config.yml move script (size checker) and exclude it from jekyll build files 3 years ago
_redirects Add Editor Config File and clean all files based on .editorconfig 3 years ago
faq.md FAQ fix [skip netlify] 1 year ago
index.md Fixed NY Times link #1158 1 year ago
netlify.toml Add Editor Config File and clean all files based on .editorconfig 3 years ago
vercel.json Silenced vercel bot 1 year ago

README.md

512KB Club

The internet has become a bloated mess. Massive JavaScript libraries, countless client-side queries and overly complex frontend frameworks are par for the course these days.

When online newspapers like The Guardian are over 4MB in size, you know there's a problem. Why does an online newspaper need to be over 4MB in size? It's crazy.

But we can make a difference - all it takes is some optimisation. Do you really need that extra piece of JavaScript? Does your WordPress site need a theme that adds lots of functionality you're never going to use? Are those huge custom fonts really needed? Are your images optimised for the web?

The 512KB Club is a collection of performance-focused web pages from across the Internet. To qualify your website must satisfy both of the following requirements:

  1. It must be an actual site that contains a reasonable amount of information, not just a couple of links on a page (more info here).
  2. Your total UNCOMPRESSED web resources must not exceed 512KB.

How to create a PR to add your site to the 512KB Club

  1. Fork this repository.
  2. Get the size of your website's homepage.
    1. Do a Cloudflare URL Scan on your website.
    2. Once complete, check the "Bytes Total" stat in the "Network" card to make sure the uncompressed size of your site is less than 512KB.
  3. Navigate to _data/sites.yml and add your site (template below).
  4. When creating the PR, please include a link to the Cloudflare scan results in the PR description.

Site template

Sample

- domain: example.com
  url: http://example.com/ (Make sure you keep the trailing slash)
  size: 2.5
  last_checked: 2021-05-26 (YYYY-MM-DD)

Blank

- domain:
  url:
  size:
  last_checked:

NOTE: Entries are automatically sorted by domain name. Please add your site to the list without worrying about the alphabetical order. Our continuous integration process will handle the sorting for you. Just ensure that the details for your site are correctly formatted as per the existing entries.