Replies: 1 comment 1 reply
-
I support this idea, do you have something in mind? I believe the cache should be cleared as per the poll too, right? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if there was a caching ability for results. For models with a lot of relationships, the main table and search queries produce a lot of queries and can affect performance/price. Caching could be used in such cases.
The caveat would be how to clear the caches if there is any changes to the data. However, one could create an observer to clear it and make this clear to the developer.
Example https://youtu.be/Ga7-a826i5c
Beta Was this translation helpful? Give feedback.
All reactions