Skip to content

Commit 8b59515

Browse files
dom-cfharshil1712
authored andcommitted
Add Speed Brain 503s and Early Hints 504s (#17856)
1 parent ab44f3b commit 8b59515

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ There are two possible causes:
7272
- (Most common cause) [502/504 from your origin web server](#502504-from-your-origin-web-server)
7373
- [502/504 from Cloudflare](#502504-from-cloudflare)
7474

75+
You may also see 504 status codes in logs or analytics caused by [cache MISS responses from Early Hints](/cache/advanced-configuration/early-hints/#emit-early-hints).
76+
7577
### 502/504 from your origin web server
7678

7779
Cloudflare returns a Cloudflare-branded HTTP 502 or 504 error when your origin web server responds with a standard HTTP 502 bad gateway or 504 gateway timeout error:
@@ -129,6 +131,8 @@ HTTP error 503 occurs when your origin web server is overloaded. There are two p
129131
2. The time and timezone of the 503 error occurrence
130132
3. The output of `www.example.com/cdn-cgi/trace` from the browser where the 503 error was observed (replace `www.example.com` with your actual domain and hostname)
131133

134+
You may also see 503 status codes in logs or analytics caused by [unsuccessful prefetches from Speed Brain](/speed/optimization/content/speed-brain/#how-speed-brain-works).
135+
132136
---
133137

134138
## Error 520: web server returns an unknown error

0 commit comments

Comments
 (0)