Problem with HTTP requests from /umbraco/RenderMvc
I have an issue with the performance of my Umbraco site. I've been using red gates performance tools to analyze the iis worker process.
It says there are HTTP requests from a client machine to that RenderMvc URL and they take up 92% of the cpu usage. The thing is, I'm not using any MVC for this project. I do use 3 razorscripts for building some menus.
I am using version 7.1.4. This is a large site with around 30,000 nodes.
If anyone notices this it really doesn't mean anything. It seems to be an important root call in Umbraco. Our issue stemmed from custom 301 redirect 404 handlers.
Problem with HTTP requests from /umbraco/RenderMvc
I have an issue with the performance of my Umbraco site. I've been using red gates performance tools to analyze the iis worker process.
It says there are HTTP requests from a client machine to that RenderMvc URL and they take up 92% of the cpu usage. The thing is, I'm not using any MVC for this project. I do use 3 razorscripts for building some menus.
I am using version 7.1.4. This is a large site with around 30,000 nodes.
The url call is http://website.com/umbraco/RenderMvc
Any ideas?
If anyone notices this it really doesn't mean anything. It seems to be an important root call in Umbraco. Our issue stemmed from custom 301 redirect 404 handlers.
is working on a reply...