• Resolved Sankalan

    (@sankalan)


    My site runs on a dedicated server with 32 GB RAM and 6 CPU cores. Still when I click on the Stopwords tab in Relevanssi settings, it always returns ‘host error.’

    All other tabs are working fine. I don’t understand what’s going wrong. When I disable my caching plugin, I get a white page that keeps loading and loading and loading.

    I disabled all plugins and checked. It is the same story!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    That page shows the 25 most common words in the index; it’s a heavy thing to load if your index is big. You can disable it with:

    add_filter( 'relevanssi_display_common_words', '__return_false' );
    Thread Starter Sankalan

    (@sankalan)

    That solved the issue.

    Indeed, my index had 37,000+ posts. That’s big enough, I guess.

    Thanks for helping.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stopwords Tab Not working’ is closed to new replies.