6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10286] Speed up browsing folders with a lot of files
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .._..__..__ | \|\/| | | |[ __ |__/| |_|_|__\[_./
Comment
> OK, I finally got some time to inspect the issue. Seems like > queryLastLog() in Git driver is very expensive. And it is performed > on every file in a directory. > > As far as I know currently git doesn't support retrieving last log > entries for all folder files. git ls-tree is very similar, but it > doesn't include last commit author and date. However these > limitations can be avoided by using something like: > > for a in $(ls); do git log --pretty=format:"%h%x09%an%x09%ad%x09$a" > -1 -- "$a"; done
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers