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

feat: linux performance #131

Merged
merged 12 commits into from
Jul 20, 2023
Merged

feat: linux performance #131

merged 12 commits into from
Jul 20, 2023

Conversation

lgalabru
Copy link
Contributor

hord-perf (1)

After a deeper investigation, the performance bottleneck experienced in our cloud deployment (much much slower than laptop) was successfully diagnosed and fixed.
Most of the time was being spent in SSL initializations, which is something we can avoid by doing this operation once and cloning the initialized context / http client across threads.

@lgalabru lgalabru merged commit d896341 into develop Jul 20, 2023
@lgalabru lgalabru deleted the feat/perf branch July 21, 2023 15:29
@blockstack-devops
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants