http://173.255.247.199/1025_pro/
Hi Team
why is my site working slow.I am upgrading my server 1GB to 2GB but site again working slow . This is my site link http://173.255.247.199/1025_pro/
1 Reply
Hi,
Taking a look at curl results, we can see a quick connection to the server but then a 23 second hang while we wait for the page to load. This should rule out any network issues to and from your server:
curl -v --trace-time http://173.255.247.199/1025_pro/
03:37:50.751395 * Trying 173.255.247.199...
03:37:50.751863 * TCP_NODELAY set
03:37:50.830141 * Connected to 173.255.247.199 (173.255.247.199) port 80 (#0)
03:37:50.830610 > GET /1025_pro/ HTTP/1.1
03:37:50.830610 > Host: 173.255.247.199
03:37:50.830610 > User-Agent: curl/7.54.0
03:37:50.830610 > Accept: */*
03:37:50.830610 >
03:38:13.467238 < HTTP/1.1 200 OK
03:38:13.467315 < Date: Thu, 26 Apr 2018 07:37:50 GMT
03:38:13.467369 < Server: Apache/2.4.6 (CentOS) PHP/7.0.29
03:38:13.467428 < X-Powered-By: PHP/7.0.29
03:38:13.467519 < Set-Cookie: advanced-frontend=1rgcrfumhhoo5m82bst8a7g7u2; path=/; HttpOnly
03:38:13.467632 < Expires: Thu, 19 Nov 1981 08:52:00 GMT
03:38:13.467687 < Cache-Control: no-store, no-cache, must-revalidate
03:38:13.467736 < Pragma: no-cache
03:38:13.467799 < Set-Cookie: _csrf-frontend=c0d9991b21a2450bef9e8886dd7b4bdc91eb037c00ef393122662e3d9f06c9b9a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22%A4k%C5D%85%F04%A4%BD%E1%5D%A1%06%BEO%80%BC5%A0%11u%7C%CE%E0%E0%1CR%7F%1B%F8%D8%16%22%3B%7D; path=/; HttpOnly
03:38:13.467863 < Transfer-Encoding: chunked
03:38:13.467913 < Content-Type: text/html; charset=UTF-8
03:38:13.467964 <
<!DOCTYPE html>
<html lang="en-US">
<head>
...
...
...
</body>
</html>
03:38:13.545479 * Connection #0 to host 173.255.247.199 left intact
I would suggest looking at tools such as Google PageSpeed and Google Developer tools to analyze load times of images and scripts on your site.