094ikis09/webp-conversion-bundle
<picture> element usage, improving compatibility with progressive enhancement and adaptive serving strategies.--suffix parameter to test WebP adoption incrementally (e.g., image_q90.webp vs. original) before full rollout.spatie/image-optimizer or league/glide.intervention/image) or Node.js tools (e.g., sharp)."This bundle lets us automatically convert thousands of images to WebP—a modern format that loads 30–50% faster than JPEG/PNG—with zero dev effort. For example, running a one-time command on our public/images folder could shave 1–2 seconds off page load times, directly boosting conversions and SEO. It’s a low-risk, high-reward tweak that aligns with our performance roadmap and requires minimal maintenance. Think of it as ‘set it and forget it’ for image optimization."
Ask: "Should we prioritize this as a quick win for our [Q3 performance goals]?"
*"This Symfony bundle gives us two key levers for WebP adoption:
codebuds:webp:convert CLI command lets us batch-process existing assets (e.g., php bin/console codebuds:webp:convert --create public/uploads). Supports quality tuning, suffixes for A/B testing, and force-overwrites.{{ '/image.jpg' | cb_webp }}) generates <picture> tags with WebP fallbacks, automating responsive image delivery for new uploads (works with VichUploader/LiipImagine).Pros:
Cons:
Recommendation: Pilot this for our public/media folder and measure Lighthouse score improvements. If successful, integrate the Twig filter into our asset templates."*
Ask: "Can we schedule this for [sprint X] alongside our [image CDN migration]?"
How can I help you explore Laravel packages today?