hi
thanks for the reply.
But i have not started using the forum. I am just trying it.
To load the home page it is taking more time, that is my concern
thanks
The startup time you are seeing is the same delay as you would see when you open a program on your computer for the first time during a login session. That program takes a minute or more to load itself into memory before it can process your requests. YAF is a very powerful ASP.NET application that has the same needs. Before it can deliver you a single page, the application has to be started by IIS (the Microsoft Web Server software) and loaded. Then it can process your requests. Server configuration can affect YAF performance both in application startup as well as running. The particular delay you have always comes from an ASP.NET application loading into memory for the first time. IIS also shuts down applications that are idle (not doing anything) for a certain amount of time. Since IIS 'quits' the application automatically if you're not using it - the next time you try to load it, the application must again be re-loaded into memory.
High usage websites don't suffer from 'application shutdowns' because the site stays active. But shared hosting services are setup to get the most out of the hardware - so applications that are idle for as little as 5 minutes will be stopped, and your 'resource allowance' is also limited, which greatly slows down YAF startup time.
For YAF to be 'quick on the launch' the application pool and YAF application need to be launched, and IIS must be configured not to shutdown an idle application. This is not a setting available to users of shared hosting. You only get those options when you run a VPS or dedicated server of your own.
If you can't find it using the forum search, try my signature link -- searches this site using Google:
Google is my Friend