🎉🎉🎉 Scrawler Router now comes with route caching 🎉🎉🎉 #18
ipranjal
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The scrawlers automatic router now comes with route caching ability to speedup your routing to max level , by default it comes with a file based cache . But we recommend using something like APCu, Memcached or Redis . You can use any cache adapter by passing any PSR 16 implementation as 4th argument while creating route collection.
Here is an example using shieldon/simple-cache Memcahe driver
Beta Was this translation helpful? Give feedback.
All reactions