mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 13:49:04 +02:00
135 lines
No EOL
42 KiB
HTML
135 lines
No EOL
42 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;
|
||
}
|
||
|
||
@media (prefers-color-scheme: dark) {
|
||
body { background: #222; color: white; }
|
||
#info-popup { background: #000; border-color: #444; }
|
||
}</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:78;--ratio:6%><div class=entry><span class=url> <a href=/mikegerwitz-com>mikegerwitz.com</a> </span><span class=size>78kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://mikegerwitz.com/ rel=noopener target=_blank> <img alt="open mikegerwitz.com 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:79;--ratio:2%><div class=entry><span class=url> <a href=/boehs-org>boehs.org</a> </span><span class=size>79kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://boehs.org/ rel=noopener target=_blank> <img alt="open boehs.org 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:81;--ratio:3%><div class=entry><span class=url> <a href=/salixos-org>salixos.org</a> </span><span class=size>81kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://salixos.org/ rel=noopener target=_blank> <img alt="open salixos.org 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:81;--ratio:8%><div class=entry><span class=url> <a href=/sourcehut-org>sourcehut.org</a> </span><span class=size>81kb</span><span class=ratio>8%</span><span class=open-page> <a href=https://sourcehut.org/ rel=noopener target=_blank> <img alt="open sourcehut.org 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:84;--ratio:17%><div class=entry><span class=url> <a href=/www-speedshop-co>www.speedshop.co</a> </span><span class=size>84kb</span><span class=ratio>17%</span><span class=open-page> <a href=https://www.speedshop.co/ rel=noopener target=_blank> <img alt="open www.speedshop.co 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:84;--ratio:26%><div class=entry><span class=url> <a href=/gennext-net-au>gennext.net.au</a> </span><span class=size>84kb</span><span class=ratio>26%</span><span class=open-page> <a href=https://gennext.net.au/ rel=noopener target=_blank> <img alt="open gennext.net.au 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:85;--ratio:10%><div class=entry><span class=url> <a href=/notes-eatonphil-com>notes.eatonphil.com</a> </span><span class=size>85kb</span><span class=ratio>10%</span><span class=open-page> <a href=https://notes.eatonphil.com/ rel=noopener target=_blank> <img alt="open notes.eatonphil.com 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:87;--ratio:23%><div class=entry><span class=url> <a href=/freesolitaire-win>freesolitaire.win</a> </span><span class=size>87kb</span><span class=ratio>23%</span><span class=open-page> <a href=https://freesolitaire.win/ rel=noopener target=_blank> <img alt="open freesolitaire.win 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:89;--ratio:11%><div class=entry><span class=url> <a href=/www-bryanbraun-com>www.bryanbraun.com</a> </span><span class=size>89kb</span><span class=ratio>11%</span><span class=open-page> <a href=https://www.bryanbraun.com/ rel=noopener target=_blank> <img alt="open www.bryanbraun.com 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:92;--ratio:2%><div class=entry><span class=url> <a href=/felt-dev>felt.dev</a> </span><span class=size>92kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://felt.dev/ rel=noopener target=_blank> <img alt="open felt.dev 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:93;--ratio:3%><div class=entry><span class=url> <a href=/www-verybad-link>www.verybad.link</a> </span><span class=size>93kb</span><span class=ratio>3%</span><span class=open-page> <a href=http://www.verybad.link/ rel=noopener target=_blank> <img alt="open www.verybad.link 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:94;--ratio:4%><div class=entry><span class=url> <a href=/shazow-net>shazow.net</a> </span><span class=size>94kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://shazow.net/ rel=noopener target=_blank> <img alt="open shazow.net 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:94;--ratio:8%><div class=entry><span class=url> <a href=/rya-nc>rya.nc</a> </span><span class=size>94kb</span><span class=ratio>8%</span><span class=open-page> <a href=https://rya.nc/ rel=noopener target=_blank> <img alt="open rya.nc 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:94;--ratio:4%><div class=entry><span class=url> <a href=/volleyball-baustetten-de>volleyball-baustetten.de</a> </span><span class=size>94kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://volleyball-baustetten.de/ rel=noopener target=_blank> <img alt="open volleyball-baustetten.de 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:96;--ratio:6%><div class=entry><span class=url> <a href=/www-powerpointkaraoke-com>www.powerpointkaraoke.com</a> </span><span class=size>96kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://www.powerpointkaraoke.com/ rel=noopener target=_blank> <img alt="open www.powerpointkaraoke.com 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:96;--ratio:8%><div class=entry><span class=url> <a href=/alexanderobenauer-com>alexanderobenauer.com</a> </span><span class=size>96kb</span><span class=ratio>8%</span><span class=open-page> <a href=https://alexanderobenauer.com rel=noopener target=_blank> <img alt="open alexanderobenauer.com 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:97;--ratio:3%><div class=entry><span class=url> <a href=/sparkbox-github-io-bouncy-ball>sparkbox.github.io/bouncy-ball</a> </span><span class=size>97kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://sparkbox.github.io/bouncy-ball/ rel=noopener target=_blank> <img alt="open sparkbox.github.io/bouncy-ball 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:98;--ratio:6%><div class=entry><span class=url> <a href=/utsuho-rocks>utsuho.rocks</a> </span><span class=size>98kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://utsuho.rocks/ rel=noopener target=_blank> <img alt="open utsuho.rocks 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:98;--ratio:72%><div class=entry><span class=url> <a href=/dpldocs-info-this-week-in-d-blog-html>dpldocs.info/this-week-in-d/Blog.html</a> </span><span class=size>98kb</span><span class=ratio>72%</span><span class=open-page> <a href=http://dpldocs.info/this-week-in-d/Blog.html rel=noopener target=_blank> <img alt="open dpldocs.info/this-week-in-d/Blog.html 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:103;--ratio:3%><div class=entry><span class=url> <a href=/ihaque-org>ihaque.org</a> </span><span class=size>103kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://ihaque.org/ rel=noopener target=_blank> <img alt="open ihaque.org 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:105;--ratio:4%><div class=entry><span class=url> <a href=/webperf-xyz>webperf.xyz</a> </span><span class=size>105kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://webperf.xyz rel=noopener target=_blank> <img alt="open webperf.xyz 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:105;--ratio:100%><div class=entry><span class=url> <a href=/www-danielwasserlaufquicklinks-com>www.danielwasserlaufquicklinks.com</a> </span><span class=size>105kb</span><span class=ratio>100%</span><span class=open-page> <a href=http://www.danielwasserlaufquicklinks.com/ rel=noopener target=_blank> <img alt="open www.danielwasserlaufquicklinks.com 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:106;--ratio:2%><div class=entry><span class=url> <a href=/quitsocialmedia-club>quitsocialmedia.club</a> </span><span class=size>106kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://quitsocialmedia.club/ rel=noopener target=_blank> <img alt="open quitsocialmedia.club 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:107;--ratio:3%><div class=entry><span class=url> <a href=/dyremyhr-no>dyremyhr.no</a> </span><span class=size>107kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://dyremyhr.no/ rel=noopener target=_blank> <img alt="open dyremyhr.no 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:107;--ratio:7%><div class=entry><span class=url> <a href=/allien-work>allien.work</a> </span><span class=size>107kb</span><span class=ratio>7%</span><span class=open-page> <a href=https://allien.work/ rel=noopener target=_blank> <img alt="open allien.work 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:109;--ratio:2%><div class=entry><span class=url> <a href=/fmarier-org>fmarier.org</a> </span><span class=size>109kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://fmarier.org/ rel=noopener target=_blank> <img alt="open fmarier.org 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:109;--ratio:4%><div class=entry><span class=url> <a href=/monokai-nl>monokai.nl</a> </span><span class=size>109kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://monokai.nl rel=noopener target=_blank> <img alt="open monokai.nl 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:109;--ratio:3%><div class=entry><span class=url> <a href=/www-tarsnap-com>www.tarsnap.com</a> </span><span class=size>109kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://www.tarsnap.com/ rel=noopener target=_blank> <img alt="open www.tarsnap.com 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:111;--ratio:3%><div class=entry><span class=url> <a href=/www-oskarlindgren-se>www.oskarlindgren.se</a> </span><span class=size>111kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://www.oskarlindgren.se/ rel=noopener target=_blank> <img alt="open www.oskarlindgren.se 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:113;--ratio:20%><div class=entry><span class=url> <a href=/www-slowernews-com>www.slowernews.com</a> </span><span class=size>113kb</span><span class=ratio>20%</span><span class=open-page> <a href=https://www.slowernews.com/ rel=noopener target=_blank> <img alt="open www.slowernews.com 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:115;--ratio:3%><div class=entry><span class=url> <a href=/swl-am>swl.am</a> </span><span class=size>115kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://swl.am/ rel=noopener target=_blank> <img alt="open swl.am 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:116;--ratio:4%><div class=entry><span class=url> <a href=/suckless-org>suckless.org</a> </span><span class=size>116kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://suckless.org/ rel=noopener target=_blank> <img alt="open suckless.org 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:116;--ratio:24%><div class=entry><span class=url> <a href=/www-zinzy-website>www.zinzy.website</a> </span><span class=size>116kb</span><span class=ratio>24%</span><span class=open-page> <a href=https://www.zinzy.website/ rel=noopener target=_blank> <img alt="open www.zinzy.website 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:119;--ratio:5%><div class=entry><span class=url> <a href=/pr0-uk>pr0.uk</a> </span><span class=size>119kb</span><span class=ratio>5%</span><span class=open-page> <a href=https://pr0.uk/ rel=noopener target=_blank> <img alt="open pr0.uk 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:119;--ratio:11%><div class=entry><span class=url> <a href=/editions-du-26-octobre-com>editions-du-26-octobre.com</a> </span><span class=size>119kb</span><span class=ratio>11%</span><span class=open-page> <a href=https://editions-du-26-octobre.com/ rel=noopener target=_blank> <img alt="open editions-du-26-octobre.com 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:120;--ratio:2%><div class=entry><span class=url> <a href=/www-borfigat-org>www.borfigat.org</a> </span><span class=size>120kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://www.borfigat.org/ rel=noopener target=_blank> <img alt="open www.borfigat.org 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:120;--ratio:2%><div class=entry><span class=url> <a href=/ut99-weba-ru>ut99.weba.ru</a> </span><span class=size>120kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://ut99.weba.ru/ rel=noopener target=_blank> <img alt="open ut99.weba.ru 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:120;--ratio:72%><div class=entry><span class=url> <a href=/porkbrain-com>porkbrain.com</a> </span><span class=size>120kb</span><span class=ratio>72%</span><span class=open-page> <a href=https://porkbrain.com rel=noopener target=_blank> <img alt="open porkbrain.com 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:122;--ratio:1%><div class=entry><span class=url> <a href=/iain-in>iain.in</a> </span><span class=size>122kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://iain.in/ rel=noopener target=_blank> <img alt="open iain.in 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:123;--ratio:3%><div class=entry><span class=url> <a href=/getindiekit-com>getindiekit.com</a> </span><span class=size>123kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://getindiekit.com/ rel=noopener target=_blank> <img alt="open getindiekit.com 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:127;--ratio:23%><div class=entry><span class=url> <a href=/s1-flatpackapps-com-app-php-appid-22>s1.flatpackapps.com/app.php?appId=22</a> </span><span class=size>127kb</span><span class=ratio>23%</span><span class=open-page> <a href="https://s1.flatpackapps.com/app.php?appId=22" rel=noopener target=_blank> <img alt="open s1.flatpackapps.com/app.php?appId=22 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:130;--ratio:2%><div class=entry><span class=url> <a href=/playerone-kevincox-ca>playerone.kevincox.ca</a> </span><span class=size>130kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://playerone.kevincox.ca rel=noopener target=_blank> <img alt="open playerone.kevincox.ca 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:136;--ratio:3%><div class=entry><span class=url> <a href=/wilde-it-co-uk>wilde-it.co.uk</a> </span><span class=size>136kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://wilde-it.co.uk/ rel=noopener target=_blank> <img alt="open wilde-it.co.uk 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:136;--ratio:5%><div class=entry><span class=url> <a href=/codelayer-de>codelayer.de</a> </span><span class=size>136kb</span><span class=ratio>5%</span><span class=open-page> <a href=https://codelayer.de rel=noopener target=_blank> <img alt="open codelayer.de 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:136;--ratio:3%><div class=entry><span class=url> <a href=/danielsada-tech>danielsada.tech</a> </span><span class=size>136kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://danielsada.tech/ rel=noopener target=_blank> <img alt="open danielsada.tech 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:139;--ratio:1%><div class=entry><span class=url> <a href=/www-tuhs-org>www.tuhs.org</a> </span><span class=size>139kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://www.tuhs.org/ rel=noopener target=_blank> <img alt="open www.tuhs.org 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:142;--ratio:4%><div class=entry><span class=url> <a href=/ache-one>ache.one</a> </span><span class=size>142kb</span><span class=ratio>4%</span><span class=open-page> <a href=https://ache.one/ rel=noopener target=_blank> <img alt="open ache.one 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:144;--ratio:2%><div class=entry><span class=url> <a href=/frontaid-io>frontaid.io</a> </span><span class=size>144kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://frontaid.io rel=noopener target=_blank> <img alt="open frontaid.io 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:144;--ratio:1%><div class=entry><span class=url> <a href=/my-flow-com>my-flow.com</a> </span><span class=size>144kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://my-flow.com/ rel=noopener target=_blank> <img alt="open my-flow.com 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:145;--ratio:1%><div class=entry><span class=url> <a href=/benovermyer-com>benovermyer.com</a> </span><span class=size>145kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://benovermyer.com/ rel=noopener target=_blank> <img alt="open benovermyer.com 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:147;--ratio:5%><div class=entry><span class=url> <a href=/bduck-xyz>bduck.xyz</a> </span><span class=size>147kb</span><span class=ratio>5%</span><span class=open-page> <a href=https://bduck.xyz/ rel=noopener target=_blank> <img alt="open bduck.xyz 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:148;--ratio:5%><div class=entry><span class=url> <a href=/uberspace-de>uberspace.de</a> </span><span class=size>148kb</span><span class=ratio>5%</span><span class=open-page> <a href=https://uberspace.de/ rel=noopener target=_blank> <img alt="open uberspace.de 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:149;--ratio:2%><div class=entry><span class=url> <a href=/codingbobby-xyz>codingbobby.xyz</a> </span><span class=size>149kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://codingbobby.xyz/ rel=noopener target=_blank> <img alt="open codingbobby.xyz 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:151;--ratio:1%><div class=entry><span class=url> <a href=/sparkbox-github-io-logo-experiments>sparkbox.github.io/logo-experiments</a> </span><span class=size>151kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://sparkbox.github.io/logo-experiments/ rel=noopener target=_blank> <img alt="open sparkbox.github.io/logo-experiments 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:152;--ratio:19%><div class=entry><span class=url> <a href=/zakr-es-blog>zakr.es/blog</a> </span><span class=size>152kb</span><span class=ratio>19%</span><span class=open-page> <a href=https://zakr.es/blog/ rel=noopener target=_blank> <img alt="open zakr.es/blog 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:152;--ratio:1%><div class=entry><span class=url> <a href=/nicetranslator-com>nicetranslator.com</a> </span><span class=size>152kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://nicetranslator.com/ rel=noopener target=_blank> <img alt="open nicetranslator.com 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:153;--ratio:6%><div class=entry><span class=url> <a href=/quinncasey-com>quinncasey.com</a> </span><span class=size>153kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://quinncasey.com/ rel=noopener target=_blank> <img alt="open quinncasey.com 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:153;--ratio:2%><div class=entry><span class=url> <a href=/blog-circuitsofimagination-com>blog.circuitsofimagination.com</a> </span><span class=size>153kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://blog.circuitsofimagination.com/ rel=noopener target=_blank> <img alt="open blog.circuitsofimagination.com 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:154;--ratio:3%><div class=entry><span class=url> <a href=/xubuntu-org>xubuntu.org</a> </span><span class=size>154kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://xubuntu.org/ rel=noopener target=_blank> <img alt="open xubuntu.org 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:154;--ratio:3%><div class=entry><span class=url> <a href=/bnolet-me>bnolet.me</a> </span><span class=size>154kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://bnolet.me rel=noopener target=_blank> <img alt="open bnolet.me 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:154;--ratio:3%><div class=entry><span class=url> <a href=/koehr-tech>koehr.tech</a> </span><span class=size>154kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://koehr.tech rel=noopener target=_blank> <img alt="open koehr.tech 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:155;--ratio:2%><div class=entry><span class=url> <a href=/www-openbsd-org>www.openbsd.org</a> </span><span class=size>155kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://www.openbsd.org/ rel=noopener target=_blank> <img alt="open www.openbsd.org 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:157;--ratio:6%><div class=entry><span class=url> <a href=/jeffhuang-com>jeffhuang.com</a> </span><span class=size>157kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://jeffhuang.com/ rel=noopener target=_blank> <img alt="open jeffhuang.com 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:158;--ratio:6%><div class=entry><span class=url> <a href=/xiu-io>xiu.io</a> </span><span class=size>158kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://xiu.io/ rel=noopener target=_blank> <img alt="open xiu.io 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:161;--ratio:3%><div class=entry><span class=url> <a href=/matthall-codes>matthall.codes</a> </span><span class=size>161kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://matthall.codes/ rel=noopener target=_blank> <img alt="open matthall.codes 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:162;--ratio:6%><div class=entry><span class=url> <a href=/www-bryanbraun-com-anchorjs>www.bryanbraun.com/anchorjs</a> </span><span class=size>162kb</span><span class=ratio>6%</span><span class=open-page> <a href=https://www.bryanbraun.com/anchorjs/ rel=noopener target=_blank> <img alt="open www.bryanbraun.com/anchorjs 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:163;--ratio:5%><div class=entry><span class=url> <a href=/kevq-uk>kevq.uk</a> </span><span class=size>163kb</span><span class=ratio>5%</span><span class=open-page> <a href=https://kevq.uk/ rel=noopener target=_blank> <img alt="open kevq.uk 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:164;--ratio:1%><div class=entry><span class=url> <a href=/ut2-weba-ru>ut2.weba.ru</a> </span><span class=size>164kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://ut2.weba.ru/ rel=noopener target=_blank> <img alt="open ut2.weba.ru 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:181;--ratio:1%><div class=entry><span class=url> <a href=/emersion-fr>emersion.fr</a> </span><span class=size>181kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://emersion.fr/ rel=noopener target=_blank> <img alt="open emersion.fr 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:184;--ratio:2%><div class=entry><span class=url> <a href=/jvelo-at>jvelo.at</a> </span><span class=size>184kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://jvelo.at/ rel=noopener target=_blank> <img alt="open jvelo.at 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:189;--ratio:1%><div class=entry><span class=url> <a href=/ianmobbs-com>ianmobbs.com</a> </span><span class=size>189kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://ianmobbs.com rel=noopener target=_blank> <img alt="open ianmobbs.com 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:193;--ratio:1%><div class=entry><span class=url> <a href=/chrisportela-com>chrisportela.com</a> </span><span class=size>193kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://chrisportela.com rel=noopener target=_blank> <img alt="open chrisportela.com 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:193;--ratio:1%><div class=entry><span class=url> <a href=/pgjones-dev>pgjones.dev</a> </span><span class=size>193kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://pgjones.dev rel=noopener target=_blank> <img alt="open pgjones.dev 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:197;--ratio:61%><div class=entry><span class=url> <a href=/www-bryanbraun-com-after-dark-css>www.bryanbraun.com/after-dark-css</a> </span><span class=size>197kb</span><span class=ratio>61%</span><span class=open-page> <a href=https://www.bryanbraun.com/after-dark-css/ rel=noopener target=_blank> <img alt="open www.bryanbraun.com/after-dark-css 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:204;--ratio:2%><div class=entry><span class=url> <a href=/www-migadu-com>www.migadu.com</a> </span><span class=size>204kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://www.migadu.com/ rel=noopener target=_blank> <img alt="open www.migadu.com 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:212;--ratio:1%><div class=entry><span class=url> <a href=/jmtd-net>jmtd.net</a> </span><span class=size>212kb</span><span class=ratio>1%</span><span class=open-page> <a href=https://jmtd.net/ rel=noopener target=_blank> <img alt="open jmtd.net 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:222;--ratio:2%><div class=entry><span class=url> <a href=/cronokirby-com>cronokirby.com</a> </span><span class=size>222kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://cronokirby.com rel=noopener target=_blank> <img alt="open cronokirby.com 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:222;--ratio:3%><div class=entry><span class=url> <a href=/wondroushealing-com>wondroushealing.com</a> </span><span class=size>222kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://wondroushealing.com rel=noopener target=_blank> <img alt="open wondroushealing.com 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:223;--ratio:14%><div class=entry><span class=url> <a href=/slackjeff-com-br>slackjeff.com.br</a> </span><span class=size>223kb</span><span class=ratio>14%</span><span class=open-page> <a href=https://slackjeff.com.br/ rel=noopener target=_blank> <img alt="open slackjeff.com.br 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:237;--ratio:2%><div class=entry><span class=url> <a href=/customformats-com>customformats.com</a> </span><span class=size>237kb</span><span class=ratio>2%</span><span class=open-page> <a href=https://customformats.com/ rel=noopener target=_blank> <img alt="open customformats.com 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:252;--ratio:3%><div class=entry><span class=url> <a href=/ultimateelectronicsbook-com>ultimateelectronicsbook.com</a> </span><span class=size>252kb</span><span class=ratio>3%</span><span class=open-page> <a href=https://ultimateelectronicsbook.com/ rel=noopener target=_blank> <img alt="open ultimateelectronicsbook.com 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></ol><nav id=pager itemscope itemtype=http://schema.org/SiteNavigationElement><span> <a title="previous page" href=https://250kb.club/page/2/>🠔 prev</a> </span><span> — 3 / 3 — </span><span> </span></nav></main><footer id=main-footer><p>Made with ♥ for a performant web by <a rel="noopener nofollow" href=https://koehr.in target=_blank>Norman Köhring</a>. Inspired by <a rel="noopener nofollow" href=https://uglyduck.ca target=_blank>Bradley Taunt</a>'s <a rel="noopener nofollow" href=https://1MB.club target=_blank>1MB.club</a> <br> The code of this page is open source. You can find it on <a rel="noopener nofollow" href=https://github.com/nkoehring/250kb-club target=_blank>Github</a> and <a rel="noopener nofollow" href=https://sr.ht/~koehr/the-250kb-club/ target=_blank>Sourcehut</a>.</footer></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script> |