ASP.NET sites loading time

Hi

For the past 7-10 days, we are getting complaints from various clients that SItes loading time is too slow.

This is really affecting the sites that use ASP.NET platform.

Can someone look into this

Rgds

Indian

I request to you please open a support ticket with mention domain name, so that we can check it.

I’ve noticed this sometimes too, whether it’s a site or just a small asp.net utility.

The first time it is run, it starts up reeeeallly slow; takes a few seconds to come up. After that it’s fine if I’m accessing it continuously. But coming back to it even after only half an hour, it again takes a few seconds to start up. I assume something is constantly resetting the app pool and the code has to compile again on first access.

It’s a pain, but I would suggest setting up a cron job to simply hit a page of the site, say every 10 minutes, to keep it alive. Unless, of course, the app pools are set to recycle no matter what. I’d love to know the answer to that one.. :slight_smile: