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

Improve performance of Webui::Packages::BinariesController#show #15997

Open
hellcp-work opened this issue Apr 16, 2024 · 0 comments
Open

Improve performance of Webui::Packages::BinariesController#show #15997

hellcp-work opened this issue Apr 16, 2024 · 0 comments
Labels
Bug Frontend Things related to the OBS RoR app Refactoring 🏭

Comments

@hellcp-work
Copy link
Contributor

hellcp-work commented Apr 16, 2024

Issue Description

It takes a while to fetch binary data from the backend, especially for instances using interconnect. In some instances rendering also takes a long time. We should defer some loading to after the page is already there.

Expected Result

The page loads much faster

How to Reproduce

  1. Visit https://build.opensuse.org/projects/openSUSE:Factory/packages/kernel-default-base/repositories/standard/binaries
  2. Click on Details link next to the largest file

Firefox reports it as: load: 1.20 min, we should be aiming for 3 seconds to page load and then content can load for as long as it wants when the page is loaded

@hellcp-work hellcp-work added Bug Frontend Things related to the OBS RoR app Refactoring 🏭 labels Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Frontend Things related to the OBS RoR app Refactoring 🏭
Projects
None yet
Development

No branches or pull requests

1 participant