Infrastructure
Charlie operates on Cloudflare Workers—the same infrastructure backbone that Shopify relies on.This represents a shared dependency rather than an additive risk factor.
Performance
Charlie’s routing logic is written in Rust and compiled to WebAssembly, executing in under 1ms with zero impact on checkout speed.| Metric | Capability |
|---|---|
| Locations | 800+ |
| Product variants | 100k+ |
| Cart size | 200+ line items |
| Execution time | < 1ms |
Peak traffic handling
During peak traffic events:- Checkout functions scale automatically through Shopify
- Application infrastructure scales automatically through Cloudflare
- Rate limiting protects Shopify APIs from overload
Availability scenarios
Charlie becomes unavailable (no sync in progress)
Charlie becomes unavailable (no sync in progress)
Charlie becomes unavailable during sync
Charlie becomes unavailable during sync
Cloudflare experiences an outage
Cloudflare experiences an outage
Shopify will likely face similar issues given the shared infrastructure dependency.
Service continuity
| Scenario | Impact |
|---|---|
| Charlie dashboard down | Checkout unaffected, routing continues |
| Charlie sync paused | Checkout unaffected, resumes on recovery |
| Full Cloudflare outage | Shopify likely affected too |
Routing functions execute within Shopify, independently of Charlie’s availability. Your checkout is never dependent on Charlie being online.