• HI there when in WooCommerce editing a product if I go to edit an attribute which has a lot of terms in in (20,000) I get a 10 second hang before any terms are suggested.

    I have installed redis, and this plugin and when in monitor view in redis-cli I can see it going crazy caching things.

    However the speed of this dropdown as not increased, is there anything I need to do so that redis / the plugin caches this action?

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    Hey @splitpixel,

    I think you might need to write some custom code for that. WP Redis is caching each term lookup individually. When you have 20k terms, WordPress is querying against Redis 20k times. You’d need to have some code that cached all of the terms in one request.

Viewing 1 replies (of 1 total)
  • The topic ‘Slow Attribute Selection Issue’ is closed to new replies.