I have an ASP.NET Webforms master page which is taking 3.5 minutes to render, and I can't figure out why.
I added logging, and it goes through Load and PreRender super fast, but after that, takes 3.5 minutes to get to Unload.
The page being rendered is pretty small, about 80k, and the viewstate is about 10k (guessing).