Faster search inside Project
Compare changes
+ 4
− 0
@@ -1064,6 +1064,10 @@ class Repository
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
It adds memoization for methods tha perform a search. Before this we performed search twice during one request. It also includes some minor refactoring. I have not implemented memoization for some AR queries since it does not make sense I think.