2012-08-06, 10:09 PM
2012-08-06, 10:10 PM
it is loading fine for me
but sometimes it might be a problem with your hosting
your db respond time be bad at so contact your host it might be problem with them
it happened allot with me i had to contact my hosting couple of times
but sometimes it might be a problem with your hosting
your db respond time be bad at so contact your host it might be problem with them
it happened allot with me i had to contact my hosting couple of times
2012-08-06, 10:14 PM
I have sent them a email now.
Thank you
Thank you
2012-08-07, 12:17 AM
get a fiddler2 report that should help us see what is slow
Also do a traceroute to your server and see for slow or lost connections.
Do you have a raw HTML page you could upload for us as well. If this is slow to load the fault is your servers.
A basic PHP page that connects to and does a small select would also be valuable as well to help us see if this goes slowly (therefore the issue would be response time from db server)
Dan
ping times seem ok getting to your server, tracert has a lot of slow hops though
Also do a traceroute to your server and see for slow or lost connections.
Do you have a raw HTML page you could upload for us as well. If this is slow to load the fault is your servers.
A basic PHP page that connects to and does a small select would also be valuable as well to help us see if this goes slowly (therefore the issue would be response time from db server)
Dan
ping times seem ok getting to your server, tracert has a lot of slow hops though
2012-08-07, 12:53 AM
I don't know how to get a fiddler2 report or anyother thing you just said to me
2012-08-07, 12:55 AM
You are probably on a shared host. Check your plugins for excessive queries, use htaccess to ban bad bots
2012-08-07, 12:56 AM
google fiddler 2
google traceoute
The rest is just uploading simple pages to your site and trying to hit them
google traceoute
The rest is just uploading simple pages to your site and trying to hit them
2012-08-07, 01:00 AM
(2012-08-07, 12:55 AM)Leefish Wrote: [ -> ]You are probably on a shared host. Check your plugins for excessive queries, use htaccess to ban bad bots
I pay for my hosting.
2012-08-07, 01:03 AM
Paying does not mean it is not shared.
2012-08-07, 01:08 AM
Agreed this is very likely a shared hosting issue.
However if you turn on the debug, how many queries does it show on the front page?
Also subsequent loads after the first are pretty quick. This would say to me that your system is doing a lot of work before it is cached, once it is cached by the user it runs obviously faster.
I would look at making sure gzip compression is turned on as well as disabling all the plugins then enabling them 1 at a time, clearing chache between each and re-loading the page, this should help you find any plugins that are contributing to the slowness
However if you turn on the debug, how many queries does it show on the front page?
Also subsequent loads after the first are pretty quick. This would say to me that your system is doing a lot of work before it is cached, once it is cached by the user it runs obviously faster.
I would look at making sure gzip compression is turned on as well as disabling all the plugins then enabling them 1 at a time, clearing chache between each and re-loading the page, this should help you find any plugins that are contributing to the slowness