Laravel Tutorials

Should you use Lumen for a speed boost?

Published
Should you use Lumen for a speed boost? image

Lumen came out back in 2015 as a lighter faster version of Laravel. The goal was to be able use it when speed was super important on a project or API.

Since that release, Laravel itself has been getting faster and faster, and new things such as Laravel Octane have came out which actually makes it faster than Lumen.

So to answer the question, should you use Lumen today? Taylor summed it up on Twitter:

I'd just like to remind you that Laravel itself is plenty fast enough for 80% of all use cases, but there are times when you really need some extra performance and Laravel + Octane is the way to go.

Just remember premature optimization is the root of all evil, and until you hit the point where you have maxed out everything. Remember that basic things like your database queries and Eloquent queries can cause more performance issues than people realize. One easy thing to fix N+1 issues is to disable lazy loading in development.

Eric L. Barnes photo

Eric is the creator of Laravel News and has been covering Laravel since 2012.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Taylor disabled GitHub Issues on most Laravel open-source packages. image

Taylor disabled GitHub Issues on most Laravel open-source packages.

Read article
Exclude Vendor and Default Commands in `php artisan dev` image

Exclude Vendor and Default Commands in `php artisan dev`

Read article
The Laracon Archive image

The Laracon Archive

Read article
Group Adjacent Collection Items in Laravel with chunkBy() image

Group Adjacent Collection Items in Laravel with chunkBy()

Read article
Laravel queue:work Now Prints Why the Worker Stopped image

Laravel queue:work Now Prints Why the Worker Stopped

Read article
Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites image

Sidecar Brings Statamic's Control Panel to Your Existing Markdown Sites

Read article