• Resolved tomaszraczek

    (@tomaszraczek)


    Hi,

    I using Yoast SEO Premium 12.9.1 which saves keywords for posts as yst_prominent_words taxonomy. I have over 17,000 taxonomies of this type.

    If the taxonomies parameter in the ConfigDataHelper::getPostsAllCategories() function is empty, it saves over 17,000 taxonomies to one database record. To read and write this record need about 100 MB of memory. Each time when I add a new post, the memory will increase.

    I don’t see these taxonomies displayed when choosing rules. I think excluding yst_prominent_words taxonomy would solve the problem.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @tomaszraczek,

    Thank you for letting us know about this.
    WE have added a task to include this fix in the next update.
    For now, we will give you the fixed version of the plugin which you will need to replace with the old one.
    Please follow these steps so that you won’t have the problem anymore:
    1. Uncheck this option: https://prnt.sc/q9s73n
    2. Delete the free plugin from WP account
    3. Download the new plugin from here: https://we.tl/t-Vx69QA4W82
    4. And upload it to your WP account

    Let us know if this helped.

    Thread Starter tomaszraczek

    (@tomaszraczek)

    Unfortunately, your amendment didn’t help me. All terms are still saved by set_transient().

    I added the yst_prominent_words exclusion when writing to the database – https://we.tl/t-TFZp8BemCa

    Although I first had to load identifiers for this type of taxonomy, memory consumption is less than loading all data for these taxonomies.
    Memory usage from 90 MB has been reduced to 17 MB.

    The best solution would be to load specific types of taxonomies, but I don’t know if it will be possible.

    Hi @tomaszraczek,

    WE are sorry, that you are experiencing this.
    As for the first inquiry, all the transients are being refreshed once there are made changes in the popup.

    What is more, on every update, we are trying to decrease memory usage.

    Let us know in case of any other questions.

    Thread Starter tomaszraczek

    (@tomaszraczek)

    Ok, so from what I understand this issue will be solved in the next update?
    If you can let me know when will be the next update.

    Hey @tomaszraczek,

    I am sorry I can’t give an exact ETA for the moment.
    Please try to update once you see a new version. We will try to implement those fixes as soon as possible.
    Also, please save the path that you have edited so that after the update you can replace it again. I asking this so that all the changes will be implemented in the new one.
    The path:
    your_wordpress_folder/wp-content/pugins/popup-builder/com/helpers/ConfigDataHelper.php

    Hey @tomaszraczek ,

    We were wondering whether you saw our last message.
    Please let us know if there is anything we can help you in a new thread, I will mark this one as resolved.

    Best,
    Popup Builder Team

    Thread Starter tomaszraczek

    (@tomaszraczek)

    Ok I understand. So I am waiting for a new release.

    Thank you very much!

    Thank you too!
    Have a great day and stay healthy.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Performance – loading Yoast SEO taxonomies’ is closed to new replies.