spree-performance
Installation
SKILL.md
Spree Performance
Before writing code
Fetch live docs:
- Search the Spree blog at https://spreecommerce.org/blog for performance posts (Black Friday case studies, scaling guides).
- Inspect
Spree::OrderUpdaterand other "hot path" service objects in the live source for known bottlenecks. - Cross-reference Rails 7+ performance guides for caching primitives.
- For Sidekiq tuning, fetch https://github.com/sidekiq/sidekiq/wiki/Best-Practices.
- Check the v5.4 announcement (https://spreecommerce.org/announcing-spree-commerce-5-4/) for the API v3 "10x faster than v2" claim and what changed.
Conceptual Architecture
Where Spree Spends Time
Profiling typical Spree requests shows hotspots at: