JavaScript
Bundle size
The JavaScript a browser must download, parse and execute before the page is interactive.
Why interviewers ask about it
Usually the largest front-end performance lever, dominating almost any micro-optimisation. Code splitting and lazy loading are the tools.
Related terms
This term is part of the free Python Full-Stack interview preparation module - browse the full glossary for every definition.