Skip to content

feat: add docs for paas native cfe support#2350

Draft
Tom Bojer (tombojer) wants to merge 3 commits into
mainfrom
paas-native-cfe-support
Draft

feat: add docs for paas native cfe support#2350
Tom Bojer (tombojer) wants to merge 3 commits into
mainfrom
paas-native-cfe-support

Conversation

@tombojer

Copy link
Copy Markdown
Contributor

Summary

Related links

Checklist

  • I reviewed affected links, code samples, and cross-references, including PageRef references where relevant.
  • I added or updated redirects in .gitbook.yaml if pages were moved, renamed, or deleted.
  • I updated .wordlist.txt (and sorted it) if spellcheck flags new legitimate terms.
  • Any required dependent changes in downstream modules have already been merged and published.
  • This pull request is ready for review.

Notes

@shopware-dev-docs-connector

shopware-dev-docs-connector Bot commented Jun 24, 2026

Copy link
Copy Markdown

Developer Docs healthcheck

Status: Completed with success.
Repository: shopware/docs
Commit: 8e99ab6
Preview: https://developer-documentation-gmzz1t34r-shopware-frontends.vercel.app
Workflow run: #4261

@renaudhager

Copy link
Copy Markdown
Member

A few missing point:

  • We support and encourage ISR (Incremental Static Regeneration), which means some header configuration is required. On page that needs to be cached at the CDN level the following header is required:
"Surrogate-Control": "max-age=86400, stale-while-revalidate=86400",

Here is an example.

For routes that should not be cached:

"Cache-Control": "no-cache, no-store, must-revalidate"
"Surrogate-Control": "no-store"

Here is an example.

  • We do a full cache purge after each deployment.
@tombojer

Copy link
Copy Markdown
Contributor Author

Renaud Hager (@renaudhager) I added a section based on your feedback.

Comment thread products/paas/shopware/composable-frontends/index.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants