Saumya Majumder, lead software engineer at BigScoots, joins the Jukebox Podcast to discuss a recent major Cloudflare outage, how large infrastructure hiccups ripple across the web, and the WordPress performance solutions BigScoots builds—often in close integration with Cloudflare Enterprise.
Background and focus
Saumya specializes in high-performance WordPress engineering and Cloudflare-powered architectures. Early in his career he worked on caching problems and co-created the Super Page Cache for Cloudflare plugin (later acquired). Over time he has built custom caching engines, migration tools, worker-based automations, edge computing solutions, and managed enterprise customers and internal WordPress tooling at BigScoots.
Cloudflare outage: what happened and why it matters
Saumya explains that large platforms like Cloudflare do far more than basic CDN work; they are complex stacks with many interdependent systems. A single unexpected change—such as a configuration file that doubled in size—can cascade and look like a DDoS event. That triggers investigations and mitigations that may initially be misdirected, prolonging downtime. Even after applying a fix, propagation across Cloudflare’s many points of presence (PoPs) and dealing with the resulting traffic spikes mean recovery takes time.
He stresses that outages are inevitable across providers—even well-engineered systems at Google, AWS, or private data centers can fail. Big companies mitigate risk with SLAs and financial credits for affected customers, so incidents are taken very seriously. Saumya praises Cloudflare’s transparency in publishing detailed postmortems and notes that they learn from each incident to reduce recurrence.
Mitigations BigScoots used
Because Cloudflare offers many features (WAF, Turnstile, Workers, hosting), the impact on an individual customer depends on which Cloudflare services they rely upon. For sites hosted at BigScoots but proxied through Cloudflare, the BigScoots team used Cloudflare’s API to turn off proxying rapidly when the outage started. That routed requests directly to BigScoots origins and kept many sites online while Cloudflare recovered. Saumya notes that this option wouldn’t help customers who host entirely on Cloudflare (e.g., on Workers or Pages), where the outage affects the hosting layer itself.
CDN-level page caching: the evolution
Saumya describes the shift from server-level HTML caches (advanced-cache.php style) to CDN-level page caching. Traditional caches store rendered HTML on the origin server so subsequent requests don’t rerun PHP and database queries. But latency remains when users are geographically distant from origin. BigScoots and peers pioneered serving full HTML from the CDN so users receive cached pages from a nearby PoP instead of the origin—dramatically reducing response times.
Cloudflare Enterprise and tiered caching
Cloudflare Enterprise enables high-assurance, global page caching with high cache-hit ratios. Saumya explains Cloudflare’s tiered-cache model: lower-tier PoPs first check nearby or regional cache tiers within Cloudflare’s private network (not the public internet). If a lower tier lacks content, it consults upper tiers before going to the origin. This intra-Cloudflare tiering reduces origin load and increases cache hits, improving speed for users worldwide.
Private connectivity and data center strategy
BigScoots runs its own data centers and has direct physical connections to Cloudflare (CNI). Instead of Cloudflare fetching origin content over the public internet, these private links allow Cloudflare to pull content directly and faster from BigScoots’ origin network. Saumya notes most hosts lease infrastructure from cloud providers and lack the physical access needed to create such private interconnects. BigScoots’ approach—owning hardware and establishing direct links—enables lower latency and more reliable origin fetches.
BigScoots Cache plugin and control features
BigScoots developed a proprietary plugin, BigScoots Cache, to manage Cloudflare-based page caching and give site owners fine-grain control. Key capabilities include:
– CDN-level page caching integration with Cloudflare Enterprise for high cache-hit ratios.
– Intelligent cache purging: when a post is updated, the plugin clears not just that page but related taxonomy, archive, and author pages.
– Hooks and APIs: advanced users can use hooks or BigScoots Cache REST API to trigger cache purges from external systems or custom workflows.
– Admin controls in the BigScoots portal: toggles for login protection, hardening, image optimization, Rocket Loader, and bot management.
– Geo and country controls: block or challenge requests from specific countries or continents via simple portal settings.
Managed support and enterprise onboarding
BigScoots provides managed services, including migrations with zero downtime, onboarding for enterprise customers, performance optimization packages, and bespoke engineering work. For many customers—agencies and enterprises—BigScoots offers hands-on configuration and can implement custom snippets or logic to handle edge cases (e.g., theme-specific pseudo-archives). Documentation exists for advanced users, but managed support handles most customer needs.
Conclusions
Saumya highlights that while incidents like Cloudflare’s outage are disruptive, they’re part of operating at scale—and large providers typically respond transparently and iterate to avoid repeats. BigScoots’ integration with Cloudflare Enterprise, combined with its own data center infrastructure and tooling, aims to maximize performance, reliability, and control for WordPress sites. The company emphasizes options for both novice users (simple toggles and managed support) and advanced users (hooks, APIs, fine-grained controls) to tailor caching, security, and delivery to their needs.