Forums › Forums › Search & Filter Pro › Cache Not automatic update after import CSV?
Tagged: cache, csv, woocommerce
- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by Anonymous.
-
Anonymous(Private) April 5, 2017 at 7:02 am #101498
Hello,
I have a question. I use plugin with Woocommerce and because of my products is a lot of. So, I decide to import all products through CSV import. Then, I see that the product is not show after filter. I have to go to click Rebuild Cache by manually. Is it possible to make the search and filter update the result cache automatically?And more question is How can I make the rebuild cache clear faster? My products is about 6,000 products and it seems take about 10 minutes for update them all.
Thank you 🙂
Anonymous(Private) April 5, 2017 at 7:05 am #101499I see in the setting > Frequently accessed query data will be stored in transients – this sometimes helps on sites with larger numbers of posts and filters/options.
Do you think I have to select this option? because my product is 6,000 products.
Thank you
Trevor(Private) April 5, 2017 at 10:43 am #101523You need to modify the importer process. If your is like mine, then it actually imports one post at a time. In the code it will return the post ID as it does so. You will need to add that post to our cache at that point, using the Update Cache for a Particular Post action.
-
AuthorPosts