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
Confirmed by running this app's own production build, what splitting happens automatically with zero manual dynamic() calls?
A
No splitting happens without manual intervention
B
Route-based splitting (plus framework/vendor separation) — the build produced over a dozen distinct chunk files without a single manual dynamic() import in the codebase
C
Only image files get split, never JavaScript
D
Splitting only happens if explicitly configured in next.config
Check Answer