An exclusive members-only club for web pages weighing no more than 250kb. Inspired by Bredley Taunts 1MB.club https://250kb.club
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
koehr cc21f8235f
ci/woodpecker/push/woodpecker Pipeline was successful Details
pages update
1 month ago
analyser finally fix the metrics urls 3 months ago
content pages update 1 month ago
public pages update 1 month ago
static smaller badge file sizes 1 year ago
templates add kofi link 3 months ago
.gitignore rebuild with Zola, YLT and Deno 2 years ago
.woodpecker.yml pages update 2 months ago
LICENSE adds MIT license file 3 years ago
README.md add build status badge 3 months ago
config.toml rebuild with Zola, YLT and Deno 2 years ago
index.d.ts rebuild with Zola, YLT and Deno 2 years ago
index.ts fix 256KB 9 months ago
package.json fix 256KB 9 months ago
pages.txt pages update 1 month ago
refresh-page.sh pages update 2 years ago

README.md

250kb-club

An exclusive members-only club for web pages weighing no more than 250kb.

Inspired by Bradley Taunt's 1MB.club.

But why?

I love the idea of a list of webpages that are still reasonably usable with a slow internet connection. But 1MB is, in my honest opinion, still way too much. Nobody wants to wait 10 seconds — on good days — to load a web site. And a very large chunk of the world population isn't gifted with Gigabit internet connections.

Of course, the absolute size of a website is not a perfect indicator. A page might contain a lot of text or images as important part of their content. It would be unfair to call them bloated in this case. This is why, additionally to the absolute size the ratio of visible to invisible content is shown as well.

Adding a web page

Please send a patch or pull request. If unsure, you can also write a ticket mentioning the website(s). The website(s) will be added after passing the review and measured for changes about once every week.

What are those values?

The values shown in the list are URL, Total Weight, Content Ratio.

Websites listed here are downloaded and analyzed with YellowLabTools. The total weight is counted and then the size of actual content is measured and shown as a ratio. A higher ratio means more of the size is actual content.

For example: If a website has a total weight of 100kb and 60kb are the documents structure, text, images, videos and so on, then the content ratio is 60%. The rest are extras like CSS, JavaScript and so on. It is hard to say what a good ratio is but my gut feeling is that everything above 20% is pretty good already.

All shiny

This page got completely rebuild and several issues of the old version got solved. It now has pagination (100 pages per... well, page) and detail pages for every entry that you can link to.

Hacking this page

status-badge

This page needs three components to work:

Deno

The application that updates the page information is build with Typescript 4.6 and Deno 1.20. It uses no external packages except encoding/toml from the standard library.

YellowLabTools

A local (docker) version of YellowLabTools is used for the page analysis. It uses Phantomas as well as other tools to create a exhaustive metric.

Zola

The page analyser application generates markdown files that are rendered to a static web page by Zola.

git clone https://git.sr.ht/~koehr/the-250kb-club 250kb-club
# or: git clone https://github.com/nkoehring/250kb-club.git
cd 250kb-club
mkdir -m a+rwx yltresults # for access to YLT results

And build the page with yarn build.

The website analysis is done by compile-list.js which reads pages.txt and writes the results to src/components/pages.mjs. pages.txt is curated by hand.