Skip to content

wire:stream

Laravel Livewire Documentation Reference

Since Magewire is heavily inspired by Laravel Livewire, many concepts are either identical or very similar. To avoid duplicating documentation, this page only covers Magewire-specific and platform-specific details. For all general concepts and in-depth explanations, you can refer to the corresponding Laravel Livewire documentation.

Livewire Reference

Magento output buffering

Magewire disables output buffering on the update controller for streaming actions, but Magento's FPC and some hosting layers (Varnish, Cloudflare) may still buffer the response. If wire:stream updates arrive only at the end, check:

  1. PHP output_buffering in php.ini or FPM pool
  2. ob_* calls from observers / plugins
  3. Nginx proxy_buffering
  4. Varnish buffering on the admin / storefront host