Why the Tip Is Misleading
A slow page load may be caused by unoptimised front-end code — a surface problem. Or it may be caused by an N+1 query problem in an ORM layer that was never addressed, or a legacy caching architecture that cannot be updated without restructuring a significant portion of the backend. The surface symptom is the same. The cost of the underlying cause is orders of magnitude different. This is why the iceberg metaphor is accurate: the visible portion is always a small fraction of the actual mass.