Back to browse
Maravel-Framework 10.62.8 speeds up the console via commands:cache

Maravel-Framework 10.62.8 speeds up the console via commands:cache

by marius-ciclistu·Feb 14, 2026·1 point·0 comments

AI Analysis

PassNiche GemWizardry
The Take

It precomputes a map of command names and bindings so Artisan doesn't reflect or instantiate every command just to discover its name — a small but practical win for short-lived CLI processes like php artisan queue:work --once. Clever, low-risk optimization for framework forks; valuable if you hit reflection/instantiation overhead, but incremental rather than game-changing.

Target Audience

Backend PHP developers, Laravel/Maravel users, and DevOps running PHP workers

Post Description

This comes after the recently added command autowiring:cache.

Similar Projects

Maravel Framework 10.63 avoids runtime reflection on DI

autowiring:cache now includes constructors, letting Maravel instantiate large class graphs without hitting reflection at runtime and improving cold-starts in complex apps. There's a pragmatic fallback to the old reflection path when contextual bindings or mixed positional/auto-resolved parameters appear — useful for real-world apps, but you need to obey the 'pass constructor args as a list' rule or pay the exception-cost.

Niche GemWizardry
marius-ciclistu
203mo ago

Updated Maravel Micro-Framework and Maravelith Documentation Available

The commit here is maintenance and polish: docs were updated against Laravel/Lumen 10 and the Templates/Maravelith docs now reflect fixes up to Maravel-Framework 10.62.8, which will matter to anyone already using MaravelQL or the companion libraries. The Medium landing post is fine as an announcement but doesn’t make the case for choosing Maravel over vanilla Lumen/Laravel — still, for Laravel-aligned teams wanting a smaller, template-driven micro-framework, this is a useful refresh.

Niche GemShip It
marius-ciclistu
103mo ago