Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web page becomes extremely slow when create a new PR #21422

Closed
Bruc3Stark opened this issue Oct 12, 2022 · 3 comments
Closed

Web page becomes extremely slow when create a new PR #21422

Bruc3Stark opened this issue Oct 12, 2022 · 3 comments
Labels
issue/duplicate The issue has already been reported.

Comments

@Bruc3Stark
Copy link

Description

After creating a new pull request, the website will become extremely slow when click button like "File Changed", etc, especially in some large repos. Sometimes, logging out and logging in again or changing a browser could probably help. Is their any way to accelerate the web page? Or what configuration might help to solve problem like this? Thanks a lot.

Screenshots

image

Gitea Version

1.17.2

Can you reproduce the bug on the Gitea demo site?

No

Operating System

Ubuntu 20

Browser Version

Chrome 105.0.5195.125

@Bruc3Stark Bruc3Stark added type/bug topic/ui Change the appearance of the Gitea UI labels Oct 12, 2022
@lafriks lafriks added performance/bigrepo Performance Issues affecting Big Repositories and removed type/bug labels Oct 12, 2022
@lunny
Copy link
Member

lunny commented Jul 3, 2023

Is this still a problem since now there is a files pagination?

@wxiaoguang
Copy link
Contributor

I am pretty sure there could be still some slow cases:

  • Slow for the backend handler code (doing "git" operations)
  • Slow for the network traffic, when the diff result is large
  • Slow for the browser rendering, when the result generates a lot of HTML elements
  • Slow for the browser JS (the DiffTree, etc)

Each case can be reproduced separately I guess.

But for this issue, it's not clear about which case it is for.

@lunny
Copy link
Member

lunny commented Jul 3, 2023

I think it's a duplicated of #14734

@lunny lunny closed this as completed Jul 3, 2023
@lunny lunny added issue/duplicate The issue has already been reported. and removed topic/ui Change the appearance of the Gitea UI performance/bigrepo Performance Issues affecting Big Repositories labels Jul 3, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/duplicate The issue has already been reported.
Projects
None yet
Development

No branches or pull requests

4 participants