user3264863
user3264863

Reputation: 278

Increase first load speed in laravel project

i am new in laravel. I did worked in codeigniter for more than 40 projects but did not faced any load issue. Now in new project we are working in laravel, where i just setup and checked laravel then it founds that it load some time in first load. Once load then it works ok, but each time when new session is start after open browser then it takes some time approx 2 seconds evenif there is simple hello page. Any suggestion to improve this ?

Upvotes: 1

Views: 638

Answers (1)

user1892114
user1892114

Reputation: 161

1- check the console for any errors , maybe there is a loop not closed. 2- second : you can install some debugging packages like

https://github.com/barryvdh/laravel-debugbar

Upvotes: 1

Related Questions