Files tab (tree view) could use redis for caching
Created by: PAStheLoD
Hello!
GitLab is amazing, so we naturally migrated to it, and in a fairly big repository we have to wait a lot for the tree browser to work its way through the git logs of each directory/file; then I wondered, this should be a perfect match for Redis.
Are there any plans for mitigating the forking and running of "git log" for each list item, or has it ever came up as a performance bottleneck before?
Thanks for taking a look at this!