Slow to load any page

Hello,

Ive deployed gitea via helm chart on k3s cluster. Loading of any page take long time usually more than 20 seconds
Page:32528ms Template:1234ms

What could be the issue?

Thanks for help

logs, config

logs

pc --advertise-refs .
2025/04/24 18:24:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:53094, 200 OK in 11873.4ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:24:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:24:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:53132, 200 OK in 11642.9ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:24:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:24:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:53092, 200 OK in 13195.8ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:24:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:24:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:53124, 200 OK in 12408.3ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:27:32 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 10.42.0.142:55870, 200 OK in 495672.3ms @ events/events.go:18(events.Events)
2025/04/24 18:27:35 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab for 10.42.0.142:59718, elapsed 3541.9ms @ user/home.go:716(user.UsernameSubRoute)
2025/04/24 18:27:51 .../context_response.go:70:HTML() [D] Template: org/home
2025/04/24 18:27:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab for 10.42.0.142:59718, 200 OK in 20930.6ms @ user/home.go:716(user.UsernameSubRoute)
2025/04/24 18:27:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /avatars/0642e3e25d9a91d2519388e6e4dbc915?size=96 for 10.42.0.142:59718, 200 OK in 0.1ms @ web/base.go:22(avatars)
2025/04/24 18:27:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /avatars/d113849900dd51858fb15d5652a050b3?size=200 for 10.42.0.142:57130, 200 OK in 0.3ms @ web/base.go:22(avatars)
2025/04/24 18:27:56 ...o/issue_stopwatch.go:88:GetActiveStopwatch() [E] HasUserStopwatch: context canceled
2025/04/24 18:27:56 .../context_response.go:70:HTML() [D] Template: status/500
2025/04/24 18:27:56 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 10.42.0.142:59718, 500 Internal Server Error in 3116.3ms @ repo/issue_stopwatch.go:77(repo.GetActiveStopwatch)
2025/04/24 18:27:58 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /explore/repos for 10.42.0.142:57130, elapsed 3079.5ms @ explore/repo.go:167(explore.Repos)
2025/04/24 18:28:00 .../context_response.go:70:HTML() [D] Template: explore/repos
2025/04/24 18:28:02 ...eb/routing/logger.go:102:func1() [I] router: completed GET /explore/repos for 10.42.0.142:57130, 200 OK in 6637.7ms @ explore/repo.go:167(explore.Repos)
2025/04/24 18:28:04 ...ices/auth/session.go:51:Verify() [E] GetUserByID: context canceled
2025/04/24 18:28:04 routers/web/web.go:121:func9() [E] Failed to verify user: context canceled
2025/04/24 18:28:04 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 10.42.0.142:57130, 401 Unauthorized in 1871.5ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:28:06 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd for 10.42.0.142:57134, elapsed 3213.1ms @ repo/issue_stopwatch.go:77(repo.GetActiveStopwatch)
2025/04/24 18:28:16 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:28:16 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check
2025/04/24 18:28:16 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= hash-object --stdin
2025/04/24 18:28:16 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:28:16 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch
2025/04/24 18:28:20 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)apps :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:28:20 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:28:20 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 26a5862f7be064c6de1b0509424701b49cf8e557 -- :(literal)README.md :(literal)renovate.json
2025/04/24 18:28:20 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0d4ee8e338243dd33a34c81f4086d6ae9f4773f0 -- :(literal)README.md
2025/04/24 18:28:24 .../repo/view_readme.go:68:findReadmeFileInEntries() [D] Potential readme file: README.md
2025/04/24 18:28:24 ...s/charset/charset.go:154:DetectEncoding() [D] Detected encoding: utf-8 (fast)
2025/04/24 18:28:31 .../context_response.go:70:HTML() [D] Template: repo/home
2025/04/24 18:28:33 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch (17.08037824s)
2025/04/24 18:28:33 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check (17.09249109s)
2025/04/24 18:28:34 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd for 10.42.0.142:57134, 200 OK in 30372.3ms @ repo/view_home.go:332(repo.Home)
2025/04/24 18:28:37 ...eb/routing/logger.go:68:func1() [I] router: polling   GET /user/events for 10.42.0.142:57134, elapsed 3164.7ms @ events/events.go:18(events.Events)
2025/04/24 18:28:57 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 10.42.0.142:57134, 200 OK in 22911.8ms @ events/events.go:18(events.Events)
2025/04/24 18:29:00 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd for 10.42.0.142:34722, elapsed 3598.4ms @ context/repo.go:401(context.RepoAssignment)
2025/04/24 18:29:08 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:29:08 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check
2025/04/24 18:29:08 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= hash-object --stdin
2025/04/24 18:29:08 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:29:08 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch
2025/04/24 18:29:13 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)apps :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:29:13 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:29:13 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 26a5862f7be064c6de1b0509424701b49cf8e557 -- :(literal)README.md :(literal)renovate.json
2025/04/24 18:29:13 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0d4ee8e338243dd33a34c81f4086d6ae9f4773f0 -- :(literal)README.md
2025/04/24 18:29:17 .../repo/view_readme.go:68:findReadmeFileInEntries() [D] Potential readme file: README.md
2025/04/24 18:29:17 ...s/charset/charset.go:154:DetectEncoding() [D] Detected encoding: utf-8 (fast)
2025/04/24 18:29:25 .../context_response.go:70:HTML() [D] Template: repo/home
2025/04/24 18:29:27 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch (18.696360291s)
2025/04/24 18:29:27 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check (18.718439381s)
2025/04/24 18:29:27 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd for 10.42.0.142:34722, 200 OK in 30375.5ms @ repo/view_home.go:332(repo.Home)
2025/04/24 18:29:31 ...eb/routing/logger.go:68:func1() [I] router: polling   GET /user/events for 10.42.0.142:34722, elapsed 3547.9ms @ events/events.go:18(events.Events)
2025/04/24 18:30:10 ...eb/routing/logger.go:102:func1() [I] router: completed GET /user/events for 10.42.0.142:34722, 200 OK in 42081.7ms @ events/events.go:18(events.Events)
2025/04/24 18:30:13 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd for 10.42.0.142:35488, elapsed 3848.3ms @ context/repo.go:401(context.RepoAssignment)
2025/04/24 18:30:23 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:30:23 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check
2025/04/24 18:30:23 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= hash-object --stdin
2025/04/24 18:30:23 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= rev-parse
2025/04/24 18:30:23 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch
2025/04/24 18:30:27 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)apps :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:30:27 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0f23b91d44a665d49a1731b192813a75e97f059b -- :(literal)README.md :(literal)argocd-apps :(literal)renovate.json
2025/04/24 18:30:27 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 26a5862f7be064c6de1b0509424701b49cf8e557 -- :(literal)README.md :(literal)renovate.json
2025/04/24 18:30:27 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= log --name-status -c "--format=commit%x00%H %P%x00" --parents --no-renames -t -z 0d4ee8e338243dd33a34c81f4086d6ae9f4773f0 -- :(literal)README.md
2025/04/24 18:30:30 .../repo/view_readme.go:68:findReadmeFileInEntries() [D] Potential readme file: README.md
2025/04/24 18:30:30 ...s/charset/charset.go:154:DetectEncoding() [D] Detected encoding: utf-8 (fast)
2025/04/24 18:30:36 .../context_response.go:70:HTML() [D] Template: repo/home
2025/04/24 18:30:36 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:47388, elapsed 3400.8ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:40 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch (16.675819469s)
2025/04/24 18:30:40 ...dules/git/command.go:347:Run() [D] slow git.Command.Run: /usr/bin/git -c protocol.version=2 -c credential.helper= cat-file --batch-check (16.682564555s)
2025/04/24 18:30:40 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd for 10.42.0.142:35488, 200 OK in 30429.5ms @ repo/view_home.go:332(repo.Home)
2025/04/24 18:30:43 ...eb/routing/logger.go:68:func1() [I] router: polling   GET /user/events for 10.42.0.142:35488, elapsed 3105.1ms @ events/events.go:18(events.Events)
2025/04/24 18:30:44 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:44 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:47388, 200 OK in 10831.4ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41080, elapsed 3749.7ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41104, elapsed 3466.5ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38398, elapsed 3285.6ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41098, elapsed 3525.7ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41116, elapsed 3268.5ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38422, elapsed 3166.9ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41084, elapsed 3545.1ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41114, elapsed 3428.8ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38390, elapsed 3286.7ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:45 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38410, elapsed 3207.4ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41134, elapsed 3183.3ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41176, elapsed 3157.9ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38430, elapsed 3300.3ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41158, elapsed 3165.6ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41170, elapsed 3165.8ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41122, elapsed 3183.5ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:46 ...eb/routing/logger.go:68:func1() [W] router: slow      GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41150, elapsed 3178.5ms @ web/web.go:118(web.Routes.webAuth)
2025/04/24 18:30:51 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:51 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41122, 200 OK in 7856.0ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:51 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:51 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41134, 200 OK in 8014.0ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:52 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:52 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38390, 200 OK in 9713.0ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:52 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:52 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38410, 200 OK in 9783.3ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:53 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41116, 200 OK in 10776.8ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:53 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41098, 200 OK in 11287.5ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:53 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38422, 200 OK in 10961.0ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:53 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41170, 200 OK in 10061.6ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:53 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:53 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41176, 200 OK in 10165.9ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:54 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:54 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41114, 200 OK in 12024.0ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:54 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:54 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41104, 200 OK in 12184.8ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:54 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:54 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38398, 200 OK in 12106.1ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41158, 200 OK in 11195.6ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41080, 200 OK in 12911.9ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:55 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:55 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41084, 200 OK in 13114.7ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:56 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:56 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.0.142:41150, 200 OK in 12456.8ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:56 ...dules/git/command.go:292:Run() [D] git.Command.RunDir(/data/git/gitea-repositories/homelab/argocd.git): /usr/bin/git -c protocol.version=2 -c credential.helper= upload-pack --stateless-rpc --advertise-refs .
2025/04/24 18:30:56 ...eb/routing/logger.go:102:func1() [I] router: completed GET /homelab/argocd.git/info/refs?service=git-upload-pack for 10.42.1.6:38430, 200 OK in 13262.5ms @ repo/githttp.go:518(repo.GetInfoRefs)
2025/04/24 18:30:59 ...ties/notification.go:336:GetUIDsAndNotificationCounts() [W] [Slow SQL Query] SELECT user_id, sum(case when status= $1 then 1 else 0 end) AS count FROM notification WHERE user_id IN (SELECT user_id FROM notification WHERE updated_unix >= $2 AND updated_unix < $3) GROUP BY user_id [1 1745519399 1745519449] - 8.50423018s