Add botman command cache
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.