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

Improve performance by reduce loadings of Translator #124

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

norberttech
Copy link
Member

Change Log

Added

Fixed

Changed

  • load Translator only once for given locale

Removed

Deprecated

Security


Description

Before:

Wall Time     644ms
I/O Wait     3.61ms
CPU Time      640ms
Memory       1.67MB
Network         n/a     n/a     n/a
SQL             n/a     n/a

After:

Wall Time    22.8ms
I/O Wait       59µs
CPU Time     22.8ms
Memory       1.46MB
Network         n/a     n/a     n/a
SQL             n/a     n/a

@norberttech norberttech merged commit 9a1e139 into coduo:4.x Feb 24, 2021
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

Successfully merging this pull request may close these issues.

1 participant