In /admin, if you have a document that has an array with many items in it (> 1000) then the page fails to load and the browser will prompt to say the page is unresponsive
I assume this is as a result of the browser trying to dunamically create all the div/li elements. A suggestion is to only display maybe 50 with a see more button to display the next 50 and so on