I just signed up for a paid account after using a trial account for 4 days. During the trial period the site ( www.rhmware.com ) was extremely fast and responsive but after the uograde to paid the site is very slow especially at the initial load.
I don’t want to instigate anything. I am just wondering what’s going on.
You are on the server servers, nothing changes when you change trial to paid.
The load time is easy to explain, you are using aspx, when someone is visiting the site a lot, it will load almost instant(like the pages are taking litterally less thana second at the moment), but if it sits idle from 20 minutes, it has to be recompiled. In other words, it is only slower because no one had visited recently, and the asp.net had to be compiled.
This morning was definitely the slowest I have ever seen on Jodohost. According to Whois Lookup Captcha my server hosts 330 web sites. Last week it was around 160 or so. Don’t know how reliable these numbers are though.
Your application is unloaded from the memory if it goes idle for a specified time. This is done at all shared hosts. To reload, it takes marginally longer. Not really noticable though.
[QUOTE=Yash]
This is done at all shared hosts. To reload, it takes marginally longer. Not really noticable though.
[/QUOTE]
It’s really noticable on my latest site for some reason… ~3 seconds (after 20 minutes idle) vs almost instantaneous.
It is quite noticeable actually. Jodohost is doing much better than webhostlife where I was before.
[QUOTE=Yash]
Your application is unloaded from the memory if it goes idle for a specified time. This is done at all shared hosts. To reload, it takes marginally longer. Not really noticable though.
[/QUOTE]