Web pages are often stuck #2091

Closed
opened 2025-11-02 04:23:54 -06:00 by GiteaMirror · 9 comments
Owner

Originally created by @haohetao on GitHub (Jul 24, 2018).

  • Gitea version (or commit ref):5.0-rc2
  • Git version:
  • Operating system:windows 10 64bit
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

Web pages are often stuck,binary download from https://dl.gitea.io/gitea/
git server is local

Screenshots

qq 20180724150725

Longer delay,1.6s

Originally created by @haohetao on GitHub (Jul 24, 2018). <!-- 1. Please speak English, this is the language all of us can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/NsatcWJ) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> - Gitea version (or commit ref):5.0-rc2 - Git version: - Operating system:windows 10 64bit - Database (use `[x]`): - [ ] PostgreSQL - [x] MySQL - [ ] MSSQL - [ ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [ ] Not relevant - Log gist: ## Description Web pages are often stuck,binary download from https://dl.gitea.io/gitea/ git server is local ## Screenshots ![qq 20180724150725](https://user-images.githubusercontent.com/4592571/43130012-3c001b58-8f68-11e8-9620-82193fe81fd2.png) Longer delay,1.6s <!-- **If this issue involves the Web Interface, please include a screenshot** -->
GiteaMirror added the issue/duplicate label 2025-11-02 04:23:54 -06:00
Author
Owner

@jonasfranz commented on GitHub (Jul 24, 2018):

Only issues written in English are accepted, please reopen after you translated it to English.

@jonasfranz commented on GitHub (Jul 24, 2018): Only issues written in English are accepted, please reopen after you translated it to English.
Author
Owner

@haohetao commented on GitHub (Jul 24, 2018):

Already modified, don't know how to reopen

@haohetao commented on GitHub (Jul 24, 2018): Already modified, don't know how to reopen
Author
Owner

@Wqrld commented on GitHub (Jul 26, 2018):

What is stuck? Your screenshot just shows show loading (Which shouldn't happen on a local server)

@Wqrld commented on GitHub (Jul 26, 2018): What is stuck? Your screenshot just shows show loading (Which shouldn't happen on a local server)
Author
Owner

@haohetao commented on GitHub (Aug 14, 2018):

It did happen
qq 20180814163822
My computer configuration is
cpu:intel i7 7700k
memory:16GB
hard disk:2TB+2TB raid0

@haohetao commented on GitHub (Aug 14, 2018): It did happen ![qq 20180814163822](https://user-images.githubusercontent.com/4592571/44081170-a946dea8-9fe0-11e8-80ba-c62cbae67f33.png) My computer configuration is cpu:intel i7 7700k memory:16GB hard disk:2TB+2TB raid0
Author
Owner

@haohetao commented on GitHub (Aug 14, 2018):

It's very slow when open when browser repository

@haohetao commented on GitHub (Aug 14, 2018): It's very slow when open when browser repository
Author
Owner

@lunny commented on GitHub (Aug 14, 2018):

How big are your repo?

@lunny commented on GitHub (Aug 14, 2018): How big are your repo?
Author
Owner

@haohetao commented on GitHub (Aug 14, 2018):

5,737 files
260MB size
the page bottom show:
Gitea Version: 1.5.0 Page: 2400ms Template: 1779ms

@haohetao commented on GitHub (Aug 14, 2018): 5,737 files 260MB size the page bottom show: Gitea Version: 1.5.0 Page: 2400ms Template: 1779ms
Author
Owner

@Siesh1oo commented on GitHub (Sep 11, 2018):

Can confirm; larger repos (Linux kernel, Android repo to name a few examples) take >8-10seconds even on high-end machines.

For each request a huge number of git-list-rev and git-cat-file calls are spawned.

@Siesh1oo commented on GitHub (Sep 11, 2018): Can confirm; larger repos (Linux kernel, Android repo to name a few examples) take >8-10seconds even on high-end machines. For each request a huge number of git-list-rev and git-cat-file calls are spawned.
Author
Owner

@lunny commented on GitHub (Sep 11, 2018):

@Siesh1oo this is a known issue for big repo. duplicated with #491

@lunny commented on GitHub (Sep 11, 2018): @Siesh1oo this is a known issue for big repo. duplicated with #491
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#2091