Hi, im running IIS7 on a P4. The website and application are loading very slowly. I have given the process i think it was INETPUB.exe realtime priority. The website loads slow, but im also running websitepanel and it takes about 1 minute to load the login page.
Once loaded it seems fine from there on. Are there any ways i can speed up the loading times of both website an applications? I know a P4 isnt good for hosting and am upgrading soon. Also, any ideas how many sites a P4 could hold before being "over loaded"?
Thanks guys Full specs: AMD sempron processor 2600+ @ 1.75GHz, 768MB RAM, 32bit server 2008 Domain: megahosting.co.nz
The IIS application pool is shut down after such time of inactivity. After that, when you make a request, IIS has to start the website up again, which leads to your issue. You can change application pool idle time-out from IIS Manager to avoid it.
Please mark the replies as answers if they help or unmark if not.
Feedback to us
I think its the scripting. How do i fix it if its JS. There is alot of JS on the page.
I have stopped the required ApplicationPools from sleeping but it still loads slow. It get to the end (progress bar) and right at the end it takes ages, which makes me think its JS and all the scripting?
The first access is probably slow because of compiling the code. Then the webserver responds faster because the code is already compiled. Test with a helloworld file and check the time-taken. Sorry, I know little about JS. You can refer to the following
article to speed up your site.
deanfourie
46 Posts
Websites loading SLOW?
Apr 16, 2012 01:39 AM|LINK
Dalong Zhang...
647 Posts
Microsoft
Re: Websites loading SLOW?
Apr 18, 2012 07:49 AM|LINK
Hi,
The IIS application pool is shut down after such time of inactivity. After that, when you make a request, IIS has to start the website up again, which leads to your issue. You can change application pool idle time-out from IIS Manager to avoid it.
Feedback to us
Develop and promote your apps in Windows Store
deanfourie
46 Posts
Re: Websites loading SLOW?
Apr 19, 2012 06:44 AM|LINK
Thank you for your reply. I will look into this now
Thanks!!
deanfourie
46 Posts
Re: Websites loading SLOW?
Apr 19, 2012 10:16 AM|LINK
I think its the scripting. How do i fix it if its JS. There is alot of JS on the page.
I have stopped the required ApplicationPools from sleeping but it still loads slow. It get to the end (progress bar) and right at the end it takes ages, which makes me think its JS and all the scripting?
Thanks for your help!
Dalong Zhang...
647 Posts
Microsoft
Re: Websites loading SLOW?
Apr 20, 2012 02:53 AM|LINK
Hi,
The first access is probably slow because of compiling the code. Then the webserver responds faster because the code is already compiled. Test with a helloworld file and check the time-taken. Sorry, I know little about JS. You can refer to the following article to speed up your site.
8 Reasons Your Website Is Slow
http://www.velvetblues.com/web-development-blog/8-reasons-your-website-is-slow/
Feedback to us
Develop and promote your apps in Windows Store