Skip to content

Version Packages (integrations/makeswift) - #3191

Open
github-actions[bot] wants to merge 1 commit into
integrations/makeswiftfrom
changeset-release/integrations/makeswift
Open

Version Packages (integrations/makeswift)#3191
github-actions[bot] wants to merge 1 commit into
integrations/makeswiftfrom
changeset-release/integrations/makeswift

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to integrations/makeswift, this PR will be updated.

Releases

@bigcommerce/catalyst-makeswift@1.10.1

Patch Changes

  • #3185 96af6d9 Thanks @jordanarldt! - Declare a revalidate window for Makeswift API requests, and add MAKESWIFT_REVALIDATE_TARGET to configure it.

    The Makeswift SDK tags its responses with @@makeswift but never declares a TTL. Under the fetchCache = 'default-cache' segment config, Next.js reads "no cache config" as "cache forever", so published content was cached indefinitely and only the site.published webhook could refresh it. On any host Makeswift cannot reach — a local dev server, or a deployment it isn't configured to notify — content froze permanently, and deleting .next was the only way to see an edit.

    Requests for the published site now declare a revalidate window: 3600 seconds by default, or 0 in development, where the webhook never arrives and the TTL is the only invalidation. Draft-mode requests are unchanged; they already opt out of caching, and adding a revalidate value there would trip Next.js's conflicting-config rule and cache the builder's live edits indefinitely.

@github-actions
github-actions Bot requested a review from a team as a code owner August 25, 2026 15:42
@vercel

vercel Bot commented Aug 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
catalyst Ready Ready Preview Aug 25, 2026 3:43pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor Author

Unlighthouse Performance Comparison — Vercel

Comparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores.

Summary Score

Aggregate score across all categories as reported by Unlighthouse.

Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Score 87 89 91 94

Category Scores

Category Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Performance 64 77 70 99
Accessibility 91 91 95 96
Best Practices 100 100 100 100
SEO 89 89 100 100

Core Web Vitals

Metric Prod Desktop Prod Mobile Preview Desktop Preview Mobile
LCP 5.9 s 6.5 s 5.4 s 2.0 s
CLS 0.041 0 0.05 0
FCP 1.5 s 1.2 s 1.2 s 1.2 s
TBT 40 ms 20 ms 20 ms 20 ms
Max Potential FID 90 ms 90 ms 90 ms 90 ms
Time to Interactive 6.0 s 6.6 s 5.9 s 6.1 s

Full Unlighthouse report →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants