• Resolved CDHeumann

    (@cdheumann)


    Hello, I have an incredibly large table called “…rank_math_redirections_cache” with 402,733 rows and a size of 577.52 MB. How can I clear the redirection cache? I have already deleted a few redirects with the highest access counts, but that did not help.

Viewing 1 replies (of 1 total)
  • Plugin Support Jaideep Asrani

    (@jaideeprm)

    Hello @cdheumann,

    Thank you for contacting Rank Math support.

    You can delete the content inside the redirections_cache table by using the following SQL query: DELETE FROM wp_rank_math_redirections_cache;

    Replace wp_ with your actual table prefix if it’s different.

    However, please make sure that you don’t remove the table directly, but the content inside it only. It might make your current redirections run a little bit slower for the first time they are loaded after deleting the cached content, but won’t cause any issues on your site.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.