alengo/sulu-http-cache-bundle
?fbclid=...) from cached responses, reducing exposure of PII in logs or proxies.Adopt if:
utm_* or custom CTA tokens) during caching to avoid broken attribution.Look elsewhere if:
HttpCache or Varnish directly).For Executives: "This bundle lets us cache marketing pages at the reverse-proxy level—slashing load times by 30–50%—while keeping our UTM/attribution data intact. For example, if a user clicks a CTA from a Facebook ad, we’ll still track that conversion even after the page is cached. It’s a lightweight fix for a common pain point in high-traffic sites, with minimal dev effort since it’s built for Sulu/Symfony. The MIT license and recent updates (2026) suggest active maintenance, and it aligns with our goal to reduce server costs by 15% through caching optimizations."
For Engineering: *"The bundle provides two key helpers:
?fbclid=...) from cached URLs to avoid cache key collisions.utm_campaign) in the reverse-proxy cache header, so they’re reinjected on subsequent requests without hitting the app server.
Pros: Symbiotic with Symfony’s HttpCache; minimal config. Cons: Niche use case (Sulu-only), unproven at scale. Recommend a POC with a high-traffic marketing page (e.g., /pricing) to validate cache hit ratios and cookie accuracy."*How can I help you explore Laravel packages today?