Skip to content
Muhammet Şafak
tr
All records

Research programme

Frontend performance

Shipped JS, first paint and interaction delay: how many kilobytes a convenience costs the visitor. Browser-support and API-stability analysis belongs here alongside the measurements.

How many kilobytes does a convenience cost the visitor?

Open

1 records

Frontend performance Measurement

How you import Chart.js decides how many kilobytes the visitor downloads

In a real production build, what is the difference between `chart.js/auto` and a selective `Chart.register()` — in kilobytes?

Finding

Selective registration saves 9.7 kB gzip over `chart.js/auto` (67.8 → 58.1 kB, 14.3%). The larger drop is not in the library core but in leaving unused controllers out: a page that registers only the bar chart falls to 46.0 kB — two thirds of auto.

High confidence

Search the site

Start typing to search posts, projects and pages.

Esc to close Powered by Pagefind