Website is extremely slow

I have a website proxied through CF network and it is extremely slow.
Here is the ping and tracert.

ping www.how2guru.com -t

Pinging www.how2guru.com [104.28.8.14] with 32 bytes of data:
Request timed out.
Reply from 104.28.8.14: bytes=32 time=314ms TTL=49
Reply from 104.28.8.14: bytes=32 time=320ms TTL=49
Reply from 104.28.8.14: bytes=32 time=222ms TTL=49
Reply from 104.28.8.14: bytes=32 time=227ms TTL=49
Reply from 104.28.8.14: bytes=32 time=233ms TTL=49
Reply from 104.28.8.14: bytes=32 time=237ms TTL=49
Reply from 104.28.8.14: bytes=32 time=275ms TTL=49
Reply from 104.28.8.14: bytes=32 time=257ms TTL=49
Reply from 104.28.8.14: bytes=32 time=262ms TTL=49
Reply from 104.28.8.14: bytes=32 time=212ms TTL=49
Reply from 104.28.8.14: bytes=32 time=277ms TTL=49

Ping statistics for 104.28.8.14:
Packets: Sent = 12, Received = 11, Lost = 1 (8% loss),
Approximate round trip times in milli-seconds:
Minimum = 212ms, Maximum = 320ms, Average = 257ms

tracert www.how2guru.com

Tracing route to www.how2guru.com [104.28.8.14]
over a maximum of 30 hops:

1 3 ms 1 ms 4 ms 192.168.0.1
2 8 ms 7 ms 6 ms 202.187.128.1
3 * * * Request timed out.
4 13 ms 11 ms 19 ms 223.28.43.54
5 20 ms 26 ms 35 ms 162.158.160.232
6 * * * Request timed out.
7 346 ms 214 ms 210 ms 104.28.8.14

http://how2guru.com/cdn-cgi/trace
fl=12f501
h=how2guru.com
ip=202.187.128.102
ts=1586401000.97
visit_scheme=http
uag=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
colo=LAX
http=http/1.1
loc=MY
tls=off
sni=off
warp=off

Is there any issue with CF network? As I check on the ping result, it took 200-350ms or having timeout.

Please help.

ping and traceroute aren’t an accurate way to measure http performance.

What I see is your site takes at least a half second just for the HTML to load. Not horrible, but could be better. It looks like it’s running PHP 5.3, which is quite a few versions behind of what’s currently supported, and not nearly as fast as PHP 7.

Once I start testing your site from a bunch of locations, performance really degrades and eventually stops responding. Bottom line is Cloudflare can’t speed up your server, but the static resources are blazing fast once they’re cached at Cloudflare.

This topic was automatically closed after 30 days. New replies are no longer allowed.