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

perf(settings): Speed up InternetConnectivity setup check #49977

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joshtrichards
Copy link
Member

@joshtrichards joshtrichards commented Dec 27, 2024

Summary

Specify default protocol (https://) for the default domains rather than let default handling trigger both http:// and https:// tests.

Reduces network category check time by >20% (#49978) and overall setup check time by ~16% in my test environment.

TODO

  • n/a

Checklist

Specify default protocol (https://) rather than let default handling test both http:// and https://

Signed-off-by: Josh <[email protected]>
@joshtrichards joshtrichards added this to the Nextcloud 31 milestone Dec 27, 2024
@joshtrichards joshtrichards requested review from susnux, come-nc, a team, skjnldsv and provokateurin and removed request for a team December 27, 2024 16:05
Copy link
Member

@provokateurin provokateurin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants