• Resolved nicmare

    (@nicmare)


    1. checked your complete documentation
    2. checked your FAQs
    3. checked and tried every setting in advanced tab
    4. tried “TranslatePress – Disable Gettext Translation” Plugin
    5. checked “Disable dynamic translation”
    6. 256 memory_limit
    7. its MY very custom theme with no debug.log und js console errors – everything works good except:

    Problem: I have a page with 48 entries. It renders in default language in 2 seconds. Same page in a different language managed by TP: it loads 10+ seconds.

    What could be a possible big performance brake here? where can i optimize my code? excluding the table with the entries does not make any difference in performance. when i remove the table with the 48 entries, page loads fast again.

    I could show you the page but it needs credentials…

    default language:
    image

    2nd language:
    image

    • This topic was modified 3 years, 2 months ago by nicmare.
    • This topic was modified 3 years, 2 months ago by nicmare.
    • This topic was modified 3 years, 2 months ago by nicmare.
Viewing 1 replies (of 1 total)
  • Plugin Author Anghel Emanuel

    (@anghelemanuel99)

    Hello Nic,

    Thank you for letting us know about your problem!

    The translated version is expected to work slower in the secondary language due to the nature of the plugin. We need to parse the HTML and identify individual strings on every page load. That can lead to slower loading pages where there is a lot of HTML.

    Unfortunately, we don’t have a good solution for the time being except perhaps caching that page, in which case your website will serve a static version of that page.

    If there’s anything else, please let us know!

    Kind Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Huge Performance Issues’ is closed to new replies.