Relative Content

Tag Archive for .netasp.net-mvcperformanceasp.net-core

.NET 8 >4s delay between OnActionExecuted and View beginning to render

I know there are a lot of moving parts to consider here but I thought I’d post and see if anyone had any thoughts. I am running into an issue with the load time of my View being slow. I added logging at various points within the controller and the controller code executes in around 12ms. So I added logging at the top of my View. There is consistently a 4-6 second delay from the time my controller code completes to the time the view begins to load: