Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-4844

Implement a test query cache for language resources for speed improvement

XMLWordPrintable

    • High
    • Hide
      In order to use the cache install redis as service before performing the update, add to the docker compose file:
          redis:
              image: redis:alpine
      docker compose up -d then do the update, or use service autodiscovery afterwards.
      Show
      In order to use the cache install redis as service before performing the update, add to the docker compose file:     redis:         image: redis:alpine docker compose up -d then do the update, or use service autodiscovery afterwards.
    • Install a cache for faster pivot pre-translations on multi target language tasks

      problem

      slow import due multiple times the same queries to t5memory for pivot pre-translations on multi target language tasks

      solution

      implement a query cache, so that t5memory is not always queried to search the same queries again and again.

            tlauria Thomas Lauria
            tlauria Thomas Lauria
            Sanya Mikhliaiev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: