[BUG] Search very slow on Sites with large database

Posted in: Newspaper
Post count: 20

Bug in /wp-content/plugins/td-cloud-library/state/search/tdb_state_search.php at around line 196:
$wp_query = $tdb_state_search->get_wp_query();

This duplicate search queries making search very slow.

Duplicate queries can be viewed in mySQL log:

Remedy:
Comment out Line 196 so queries run once only
//$wp_query = $tdb_state_search->get_wp_query();

  • This topic was modified 5 years by MG Dev.
Post count: 21065

Hello!

We will gladly take your remedy in consideration.

Thank you for your recommendation!
Have a nice day!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.