Skip to content

Faster search inside Project

Valery Sizov requested to merge faster_project_search into master

What does this MR do?

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.

Merge request reports