Log Explorer - EdgeResponseStatus:504

I have just stared using log explorer and have noticed that I getting a load of 504 errors listed as the edge response bit no errors in my server logs? ClientCountry gb ClientIP 2a00:23a8:4201:e001:18f:558f:1331:c5ae ClientRequestHost www.greenhousestores.co.uk ClientRequestMethod GET ClientRequestPath /Elite-Kensington-4x10-Lean-To-Greenhouse-6mm-Polycarbonate-Glazing.htm ClientRequestURI /Elite-Kensington-4x10-Lean-To-Greenhouse-6mm-Polycarbonate-Glazing.htm Date 2025-07-03 EdgeEndTimestamp 2025-07-03T15:38:32Z EdgeResponseStatus 504 EdgeStartTimestamp 2025-07-03T15:38:32Z OriginResponseStatus 0 RayID 9597786f50e7c5eb I'm not quite sure where to go next with it?
4 Replies
Walshy
Walshy4mo ago
what's the RequestSource? If that is earlyHintsor cacheApithis is perfectly fine - it just means cache miss https://developers.cloudflare.com/cache/advanced-configuration/early-hints/#emit-early-hints
Clinteastman
ClinteastmanOP4mo ago
Thanks for the reply. It's "earlyHintsCache" So I can just ignore them?
Walshy
Walshy4mo ago
yeah you can just ignore that
You may see an influx of 504 responses with the RequestSource of earlyHintsCache in Cloudflare Logs when Early Hints is enabled, which is expected and benign. Requests from earlyHintsCache are internal subrequests for cached Early Hints, and they are neither end user requests, nor do they go to your origin. Their response status only indicates whether there are cached Early Hints for the request URI (200 on cache HIT, 504 on cache MISS). These requests are already filtered out in other views, such as Cache Analytics. To filter out these requests or to filter requests by end users of your website only, please refer to Filter end users.
We recommend just filtering those out
Clinteastman
ClinteastmanOP4mo ago
Thank god, I was having kittens! Thanks for the help!

Did you find this page helpful?