I have a question which is probably impossible to pin-point the exact problem nevertheless there might be some interesting or useful comments posted.
I wrote a Calendar in ASP.NET which can be accessed by multiple people at the same time and so forth. It appears to be however the first time you access the web-page (thus landing page) it tends to have a extremely long loading time compared to if you reload the page or move around and then back to the landing page.
The landing page hasn't really much spooky function and pretty much all functions are loaded when form (/page) is posted back. As for the landing page it is a login screen with just the basics which you expect from a login page.
I wrote a Calendar in ASP.NET which can be accessed by multiple people at the same time and so forth. It appears to be however the first time you access the web-page (thus landing page) it tends to have a extremely long loading time compared to if you reload the page or move around and then back to the landing page.
The landing page hasn't really much spooky function and pretty much all functions are loaded when form (/page) is posted back. As for the landing page it is a login screen with just the basics which you expect from a login page.