slow product page

#17291
  • Resolved Kiriakos Natsis
    Rank Math free

    Hello,

    I am experiencing a problem after upgrading Rank Math SEO on the latest version (1.0.33).
    I have a WooCommerce shop and on all my products i have many terms used by a plugin i use for filtering (vehicle parts finder).
    When i try to enter the edit product page on the backend the load time of the page is 73s or more(with rank math disabled is 4s).
    Using Query Monitor i found out that rank math is causing the slow loading issue.
    Furthermore i see that rank math has created many(over 400) custom field on every product page with name “rank_math_internal_links_processed”.
    Is there a way that i can fix this issue?

    Thank you in advanced.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    We might need to take a closer look at the settings. Please edit the first post on this ticket and include your WP logins in the designated Sensitive Data section.
    Sensitive Data Section

    It is completely secure and only our support staff has access to that section. If you want, you can use the below plugin to generate a temporary login URL to your website and share that with us instead:

    https://wordpress.org/plugins/temporary-login-without-password/

    You can use the above plugin in conjunction with the WP Security Audit Log to monitor what changes our staff might make on your website (if any):

    https://wordpress.org/plugins/wp-security-audit-log/

    We really look forward to helping you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    I have just tried to install the Health Check and troubleshooting plugin but this has cause an error on the admin pages “This site is experiencing technical difficulties. Please check the email admin inbox for instructions.”
    Could you please disable this plugin and also add the following code to your functions.php file to disable the custom fields metabox on your pages:

    function my_remove_meta_boxes() {
    	if ( ! current_user_can( 'manage_options' ) ) {
    	
    		remove_meta_box( 'postcustom', 'post', 'normal' );
    		
    	}
    }
    add_action( 'admin_menu', 'my_remove_meta_boxes' );

    This should then be able to increase the page load speed.

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Perfect!
    Thanks for your help.
    Is there a way to remove all the custom fields with name “rank_math_internal_links_processed” from the product pages?

    Hello,

    Thank you for contacting Rank Math today.

    You can follow these steps to delete the custom field entry from your database:

    • Login to phpMyAdmin and click the database in the left hand sidebar
    • Click on the post_meta table in the left hand sidebar
    • In the Sort by key: select PRIMARY (Ascending)
    • Check the boxes for rank_math_internal_links_processed
    • Scroll down to the end of the table and click the delete button to delete all checked fields.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘slow product page’ is closed to new replies.