my application (ASP.NET MVC) shows a page which loads data constantly, at certain intervals.
The jQuery script calls a controller and this one renders a different pa
You can check if DOM is leaking with Drip tool (article) As a temporary workaround may be you should completely reload the whole page periodically.