Open
Description
- xkey (soft & hard purge, invidual tags & full cache flush) (Fixed by Perform soft & hard purges on tags & on the entire cache #67 )
- URL purge
- Force cache refresh for whitelisted IP addresses (Fixed by Tests for force refresh logic #60)
-
pass_on_cookie_presence
Cookie by pass - Trailing question mark trimming
- Remove port from host header
- Query sorting
- Set
req.grace
to zero & non-zero values to trigger misses & hit-grace - Invalid HTTP method to trigger
return(pipe)
-
POST
method to triggerreturn(pass)
-
/health_check.php
endpoint to triggerreturn(pass)
- Use multiple
Cookie
headers to triggerstd.collect(req.http.Cookie, ";")
- Check
io.prismic.preview
cookie cache bypass - Marketing parameters
- Cache static files vs not caching static files
- Cache media files vs not caching media files
- Bypass the cache for authorized GraphQL calls (Fixed by #17 makes graphql conform to default Magento and creates tests #66 )
-
X-Magento-Vary
cookie cache variations (Fixed by #17 fixes vary in vcl + adds vary tests with logexpects for graphql no vary #73) -
ssl_offloaded_header
cache variations (Fixed by Testing X-Forwarded-Proto as the ssl_offloaded_header value #74) -
design_exceptions_code
tests invcl_hash
- Test the
process_graphql_headers
subroutine (Fixed by #17 makes graphql conform to default Magento and creates tests #66 ) - Validate that
beresp.grace
is properly handled - Edge-Side includes (Fixed by Test esi #71)
- Check cacheable status codes
- GraphSQL
X-Magento-Cache-Id
validation & cache bypassing (Fixed by #17 makes graphql conform to default Magento and creates tests #66 ) - Check if
Set-Cookie
headers are removed for cacheable content (Fixed by #17 Check if Set-Cookie headers are removed for cacheable content #65) - Validate the different values for the
X-Magento-Cache-Debug
response header - backward-forward browser cache capabilities (Fixed by #17 test bfcache #64 & Backward-forward cache edge cases + VCL optimization #68)
- Don't cache pages in the browser if the backward-forward cache is disabled (Fixed by Bfcache disabled #70)
- Check whether the right response headers are stripped in
vcl_deliver
( Fixed by #17 check stripped headers #63)
Metadata
Metadata
Assignees
Labels
No labels