You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel has artisan command php artisan route:cache that caches all routes in order to increase app speed.
I am not sure how significant speed increase that would be but we could cache is similar way commands and events.
Consider the case where on one server is bot and web access point, admin dashboard for example. route/botman.php is loaded (processed) on every page hit.
The text was updated successfully, but these errors were encountered:
Laravel has artisan command
php artisan route:cache
that caches all routes in order to increase app speed.I am not sure how significant speed increase that would be but we could cache is similar way commands and events.
Consider the case where on one server is bot and web access point, admin dashboard for example.
route/botman.php
is loaded (processed) on every page hit.The text was updated successfully, but these errors were encountered: