DEV Community

Discussion on: Make Your Laravel Website Super Fast,Optimize Laravel Performance

Collapse
 
juststevemcd profile image
Steve McDougall

I wrote a scope for the haversine formula which enablede to keep using the ORM 😅

If you're really looking at improving performance of a Laravel application you have two options in 2021:

  • Laravel Vapor
  • Laravel Octaine

Serverless, or a long running process. There are micro optimization a you can do with a Laravel app, but none that make a huge difference straight away.