blaze
Speed up Laravel Blade component rendering with zero code changes
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core