Hacker News new | ask | show | jobs
by maverwa 491 days ago
~10kb of that are for the client side search library ("lunr") and 50.7kb for that searchs index. So around 2/3 of the whole first load size are "just" for the local search feature. The remaining 30kb split up in ~7kb of additional javascript, 16kb of stylesheets, and 7kb of html (content, markup, inline styles & scripts).

I am surprised by the amount of CSS, 109kb uncompressed but minified is a lot of styles for a rather simple design, but I guess its the "just-the-docs" standard and thus somewhat verbose by being generic.