Loading Time Changed

Some of my URL’s are taking too long to open. I changed my DNS back to previoius one.

Example:

https://caindelhis/one-person-company-registration/

Now that Cloudflare is disabled, you can see the slowness is coming from your origin server:

🥐 $ curl -vo /dev/null "https://caindelhi.in/company-registration-in-delhi"
...
> GET /company-registration-in-delhi HTTP/2
> Host: caindelhi.in
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
  0     0    0     0    0     0      0      0 --:--:--  0:00:16 --:--:--     0< HTTP/2 301
< date: Wed, 23 Jun 2021 10:01:44 GMT
< server: Apache
< cache-control: no-cache
< x-nitro-cache: MISS
< x-redirect-by: WordPress
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< expect-ct: max-age=7776000, enforce
< referrer-policy: no-referrer-when-downgrade
< content-security-policy: upgrade-insecure-requests
< location: https://caindelhi.in/company-registration-in-delhi/
< cache-control: private, must-revalidate
< expires: Wed, 21 Jul 2021 10:01:44 GMT
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< vary: User-Agent
< content-length: 0
< content-type: text/html; charset=UTF-8
<
{ [0 bytes data]
  0     0    0     0    0     0      0      0 --:--:--  0:00:16 --:--:--     0
* Connection #0 to host caindelhi.in left intact
* Closing connection 0

The time taken there is 0:00:16 aka 16 seconds - so that delay will also be experienced by Cloudflare when trying to request this content from your origin. You should definitely look at optimising your origin server here - and also consider installing Cloudflare’s APO for Wordpress to help speed things up for you:

2 Likes

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