I have a search page that search for deals online. There are various filter options and a result view pane where results are shown. I am using backbone.js . Any change in filters remove all the previous results and load new results, that is removing old views and adding new views. I have ensure that there is no memory leak still page is getting crashed. How can i debug it ?