-
Notifications
You must be signed in to change notification settings - Fork 11
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
Added Cache Map (.basset) #27
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this! Let's do it! Left a few notes on class names etc - let me know what you think.
Also, heads-up @promatik - please merge |
# Conflicts: # src/BassetManager.php # src/config/backpack/basset.php
…files Basset block delete old files
Added github workflow to run php stan and tests
|
This PR aims the first possible improvement on #18 👌
I'll start this by the results;
Previous loading times in ms for demo monsters edit page, >200 bassets;
Using cache map 🤯
It's 3 times faster!!!
There's a new config for enabling or disabling cacheMap
'cache_map' => true
.In order to test the loading times, there's a hidden config
'log_execution_time' => true
👌