How to preload translations on app start-up rather than first request? #1622
Unanswered
andygnewman
asked this question in
Q&A
Replies: 1 comment 4 replies
-
The translations are loaded when Are you experiencing some sort of latency? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with an app with 25 locales and lots of namespaces.
The way the app has been constructed, mainly following the project setup pattern described in the README, it loads all translations on the first page request.
With so many translations I would like to have them preloaded on server start-up so they are not tied to a specific request, but I'm struggling to understand how that can be done?
Is there an example available for this? Apologies if I've missed something obvious in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions