My website is loading slowly

If you website is experiencing unusually slow loading time, you can check the performance of your website at http://www.webpagetest.org/

When the results of the test are complete, you will be able to see the load time. If load time is slower than usual, then the you can begin to diagnose the reason for this by running a traceroute. This will show you all the network hops between you and the server hosting the website, including the speeds to reach each. To run a traceroute, open you computer's command prompt and type in tracert example.com (Windows) or traceroute example.com (Mac).

If a timeout occurs right away, check your local network or router. If the timeout occurs later down the line, then you can contact your internet service provider.

You could also test the load time of your page with a proxy server:
- http://freeproxyserver.net/

If your website loads normally through the proxy server, then you have identified a network problem.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...