Introduction
--------------------------------------------------------------------------------
In this article, we will walk you through how to detect memory leaks in your web
application and how to investigate the reasons behind those memory leaks and
solve them using a real-world example. We will have a journey together to get
from snapshot 1 to snapshot 2.