Back

Hey Laravel Developers

I recently saw a LinkedIn post stating that Laravel is unsuitable for microservices architecture due to its memory consumption at boot time.

This is a misconception because people are not aware of the following

- Laravel 11 removed many components that came in by default in the framework which has reduced some bloating...
- Secondly, services like Laravel Octane can greatly boost your application since it only boots the application once and keeps it in memory for future requests...

Do you have something more to add ?? Help me spread the word...

1

180

In response to @aniket

- We can disable the service providers which are not required.

97

  • No matching results...
  • Searching...

/ 1000