Audience remark that optimizing queries and eager-loading can remove the need for caching and avoid premature optimization. Speaker agrees generally but shows that in the talk's example only ~3ms of ~497ms is in ActiveRecord; the dominant cost is view rendering, so fragment caching is the bigger lever. In Phoenix the balance typically reverses.