Contact met ondersteuning

Wij antwoorden per e-mail, meestal binnen twee dagen.

Google reCAPTCHA controleert deze inzending op misbruik; daarbij worden gegevens naar Google gestuurd. Het script laadt pas wanneer dit formulier wordt geopend.

What the counter weighs

Every provider calls itself lightweight; hardly any names a number. Here are the numbers, and below them the command that reproduces them.

Measured on 2026-09-06: 580 designs, each fetched once over HTTPS, with gzip, the way a browser does it.

Two ways, two weights

As HTML the creator emits a script; the Markdown and BBCode versions emit an image. The script can refresh the counter by itself, the image cannot – in exchange it is a single request.

Image (Markdown, BBCode, HTML)1 request797 B
Script (HTML) - first visit3 requests9 598 B
Script (HTML) - every later one2 requests810 B

s4u.js stays in the browser cache for a week, so it drops out on the second visit. The counter image itself is never cached – it is supposed to count.

16 designs can carry both versions in one image: the fifteen with a genuine dark twin, and the configurable counter. For those it is 751 B instead of 578 B, and the visitor's browser picks.

What the individual designs weigh

Over the wire, with gzip. Where every byte counts, the light families hold designs under half a kilobyte.

FamilyDesignslightestmiddleheaviest
Geen zichtbare teller2169 B323 B323 B
Nieuw · Modern38449 B561 B643 B
Digitaal10504 B563 B746 B
Futuristisch · rustig10504 B580 B705 B
Beeldstroken10523 B596 B872 B
Met grafiek10551 B604 B666 B
Piepkleine tellers10358 B606 B740 B
Retro10530 B615 B731 B
Geanimeerd · opbouwend10610 B664 B768 B
Statistiekpanelen (vector)10567 B673 B715 B
Momenten en records (vector)16516 B693 B1 858 B
Futuristisch34500 B696 B1 082 B
Onverwacht10566 B720 B918 B
Geanimeerd · met gewicht10667 B736 B901 B
Handschrift en schets (vector)6721 B759 B826 B
Hotel en vakantie20724 B767 B971 B
Futuristisch · in beweging10681 B773 B864 B
Tijdschriften en blogs20720 B775 B848 B
School10739 B784 B906 B
Internet10646 B786 B844 B
Muziek10691 B788 B964 B
Kleding en stijl20703 B790 B896 B
Sport en fitness10658 B793 B934 B
Feestdagen en seizoenen10710 B809 B948 B
Nerdcultuur10666 B815 B908 B
Herkomst en ritme (vector)14544 B818 B2 070 B
Eten en drinken20691 B821 B968 B
Bloemen10754 B829 B1 036 B
Christelijke motieven10644 B837 B948 B
Ruimte10750 B857 B991 B
Dieren10751 B858 B1 062 B
Stempel en zegel (vector)4773 B912 B913 B
Gloeiende cijfers (vector)4857 B1 191 B1 194 B
Compact2953 B1 547 B1 547 B
Tellerstroken100401 B1 952 B2 851 B
Verdelingen32 462 B2 557 B2 693 B
Vlaggentellers (vector)202 463 B2 880 B3 204 B
Wereldkaart211 972 B4 085 B114 kB
Vlaggentellers94 216 B5 429 B7 150 B
Statistiekpanelen8580 B6 985 B17 kB
Met trendgrafiek51 721 B7 220 B7 747 B
Jaarcyclus en set (vector)4850 B8 445 B8 451 B

The outliers

The heaviest design is Wereldkaart (#31) at 114 kB – a world map as a bitmap from 2006. The newer maps come to a tenth of that. A map from the "maps" row with a small number is the light choice.

If stats4u.net is slow or down

Then one image is missing from the embedding page, and nothing else. Neither the image nor the script blocks rendering: the script carries async, the image is an image. An analytics script that halts page construction can drag the embedding site into its own outage – this one cannot.

What does not have to be counted

No cookie – measured, no Set-Cookie header in any of the three replies. No web font, no stylesheet, no further provider. Server time for one counter image is 208 ms on average, and under 614 ms in nine cases out of ten.

Measuring it again

Here 1 stands for the counter number and 950 for the design. The figure after "size_download" is what goes over the wire.

curl -s -o /dev/null -H 'Accept-Encoding: gzip' \
     -w '%{size_download} Bytes\n' \
     https://www.stats4u.net/c/1-950.png