고객 지원 문의

이메일로 답장드리며, 보통 이틀 안에 회신합니다.

Google reCAPTCHA가 이 제출을 악용 여부에 대해 확인하며, 이 과정에서 데이터가 Google로 전송됩니다. 스크립트는 이 양식을 열 때만 불러옵니다.

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
보이지 않는 카운터2169 B323 B323 B
신규 · 모던38449 B561 B643 B
디지털10504 B563 B746 B
미래풍 · 정적10504 B580 B705 B
그림 띠10523 B596 B872 B
그래프 포함10551 B604 B666 B
아주 작은 카운터10358 B606 B740 B
레트로10530 B615 B731 B
움직임 · 쌓이기10610 B664 B768 B
통계 패널 (벡터)10567 B673 B715 B
순간과 기록 (벡터)16516 B693 B1 858 B
미래풍34500 B696 B1 082 B
뜻밖의 모습10566 B720 B918 B
움직임 · 무게감10667 B736 B901 B
손글씨와 스케치 (벡터)6721 B759 B826 B
호텔과 휴가20724 B767 B971 B
미래풍 · 동적10681 B773 B864 B
잡지와 블로그20720 B775 B848 B
학교10739 B784 B906 B
인터넷10646 B786 B844 B
음악10691 B788 B964 B
의류와 스타일20703 B790 B896 B
스포츠와 운동10658 B793 B934 B
명절과 계절10710 B809 B948 B
너드 문화10666 B815 B908 B
출신지와 리듬 (벡터)14544 B818 B2 070 B
음식과 음료20691 B821 B968 B
10754 B829 B1 036 B
기독교 도안10644 B837 B948 B
우주10750 B857 B991 B
동물10751 B858 B1 062 B
소인과 봉인 (벡터)4773 B912 B913 B
빛나는 숫자 (벡터)4857 B1 191 B1 194 B
작은 크기2953 B1 547 B1 547 B
숫자 띠100401 B1 952 B2 851 B
구성 비율32 462 B2 557 B2 693 B
국기 카운터 (벡터)202 463 B2 880 B3 204 B
세계 지도211 972 B4 085 B114 kB
국기 카운터94 216 B5 429 B7 150 B
통계 패널8580 B6 985 B17 kB
추세 그래프 포함51 721 B7 220 B7 747 B
사계절과 세트 (벡터)4850 B8 445 B8 451 B

The outliers

The heaviest design is 세계 지도 (#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