livewirelivewireOfficialยท1 Agent Skills Included

blaze

Speed up Laravel Blade component rendering with zero code changes

Compiles Laravel Blade components into optimized PHP functions, cutting rendering overhead by up to 97%. Eliminates slow page loads caused by rendering thousands of components, without rewriting existing templates. Adds memoization and compile-time folding so repeated components render once or become static HTML. Includes an AI skill that scans your codebase, checks compatibility, and applies safe optimizations automatically.
npx skills add livewire/blaze --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Blaze?โ–ผ

Run `npx skills add livewire/blaze --all -g -y` in your terminal to install all tools in this suite globally.

How to speed up Laravel Blade components?โ–ผ

Blaze compiles anonymous Blade components into optimized PHP functions, removing 91-97% of rendering overhead with no changes to your existing templates.

Does Blaze require changing my existing code?โ–ผ

No. Blaze is a drop-in replacement for anonymous Blade components โ€” just add the @blaze directive or call Blaze::optimize() in your service provider.

What are Blaze memoization and folding?โ–ผ

Memoization caches repeated components like icons so they render only once, while folding pre-renders components into static HTML at compile time for near-zero runtime cost.

Does Blaze work with Flux UI and Livewire?โ–ผ

Yes. If you use Flux UI, simply install Blaze and it optimizes Flux components automatically with no configuration needed.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’