Understanding Full Page Cache

Full page caching stores a previously generated HTML representation so eligible anonymous requests can be served without repeating the complete application execution path.

Why the execution path matters

A cache HIT is most useful when it can avoid unnecessary application bootstrap work while preserving safe HTTP behaviour.