-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Translator performance #13676
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
Comments
i think if you could generate a profile with xdebug or xphrof that would probalby help the team figure out the bottlenecks. |
or... profile your app with blackfire and share the profile with us. |
The case is that each time I've to retrieve a translation, the translation service not only loads the validation, form, security and routing translations, but it has to load around ~100Mb of additional translations in memory. Just to retrieve a single translation in a single language. And the application, obviously, runs out of memory. |
See #2570 |
This issue seems outdated, there have already been PRs which improve performance. ping @javiereguiluz |
OK, let's close as "fixed" ... and we can create new issues for other specific issues about translator performance. Thanks! |
Hi,
I wonder if there is any way to use custom Message Catalogues in the Translator component. I've found that the default implementation is unusable when there are lots of translations (actually, I'm working with ~7 Mb of translation generated files in several locales). I've been googling a lot, but not been able to find documentation regarding this topic.
Thanks.
Christian.
The text was updated successfully, but these errors were encountered: