We have an ASP.Net MVC 4 site running on IIS 8.5
We are noticing some very long running worker processes when trying to look at high CPU usage. A lot of them seem to relate to the Knockout javascript library which is included using MVC bundling e.g. showing as
/bundles/knockout?v=XXXXXXXXXXXXXXXXXXXXXXXX
This has long TimeElapsed value of 296,000+.
Is this related to just the request to include the Knockout in the pages, or the subsequent requests made through the Knockout which I could see would keep making subsequent requests I guess?
Could do with some advice regarding if this is normal, and if not how to troubleshoot and solve.
Many Thanks