Hello,
currently I am working with VS 2012 on an MVC-project for a web application (running on an Azure website and using an Azure SQL DB). I started the project using templates provided by VS and imported Bootstrap and other third party components (like Kendo).
The loading of the login page (very simple page) of my deployed application is very slow (in average about 30 sec). Upon login the main page of the web application is loaded, which takes in average about 60 sec. When the pages are re-loaded the loading takes
only a few seconds (-> browser cache is working).
Now I have serval questions:
1) Can slow loading of my website be related to components in my VS project that are not really needed for the deployed application?
2) If yes, how can I find these components?
3) Are there any settings in the Azure environment (website and sql db) that I can change to speed up loading of my website?
4) What other means are there available to speed up loading of my website?
Thank you for your help and kind regards.
Manfred