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: avoid performance.now() call #15634

Merged
merged 2 commits into from
Jan 18, 2024
Merged

perf: avoid performance.now() call #15634

merged 2 commits into from
Jan 18, 2024

Conversation

patak-dev
Copy link
Member

Description

We were doing this call even when not in debug mode. It took enough time to be visible in the cpuprofile.


What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Copy link

stackblitz bot commented Jan 17, 2024

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

@patak-dev patak-dev added the performance Performance related enhancement label Jan 17, 2024
@patak-dev patak-dev merged commit e43f7ee into main Jan 18, 2024
15 checks passed
@patak-dev patak-dev deleted the perf/avoid-performance-now branch January 18, 2024 08:28
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

2 participants