DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
Why should bundle analysis (measurement) generally precede a decision to split out a specific component?
A
Measurement is unnecessary — always split everything possible
B
To confirm the component is actually large enough that splitting produces a meaningful reduction, rather than adding complexity for a component that was never contributing much bundle weight in the first place
C
Bundle analysis is only relevant for backend code
D
Measurement should only happen after splitting, never before
Check Answer