Translatepress Object Cache
-
Hi,
We are using Translatepress with Woocommerce and our pages include all products translated by Translatepress, but we are expreincing a huge slow down in Russian language which we are set in translatepress, basically our website original language is in Turkish and it is translating to Russian. We are also using Redis Object Cache to speed up backend, in Turkish language it is working but in Russian language Redis does not cache, after we have noticed that Translatepress setwp_cache_add_non_persistent_groups(array('trp'))
which makes Redis do not cache,We are tried to comment this line of code to cache translatepress backend to speed up our Russian language, it somehow helped, but we have experienced huge problems with permalinks which takes most pages to 404 NOT found in russian language
My question is if there is solution to cache Translatepress backend so we wont get problems with permalinks, because we are experiencing slow down in Russian Language, as I said Translatepress dev set wp_cache_add_non_persistent_groups(array(‘trp’)) as default.
If not is there anything else we can do to speed up our translated website.
- The topic ‘Translatepress Object Cache’ is closed to new replies.