Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what booting and application means in time line #1077

Open
farshadff opened this issue Aug 6, 2020 · 4 comments
Open

what booting and application means in time line #1077

farshadff opened this issue Aug 6, 2020 · 4 comments
Labels

Comments

@farshadff
Copy link

@farshadff farshadff commented Aug 6, 2020

hi , i have an application which i am using debug bar on it and the booting time of apllication is close to 1 sec . and on each api and request it makes load so heavy like 1 sec or more i wanted to know what each of them means because my application time is so low but booting is so high thanks

@alirzaj
Copy link

@alirzaj alirzaj commented Aug 16, 2020

this is not an issue of package! you had to ask this in a forum discussion

booting is the process of preparing all the services that laravel provides

you can use php artisan optimize in laravel 7 to do some caching and improve this time

p.s if you have heavy service providers onyour own, do sth about them

@barryvdh
Copy link
Owner

@barryvdh barryvdh commented Aug 17, 2020

Booting is the time from the request start until the debugbar is booted in the booted() section of the service providers. Everything before that is the framework itself + service providers registering (and perhaps some booting, depending on the order)

@farshadff
Copy link
Author

@farshadff farshadff commented Aug 17, 2020

@barryvdh thanks for the answer

@stale
Copy link

@stale stale bot commented Oct 16, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further.
Thank you for your contribution! Apologies for any delayed response on our side.

@stale stale bot added the stale label Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.