How can I improve the response time of the server?

My website is running on the GoDaddy server so the site takes 0.6 seconds to load, but generally takes 0.2 seconds. So I want to reduce my server response time from 0.6 seconds to 0.2 seconds. Please help me on this.

Hi @brucebrown1a and welcome to the forums.

If you run your site through any of the numerous online “Web Page Speed Tests” most all will give you the page loading time and many will give help on how to improve the performance.

Here are two to play about with:

“https://tools.pingdom.com/”

1 Like

Chances are, if you are finding a host like GoDaddy to be slower at some points of the day than others, you are probably on a host that has several larger sites / is a bit overloaded.

If you are that bothered you are probably better looking for a host that will give you a more guaranteed / dedicated set of resources and less likely to overload servers. (GoDaddy does have a bit of a reputation for cramming things onto hardware)

3 Likes

You are talking about the server response time, that is not under your control. It depends on the type of server that you are using.

Basically you can use tool httpstat.
You can look a site loading by steps and improve the most of slowly parts

$ hs https://www.google.com
Connected to 216.58.212.164:443 from 192.168.0.90:32910

HTTP/1.1 200 OK
Date: Tue, 29 Aug 2017 12:15:25 GMT
Expires: -1
Cache-Control: private, max-age=0
Content-Type: text/html; charset=ISO-8859-1
P3P: CP="This is not a P3P policy! See https://www.google.com/support/accounts/answer/151657?hl=en for more info."
Server: gws
X-XSS-Protection: 1; mode=block
X-Frame-Options: SAMEORIGIN
Set-Cookie: NID=111=PEvxkiEng9MM9njIzwmBRENdtG6sBeg7vYlg7uiAVDurVjJJuXcWPcjIQaI92VfnQi3g_yWUvmFAQ1OLQv-vcb8EzfRzCHAPApHaT5JkKx7ck5VMRgQoyqFAyS_1Pcx0; expires=Wed, 28-Feb-2018 12:15:25 GMT; path=/; domain=.google.com; HttpOnly
Alt-Svc: quic=":443"; ma=2592000; v="39,38,37,35"
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked


  DNS Lookup   TCP Connection   TLS Handshake   Server Processing   Content Transfer
[    509ms   |      76ms      |     410ms     |       103ms       |        4ms       ]
             |                |               |                   |                  |
    namelookup:509ms          |               |                   |                  |
                        connect:585ms         |                   |                  |
                                    pretransfer:995ms             |                  |
                                                      starttransfer:1098ms           |
                                                                                 total:1102ms

Also I use google insight service with recommendations how to speed up site.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.