Skip to content

Commit cb765cc

Browse files
authored
Update pages/edge-services/troubleshooting/cache-problems.mdx
1 parent 2aac619 commit cb765cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/edge-services/troubleshooting/cache-problems.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before diving into this troubleshooting guide, ensure you are correctly using `c
1717

1818
## Some assets are not being correctly cached by Edge Services.
1919

20-
You may find that even though your application includes proper cache headers (e.g., `Cache-Control: max-age=...`) and is configured behind a Load Balancer with an Edge Services pipeline, static assets like images are not being cached. This can result in repeated `X-Cache: miss` responses, occasional `502` errors, and a weak cache hit:miss ratio, despite the assets being successfully served.
20+
You may find that even though your application includes proper cache headers (e.g., `Cache-Control: max-age=...`) and is configured behind a Load Balancer with an Edge Services pipeline where caching is activated, static assets like images are not being cached. This can result in repeated `X-Cache: miss` responses, occasional `502` errors, and a weak cache hit:miss ratio, despite the assets being successfully served.
2121

2222
### Cause
2323

0 commit comments

Comments
 (0)