• Resolved filoveg

    (@filoveg)


    A few times per day WP Import plugin imports products and their meta and taxonomy data. I have noticed that in dashbord product listing, a very small percentage of products (maybe 20 products from 6000 of them) don’t have their category and tag shown but when I filter products by categories (in admin listing) I can see those products there. Also, both categories and tags show correctly when I open those products to edit them so on WP end this should be working ok.

    After flushing cache in your plugin these missing categories and tags do show. Maybe somewhere in the process of importing these products are being fetched somewhere, thus Redis saves those queries and doesn’t know that it should grab new data (?)

    Is there a function I could use to trigger flushing cache with PHP? I would use it with a WP Import hook after it finishes so maybe this would fix the issue

Viewing 1 replies (of 1 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    Yeah, you can use the wp_cache_flush() function to empty your Redis cache 👍

    It might be good to reach out the the WP Import team and ask them to ensure that their plugin works with a persistent object cache.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug with some terms / compatibility with WP Import plugin’ is closed to new replies.