• Thomas Jarvis

    (@thomasjarvisdesign)


    I recently tried Relevanssi on a site and found the index speed starts off very good but after a while it drops to 1 record per update and then 0 records.

    Following the advice here solved the problem:

    https://www.ads-software.com/support/topic/very-slow-then-stops-indexing/

    Please can you make sure this is easy to find in your FAQs or documentation or both?

    Luckily I stumbled upon the post above.

    Disabling the performance adjustments and setting the limit to 200 has worked well for me. I can probably adjust it to 2000 without issues as the server has extremely high php and mysql limits set.

    add_filter( 'relevanssi_indexing_adjust', '__return_false' );
    add_filter( 'relevanssi_indexing_limit', function() { return 200; } );

    • This topic was modified 1 year, 4 months ago by Thomas Jarvis. Reason: extra info added

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add to documentation and explain well’ is closed to new replies.