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: do some profiling to optimize perf #94

Open
azurwastaken opened this issue Jul 30, 2024 · 0 comments
Open

perf: do some profiling to optimize perf #94

azurwastaken opened this issue Jul 30, 2024 · 0 comments

Comments

@azurwastaken
Copy link
Contributor

azurwastaken commented Jul 30, 2024

There is some useless latency that can be remove. use callgrind or vtune to see what part is time consuming and reduce them.

Maybe update dockerfile dev to install profiler by default during dev

Examples:

  • we have some requests that are often fast but sometimes takes 10x more time for no apparent reason - we need to investigate,
  • we have slow requests that can be optimized.
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

No branches or pull requests

1 participant