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

View Releases (multiple releases) page is slow to load when large amounts of build information is present #8150

Closed
paulegradie opened this issue May 18, 2023 · 2 comments
Assignees
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time

Comments

@paulegradie
Copy link

paulegradie commented May 18, 2023

The View Releases page makes API requests that return unnecessary data leading to slow page load times.

The Need

The View Releases page makes API requests that return unnecessary data. Limiting these payload sizes could speed up page load times.

Solution

A tactical fix for this page that mitigates a known issue with SqlClient where asychronous (i.e. sequential access) calls to SqlServer become very slow when returning rows that hold a large amount of text data. The fix is to invoke sqlClient synchronously.

@paulegradie paulegradie added the kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time label May 18, 2023
@octoreleasebot
Copy link

Release Note: Improved View Releases page load time

@Octobob
Copy link
Member

Octobob commented May 19, 2023

🎉 The fix for this issue has been released in:

Release stream Release
2023.2 2023.2.10466
2023.3+ all releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This issue represents an enhancement we are committed to adding to Octopus as some time
Projects
None yet
Development

No branches or pull requests

3 participants