• Resolved MartijnAtWordPress

    (@martijnatwordpress)


    Hi,

    6 weeks ago, we implemented TranslatePress.

    All translated pages are loading extremely slow.

    We think the following causes the slow loading time:
    Instead of only translating the post texts and theme “Gettext strings”, also all “Gettext strings” of all plugins and WordPress are translated, including texts that won’t be visible for the website visitors.

    The slow loading is caused because a tremendous amount of unnecessary translations are pulled from the database each time a translated page is visited.

    Could anybody advise/ help us with the following:
    1) How can we safely remove “Gettext strings” from the database?
    2) Where can we find “Gettext strings” from specific plugins in the database (E.g. which tables)?
    3) If we remove “Gettext strings” from the database, does that break the plugin functionality, hard-coded paths etc.?

    Ps. The rest of the website has a fast loading time due to optimization and caching techniques. Only the translated pages have a slow loading.

    It will be great if somebody can help us.

    Kind regards,
    Martijn

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Anghel Emanuel

    (@anghelemanuel99)

    Hello there,

    Thank you for letting us know about this!

    The translated pages are expected to be a little bit slow because that`s how our plugin works.

    A method to increase the loading speed of a page is to use the “Remove duplicate rows” tool from the Advanced option.

    1) How can we safely remove “Gettext strings” from the database?

    We dont think that this is a good idea. Also, this wont affect the loading time of a page.

    2) Where can we find “Gettext strings” from specific plugins in the database (E.g. which tables)?

    The tables from TranslatePress are called wp_trp_*. For the other plugin, there should be some kind of name.

    3) If we remove “Gettext strings” from the database, does that break the plugin functionality, hard-coded paths etc.?

    We don`t recommend doing this activity but you can try on a staging environment.

    If there`s anything else, please let me know!

    Kind Regards,

    Plugin Support Alex

    (@alexcozmoslabs)

    Since it’s has been more than 5 days since you received instructions about the opened topic, and you did not return with an update, we will mark this ticket as successfully resolved.
    If you have other questions regarding TranslatePress, we recommend you create another ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slow Loading Time Translated Pages’ is closed to new replies.