• Resolved chrismask

    (@chrismask)


    I have lately tried to debug some things on my wp_options that have autoload set to yes, thus loading on every page, and found out that many plugins autoload some options to all pages even when not needed at all. This isnt a big problem if the variable is small enough, but if its big it could be. I found out that many plugin developers could do this by not knowing that when using update_option(), you need to set the 3rd parameter to false, so autoload is set to no. https://wpshout.com/wp-option-autoload/

    I found some rankmath options that were pretty big and (maybe?) unneeded fast in all pages so autoload could be set to no.

    rank_math_video_posts, rank_math_seo_analysis_results etc.

    Please give a look.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @chrismask,

    Thank you for contacting support.

    We talked about this with our developers and they are going to make some changes to make sure those options are not autoloaded since they are only used in the backend on certain pages.

    We appreciate the feedback on this matter.

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @chrismask,

    Thank you for your patience.

    Please update Rank Math & all other plugins, themes, and WordPress to the latest version.

    The issue should be fixed.

    If not, please feel free to open a support topic or reply to this message, and we will be more than happy to assist.

    I am having the same issue and it has not been fixed. rank_math_seo_analysis_results is the third biggest autoloaded resource on my website. A good majority of the stuff autoloading is rankmath.

    • This reply was modified 1 year, 9 months ago by averyjane98.
    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @averyjane98,

    Please make sure that you have updated the plugin to the latest version as we have set the autoload to false for the SEO analysis. https://rankmath.com/changelog/

    You shouldn’t face the issue on the latest version.

    Let us know if you need any other assistance.

    Same issue and I update WordPress, theme, RankMath and other plugins to latest version. but rank_math_video_posts is still one of largest. While only 3 of my blog posts have videos and only one video each. can u help me on this pls. is it safe to delete rank_math_video_posts records value or can autoload be disabled?

    Plugin Support Rank Math Support

    (@rankmathteam)

    Hello @bahramelf,

    Thank you for reaching out.

    The issue has been resolved in the previous updates and we don’t experience the issue on our end anymore. The autoload feature is already set to false.

    If the issue persists on your end, please head over to your WP Dashboard > Rank Math > Status & Tools > System Status and click the “Copy System Info to Clipboard” button, and paste it here so we can further analyze the issue.

    Looking forward to helping you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All wp_options autoload set to yes’ is closed to new replies.