Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/cache/page-cache-checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
## Non-cacheable page checklist
- Use POST requests to modify Magento state (e.g., adding to shopping cart, wishlist, etc.)

- Blocks that can't be cached should be marked as non-cacheable in the layout
- Blocks that can't be cached should be marked as non-cacheable in the layout. However, be aware that adding a non-cacheable block to a page prevents the full page cache from caching that page.

- Controllers that don't use layouts should set `no-cache` HTTP headers