Skip to content

Memoize total_time_spent

euko requested to merge 434286-resolve-2 into master

What does this MR do and why?

Related to #434286 (closed)

Memoizes the method total_time_spent from the TimeTrackable concern to reduce the number of SQLs triggered. It allows removing the QueryLimiter threshold override in ee/spec/features/boards/scoped_issue_board_spec.rb.

Edited by euko

Merge request reports