zeripath

Results 158 comments of zeripath

I have a feeling that that repository does not have a commit-graph. I don't have access to the repository on the filesystem to check though.

I think the two urls actually represent different problems. Let's look at the first one: * https://gitea.com/marktsai0316/linux/commits/branch/master/scripts/clang-tools This is essentially: ```bash git rev-list --count $REVISION -- $FILE_PATH ``` followed-by: ```bash...

OK @vdrandom upgrade git to the latest version and go in to gitea's copy of the repo on the disk and run `git commit-graph write`. (If you're on dev/1.18 you...

actually it looks like we need `git commit-graph write --changed-paths`

Ok so it looks like that page could still benefit from a deferable/asynchronous request so I can dust off the code I was working on for that. I don't think...

So unfortunately there's still a way to get this to totally break: ![Screenshot from 2022-08-01 21-39-40](https://user-images.githubusercontent.com/1824502/182242923-d5287cc6-b1b8-4aba-b65c-b6629da0cc51.png)

Could you use pprof to confirm where the delay is?

Yes. Before I broke my hand this was precisely the kind of thing I was working on. Ok. pprof can be enabled by setting `ENABLE_PPROF=true` in `[server]` in app.ini Once...

I've just reread the issue opening comment - please could you try again on current master. You will likely find it much faster

Interestingly I am not able to duplicate the slow down on linux - ah found it