Add to documentation and explain well
-
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; } );The page I need help with: [log in to see the link]
- The topic ‘Add to documentation and explain well’ is closed to new replies.