From bigcommerce-commerce
Optimizes BigCommerce storefront performance: CDN, image optimization, lazy loading, Stencil theme tuning, API caching, GraphQL efficiency, Core Web Vitals. For store speed improvements.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bigcommerce-commerce:bc-performanceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Fetch live docs**:
Fetch live docs:
site:developer.bigcommerce.com performance for performance guidebigcommerce stencil theme performance optimization for theme tuningbigcommerce core web vitals optimization for CWV improvementsBigCommerce automatically serves storefronts via its global CDN:
Stencil themes are server-rendered by BigCommerce:
Front matter declares what data to load per page — only request what you need:
related_products if not displayed)limit values to minimum needed{{#if}} to conditionally render sections, but note the data is still fetcheddefer or async attributes@extend (causes CSS bloat){{getImage}} helper{{getImage product.image 'product_size'}}loading="lazy"srcset and sizes{{#if}} to skip rendering for empty datainclude to fetch sub-resources in one request (avoid N+1)include_fields / exclude_fields to reduce response payloadfirst/after) — never request all items| Data Type | Cache Strategy | TTL |
|---|---|---|
| Product catalog | CDN / ISR | 5–60 minutes |
| Category tree | CDN / ISR | 5–60 minutes |
| Cart | No cache | Real-time |
| Customer data | No cache | Real-time |
| Store settings | Long cache | 1–24 hours |
| Static assets | CDN | Long-term (versioned) |
<link rel="preload" href="font.woff2" as="font">requestIdleCallback for non-critical workfont-display: swap with size-adjusted fallback fontsnext/image for automatic resizing, WebP, lazy loadingnext/font for zero-CLS web fontsFetch the BigCommerce performance documentation and Stencil optimization guide for current CDN features, image handling, and performance best practices before implementing.
npx claudepluginhub orcaqubits/agentic-commerce-skills-plugins --plugin bigcommerce-commerceOptimizes Shopify store speed with Liquid rendering tips, CSS/JS deferral, image/CDN optimization, Core Web Vitals, and Hydrogen caching strategies.
Sets up BigCommerce dev environment: Stencil CLI for themes, API credentials, sandbox stores, Catalyst Next.js storefront. For new projects or tool configuration.
Optimizes Salesforce Commerce Cloud B2C/B2B performance with caching strategies, CDN config, ISML/LWC rendering, SOQL/Apex tuning, and Core Web Vitals targeting.