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

Fix repeated initialization of JS translator collection #1692

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

exyi
Copy link
Member

@exyi exyi commented Aug 19, 2023

JavascriptTranslatorConfiguration constructor
initialized the translation collection on every invocation, which caused serious compilation slowdown of staticCommands which need to create new config every time.

JavascriptTranslatorConfiguration constructor
initialized the translation collection on every invocation,
which caused serious compilation slowdown of staticCommands
which need to create new config every time.
@tomasherceg tomasherceg merged commit dfc0706 into main Aug 26, 2023
14 checks passed
@tomasherceg tomasherceg deleted the fix-translation-collection-repeated-init branch August 26, 2023 07:49
@exyi exyi added this to the Version 4.2 milestone Sep 6, 2023
@exyi exyi added the bug label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants