Forums › Forums › Search & Filter Pro › Rebuilding Cache Freeze and do not work
Tagged: rebuild cache
- This topic has 3 replies, 2 voices, and was last updated 6 years ago by
Trevor.
-
Anonymous(Private) September 3, 2020 at 2:23 pm #258395
Hello there Trevor!
I’m seeing this issue around, and tried the solutions you gave but it still not work.
I have imported a custom posts and toxonomies into WordPress with WP All Import. The first time around, the cache building worked, but the other times, the item counts were not accurate in French and they were not updating in the default english language. Rebuilding the cache kept freezing
Tried to clone, create a new form with regular posts and pages but it does the same.
I added the function you mentioned with no avail.
add_action('pmxi_saved_post', 'wp_all_import_post_saved', 10, 1); function wp_all_import_post_saved($id) { do_action('search_filter_update_post_cache', $id); }Could you help me out?
Thank you so much!
Trevor(Private) September 4, 2020 at 8:13 am #258456I think this may be the problem, so can you switch the ‘Use Transients’ setting off:
https://www.screencast.com/t/sOp8zsdCxZy0
The way that setting works makes it incompatible with translation plugins (causing cache issues in one or more languages).
-
AuthorPosts