Search code examples
laravelperformancepagespeed

How to increase Laravel speed?


I will make a website using Laravel as frontend and Golang as Backend. I use ElasticSearch as a database that is accessed directly by golang and MySQL as backups. Target website this is schools in Indonesia with potential users more than 5 million.

This is certainly because some forums complain about the performance of laravel speed.

My question is the best practice for this condition? Should I use Redis or the like? Thanks


Solution

    1. Enhance Artisan Command Uses
    2. Remove Unused Service
    3. Minimize Use of Plugins Laravel Developer
    4. Profiling Your Queries
    5. Apply “Eager Loading” to Your Data Laravel Developer
    6. Precompile Assets
    7. JIT Compiler

    for more information go to here link