rybakit/twig-deferred-extension
Twig extension that lets you defer rendering of heavy blocks and run them later, improving perceived performance. Works with Twig templates to collect deferred parts and flush them when ready—handy for widgets, fragments, and complex layouts.
Fixed "Redefining a deferred block that is not the first removes other blocks from rendering" (https://github.com/rybakit/twig-deferred-extension/issues/17).
Fixed file permissions (https://github.com/rybakit/twig-deferred-extension/commit/13a70ae9a4f8f0f92fbe8e08641f05327276586d).
Fixed "Creation of dynamic property $deferred is deprecated" notice with PHP 8.2 (https://github.com/rybakit/twig-deferred-extension/pull/16).
Fixed "Undefined variable $macros" when using filter in a deferred block (https://github.com/rybakit/twig-deferred-extension/pull/14).
Phive\Twig\Extensions to Twig\DeferredExtensionHow can I help you explore Laravel packages today?