• When loading both The Events Calendar and Relevanssi (free versions) at the same time, I am getting some extremely sluggish indexing on the posts. I was able to get around it somewhat, by adding the following filter…

    add_filter(‘relevanssi_indexing_adjust’, ‘__return_false’);

    However, something seems to be clashing between the two. The site also becomes slightly sluggish when both are installed at the same time. Any ideas on what the issue might be? I’ve checked the logs and see no errors being logged. I enabled troubleshooting mode and disabled all plugins and the custom theme and still get the same result. As soon as I turn off TEC, everything speeds back up and the indexing works quick.

    Thanks,
    Wil

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

    (@msaari)

    Have you tried looking with The Query Monitor to see if that can tell you what’s so slow? Any specific slow queries?

    One possible cause is event list elements on pages; something like that can bog down indexing a lot. If you can exclude those, that’s probably a good idea.

    Thread Starter wilhud

    (@wilhud)

    I think I do on some pages. Let me check.

    Thanks,
    Wil

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

The topic ‘TEC + Relevanssi’ is closed to new replies.