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...
GraphQL Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
GraphQL
What's a practical performance benefit normalization provides, beyond just avoiding duplicate storage?
A
It makes the GraphQL server respond faster
B
It avoids redundant network requests — a query referencing an already-cached entity can be satisfied from the cache instantly, no request needed
C
It reduces the size of GraphQL queries sent over the network
D
It has no performance benefit, purely an organizational one
Check Answer