Title: Product Feed Pro vs. Object Cache
Last modified: September 9, 2020

---

# Product Feed Pro vs. Object Cache

 *  Resolved [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/)
 * Hi,
    Is there some way to run Product Feed Pro with a system that uses a Redis
   object cache? The site I am working with will only update a feed with the object
   cache disabled, but I would very much like to have it enabled.
 * Experiences, links etc. welcome!

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/page/2/?output_format=md)

 *  [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * (@supportadtribes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13383792)
 * Hi,
 * We have tried to make our plugin compatible with the Redis Object caching a few
   times, unfortunately we did not succeed in doing so. As far as we know this won’t
   work but we’d love to hear from users who suggest otherwise ofcourse.
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13383921)
 * Bad news that is – how about cache groups, would that be a future possibility?
   Or are we too few using that type of cache? Would love to hear if anyone solved
   this.
    Thanks, Per
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13388980)
 * You should be able to sort this.
    In the meantime, we will solve this by removing
   the object cache during low traffic hours and reinstate it again when traffic
   returns.
 *  [sandervdnd](https://wordpress.org/support/users/sandervdnd/)
 * (@sandervdnd)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13396242)
 * [@labbapo11](https://wordpress.org/support/users/labbapo11/) and [@supportadtribes](https://wordpress.org/support/users/supportadtribes/)
   I am running into the same issues.
 * I am testing Product Feed PRO for WooCommerce as we speak, and love it so far.
   So I am ready to buy, but also need to figure out how to deal with the Redis 
   object cache. All these WP caching plugins don’t perform as well as server-based
   caching, so I’d like to stick with Redis.
 * Once I purge the object cache the feed is updated. So perhaps a cron job to purge
   the object cache before the feed will be generated will work.
 *  [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * (@supportadtribes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13396970)
 * We have tried this a couple of times and spend many development days on it, even
   had to roll-back some release of our plugin. We are sorry to say but we are not
   going to try this again.
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13396984)
 * [@sandervdnd](https://wordpress.org/support/users/sandervdnd/) I agree that server
   caching is superior, so if [@supportadtribes](https://wordpress.org/support/users/supportadtribes/)
   says they cannot fix it you need to roll your own mechanism, that is what we 
   are doing right now.
 * Not sure if flushing the cache is enough but if you manage I would love to hear
   about it. We currently do a simple turn off cache->update feed->turn on cache.
   This during low traffic hours. Apparent drawback is of course that feeds are 
   only updated once a day but we can live with that.
 *  [sandervdnd](https://wordpress.org/support/users/sandervdnd/)
 * (@sandervdnd)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13397087)
 * Understood [@supportadtribes](https://wordpress.org/support/users/supportadtribes/)
   it’s a pity though because e-commerce websites cannot make good use of page caching,
   and are great candidates for a persistent object caching option such as Redis.
   Those are the same websites that likely need the feed to Google Merchant Centre
   and others. Anyhow, I do understand that you cannot support everything. Thanks
   for the prompt reply, appreciate that.
 * [@labbapo11](https://wordpress.org/support/users/labbapo11/) I am using SpinupWP
   to deploy my servers. Hope that I can use WP-CLI with their implementation of
   Redis and a Cronjob to flush the object cache before the feed-gen kicks in. Since
   I focus on Europe only, I assume I can run this once a day at 3AM when there 
   are likely no users active.
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13398394)
 * [@supportadtribes](https://wordpress.org/support/users/supportadtribes/) is it
   possible to initiate an update from the command line or wp-cli?
 *  [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * (@supportadtribes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13399026)
 * This unfortunately is not possible.
 *  [sandervdnd](https://wordpress.org/support/users/sandervdnd/)
 * (@sandervdnd)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13424178)
 * [@labbapo11](https://wordpress.org/support/users/labbapo11/)
 * SpinupWP confimed to me that I can run a WP-CLI command to flush Redis.
 * wp cache flush
 * … and that I can schedule this via a cron job.
 * In the meantime I will test some other feed generators too. Perhaps they support
   Redis out of the box.
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13427143)
 * [@supportadtribes](https://wordpress.org/support/users/supportadtribes/) I would
   like to set the time when a “once daily” update occurs. I assume the logic is“
   24hrs after last update”? So, if I enter a timestamp in the wp-options -> woosea_cron_hook
   db field that marks latest update, would the next update then occur 24hrs after?
 * [@sandervdnd](https://wordpress.org/support/users/sandervdnd/) did you manage
   to work out a solution with wp-cli and flushdb?
 *  [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * (@supportadtribes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13427569)
 * The plugin won’t check when the last update was so that won’t work. It will just
   kick off an update just after 7 o’clock in the morning (local server time).
 *  Thread Starter [labbapo11](https://wordpress.org/support/users/labbapo11/)
 * (@labbapo11)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13427616)
 * And where is “just after 7 o’clock in the morning” defined then?
 *  [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * (@supportadtribes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13427753)
 * On line 4290 of the main woocommerce-sea.php script.
 *  [sandervdnd](https://wordpress.org/support/users/sandervdnd/)
 * (@sandervdnd)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/#post-13456737)
 * To come back to your earlier question [@labbapo11](https://wordpress.org/support/users/labbapo11/)
 * I am working on a ton of things right now and have not had the time to create
   a cron job. I did however run the WP CLI command manually, waited 24 hours, and
   all seems fine. Products are added to the feed and to Google Merchant Centre.
 * Since my shop is in the making I am not sure what the performance impact will
   be for rebuilding the cache each time. What I do know is that Redis makes a massive
   difference. When disabled, page load times on average increase by a factor of
   5.
 * I have not had the time to test other plugins and their behaviour with Redis /
   Object Caches.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/page/2/?output_format=md)

The topic ‘Product Feed Pro vs. Object Cache’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-feed-pro/assets/icon-256x256.png?rev=3111496)
 * [Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce](https://wordpress.org/plugins/woo-product-feed-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-feed-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-feed-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-feed-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-feed-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-feed-pro/reviews/)

## Tags

 * [object-cache](https://wordpress.org/support/topic-tag/object-cache/)
 * [product feed pro](https://wordpress.org/support/topic-tag/product-feed-pro/)

 * 16 replies
 * 3 participants
 * Last reply from: [supportadtribes](https://wordpress.org/support/users/supportadtribes/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/product-feed-pro-vs-object-cache/page/2/#post-13619422)
 * Status: resolved