Skip to content

perf(connections): load connection secrets concurrently on startup - #190

Merged
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/186-secure-storage-n-plus-1
Jun 16, 2026
Merged

perf(connections): load connection secrets concurrently on startup#190
ZhuchkaTriplesix merged 1 commit into
devfrom
issue/186-secure-storage-n-plus-1

Conversation

@ZhuchkaTriplesix

Copy link
Copy Markdown
Member

Closes #186

Speeds up Connection list loading by replacing sequential secure storage reads in a loop with concurrent .

@ZhuchkaTriplesix ZhuchkaTriplesix left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

123

@ZhuchkaTriplesix
ZhuchkaTriplesix merged commit cf55d5f into dev Jun 16, 2026
3 checks passed
@ZhuchkaTriplesix
ZhuchkaTriplesix deleted the issue/186-secure-storage-n-plus-1 branch June 19, 2026 03:33
@ZhuchkaTriplesix ZhuchkaTriplesix self-assigned this Jun 20, 2026
@ZhuchkaTriplesix ZhuchkaTriplesix linked an issue Jun 22, 2026 that may be closed by this pull request
ZhuchkaTriplesix added a commit that referenced this pull request Jul 27, 2026
perf(connections): load connection secrets concurrently on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance: N+1 Secure Storage Requests on Sidebar Load

1 participant