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: reduce runOptimizerIfIdleAfterMs time #12614

Merged
merged 1 commit into from Mar 29, 2023

Conversation

patak-dev
Copy link
Member

Description

On cold start, we are awaiting an extra 100ms after the last transform promise is resolved. These are all the files statically imported, or dynamically if they are called fast enough. Given the current reductions in processing time, 100ms is starting to feel too conservative. I think we can try to reduce it to 50ms during the beta and see how it works.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@patak-dev patak-dev added the performance Performance related enhancement label Mar 27, 2023
@stackblitz
Copy link

stackblitz bot commented Mar 27, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@patak-dev
Copy link
Member Author

Let's try this one during the beta

@patak-dev patak-dev merged commit d026a65 into main Mar 29, 2023
18 checks passed
@patak-dev patak-dev deleted the perf/reduce-run-optimizer-if-idle-time branch March 29, 2023 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance related enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant