Reputation: 493
We have an asp.net MVC application and facing an issue for a specific web page that fails to load initially for few times but loads subsequently.
I tried looking in the network tab for network activity and identified that whenever there is an issue on the loading page, there is one bundle request for LESS from the server which is followed by bundle response for JS files. After these responses, there is no further requests to load HTML files which are needed to render the web page.
Please give inputs on this.
Upvotes: 0
Views: 163