Cloudflare high latency when accessing website first time only

What is the name of the domain?

besteventticket.com

What is the issue you’re encountering

cloudflare high latency when accessing website first time only

What steps have you taken to resolve the issue?

Browser Cache TTL set to 4 hours

Upon reviewing the response headers in your network DevTools, it appears that cf-cache-status: DYNAMIC is present, which means that Cloudflare does not consider the asset eligible to cache and your Cloudflare settings do not explicitly instruct Cloudflare to cache the asset. Instead, the asset was requested from the origin web server:

In the waterfall section, we can observe that the extended duration in awaiting the server response is likely due to factors such as server load, unoptimized database queries, or other background processes, as shown below:

To address this, it may help to check the server’s load and performance metrics, as heavy resource usage can result in slower response times. You can consider to set appropriate Cache-Control headers for static resources to specify caching duration.

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