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...
Next.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Next.js
What's a genuine performance advantage of Docker's standalone output over a naive, unpruned container image?
A
It runs Next.js faster at the code level
B
It contains only the required runtime files/dependencies, making it meaningfully faster to build, ship, and cold-start
C
It automatically enables "use cache"
D
It disables all logging
Check Answer