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.

143 lines
49 KiB
HTML

<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
font: 16px/1.4 sans-serif;
margin: 0;
padding: 0;
background: white;
color: #333;
}
body>header,main,body>footer {
max-width: calc(720px - 2em);
width: calc(100% - 2em);
margin: 0 auto;
padding: 0 1em;
}
#main-footer {
border-top: 1px solid lightgrey;
margin: 3rem auto 0;
font-size: 85%;
}
main {
margin: 3em auto;
}
h1 {
font: small-caps bold 2.2em/1.4 sans-serif;
letter-spacing: 6px;
text-align: center;
margin-top: 1.2em;
}
h2 {
font: small-caps bold 2.0em/1.4 sans-serif;
letter-spacing: 5px;
text-align: center;
}
p {
text-align: justify;
}
a,a:visited {
color: currentColor;
text-decoration: underline;
}
select, label {
padding: .25em .5em;
border: 2px solid gray;
background: none;
color: currentColor;
font: inherit;
}
ol {
list-style: none;
padding: 0;
}
li {
margin-bottom: 1em;
background-color: #0002;
}
aside {
position: relative;
display: flex;
flex-flow: row break;
justify-content: space-between;
}
.hidden { visibility: hidden; }
.big { font-size: 1.5em; }
.center { text-align: center; }
#info-toggle { display: none; }
#info-toggle ~ label { text-align: center; }
#info-toggle ~ label > .info-close { display: none; }
#info-toggle:checked ~ label > .info-close { display: inline; }
#info-toggle:checked ~ label > .info-text { display: none; }
#info-popup {
display: none;
position: absolute;
top: 2.5em;
left: -1em;
width: calc(720px - 2em - 6px);
max-width: calc(100vw - 2em - 6px);
padding: 0 1em;
background: #FFF;
border: 3px solid #DDD;
}
#info-toggle:checked ~ #info-popup { display: block; }
.entry {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
padding: .5em .5em 0;
height: 2em;
line-height: 2em;
font-size: 1.3em;
}
.entry > .url {
flex: 1 1 auto;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
.entry > .size, .entry > .ratio, .entry > .open-page {
flex: 0 0 auto;
width: 10%;
text-align: right;
}
.entry > .open-page img {
max-height: 32px;
margin-top: 4px;
}
.entry-size-bar, .entry-ratio-bar {
height: 0;
margin-bottom: 2px;
border-bottom: 2px solid;
}
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
border-bottom-width: 4px;
}
.entry-size-bar {
border-bottom-color: #E44;
width: calc(var(--size)/256 * 100%);
}
.entry-ratio-bar {
border-bottom-color: #56B;
width: var(--ratio);
}
#pager {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
2 years ago
.badges > img {
margin-bottom: -5px;
}
pre {
display: block;
height: 11em;
background: #8885;
}
@media (prefers-color-scheme: dark) {
body { background: #222; color: white; }
#info-popup { background: #000; border-color: #444; }
2 years ago
}</style><body><header><h1>The 250kb Club</h1><h2><a rel="noopener nofollow" href=https://mobiforge.com/research-analysis/the-web-is-doom target=_blank> The Web Is Doom </a></h2><p>Lets do something about it!<p>The <em>250kb Club</em> is a collection of web pages that focus on performance, efficiency and accessibility.<p class=big>Websites in this list must not exceed 256kb <em>compressed</em> size!<p>Yes, compressed size. It makes much more sense because it allows for a lot of text to be transferred without having a big impact on the total size, while the impact of media is basically unaffected.<p>If your pages exceeds 250kb, you might consider <a rel="noopener nofollow" href=https://512kb.club target=_blank>512kB.club</a> or <a rel="noopener nofollow" href=https://1MB.club target=_blank>1MB.club</a>.<p>You can suggest a web page for this collection <a rel="noopener nofollow" href=https://todo.sr.ht/~koehr/the-250kb-club/ target=_blank>via Sourcehut</a> or <a rel="noopener nofollow" href=https://github.com/nkoehring/250kb-club/issues/new target=_blank>via Github</a>. The site will be reviewed and, if applicable, added to the list below. Pages are checked again every week.<p>All entries have their own sub page with additional information. If you want, youcan directly link to it from your page.</header><main id=members-table><aside><div></div><input id=info-toggle type=checkbox><label for=info-toggle><span class=info-text>How does this work?</span> <span class=info-close>  x  </span></label><article id=info-popup><header><h1>Technical Details</h1></header><p>The values shown in the list are URL, Total Weight, Content Ratio and are updated weekly.<p>Websites listed here are downloaded and analyzed with <link href=https://github.com/macbre/phantomas>Phantomas. The total weight is counted and then the size of actual content is measured and shown as a ratio.<p>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.<p><strong>Disclaimer:</strong> Currently, inline scripts and styles are measured as content due to technical limitations of Phantomas. This will hopefully be fixed soon.</article></aside><ol><li style=--size:0;--ratio:100%><div class=entry><span class=url> <a href=/lil-gay>lil.gay</a> </span><span class=size>0kb</span><span class=ratio>100%</span><span class=open-page> <a href=https://lil.gay/ rel=noopener target=_blank> <img alt="open lil.gay in a new tab or window" src=/export.png> </a> </span></div> <div class="entry-size-bar highlighted"></div> <div class="entry-ratio-bar yellow red"></div><li style=--size:1;--ratio:100%><div class=entry><span class=url> <a href=/lo-hn>lo.hn</a> </span><span class=size>1kb</span><span class=ratio>100%</span><span class=open-page> <a href=https://lo.hn/ rel=noopener target=_blank> <img alt="open lo.hn in a new tab or window" src=/export.png> </a> </span></div> <div class="entry-size-bar highlighted"></div> <div class="entry-ratio-bar yellow red"></div><li style=--size:1;--ratio:100%><div class=entry><span class=url> <a href=/t0-vc>t0.vc</a> </span><span class=size>1kb</span><span class=ratio>100%</span><span class=open-page> <a href=https://t0.vc/ rel=noopener target=_blank> <img alt="open t0.vc in a new tab or window" src=/export.png> </a> </span></div> <div class="entry-size-bar highlighted"></div> <div class="entry-ratio-bar yellow red"></div><li style=--size:1;--ratio:100%><div class=entry><span class=url> <a href=/sona-hay>սոնա.հայ</a> </span><span class=size>1kb</span><span class=ratio>100%</span><span class=open-page> <a href=https://սոնա.հայ/ rel=noopener target=_blank> <img alt="open սոնա.հայ in a new tab or window" src=/export.png> </a> </span></div> <div class="entry-size-bar highlighted"></div> <div class="entry-ratio-bar yellow red"></div><li style=--size:1;--ratio:100%><div class