Import process extremely slow with large number of keys and multiple languages #169
digitalcraftlabs
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have a large number of translation keys (around 140,000) spread across different files. Since I have 12 languages, the total number of entries to import is multiplied (≈ 1.68 million).
The current import process is very slow because:
In our case, the import now takes around 3 hours to complete.
Is there any way to optimize the import process? For example:
Any guidance or solution would be greatly appreciated.
Thanks in advance!
All reactions