Hi Donncha, thank you for joining in and your reply. Much appreciated.
Following your advice, and using Simple mode seems to work better. I’ll have to do some extra testing and debugging in de next few days, but a separate cache file is created according to the debug functionality:
$ grep wishlist wp-content/wp-cache-config.php
$cache_rejected_uri = array ( 0 => 'wp-.*\\.php', 1 => 'index\\.php', 2 => 'wishlist', 3 => 'wishlist/*', );
$ grep wpsc_cookies wp-content/wp-cache-config.php
$wpsc_cookies = array ( 0 => 'yith_wcwl_session_15359811dc750423199e6f7bdde9ae51', );
13:07:47 247 /?add_to_wishlist=59016 wpsc_get_auth_cookies: no auth cookies detected
13:07:47 247 /?add_to_wishlist=59016 wpsc_is_caching_user_disabled: false
13:07:47 246 /product-tag/walk-around/page/148/?add_to_wishlist=10403 supercache dir: ABSPATH/wp-content/cache/supercache/www.example.com/product-tag/walk-around/page/148/
13:07:47 247 /?add_to_wishlist=59016 wp_cache_get_cookies_values - found extra cookie: yith_wcwl_session_15359811dc750423199e6f7bdde9ae51
13:07:47 247 /?add_to_wishlist=59016 wp_cache_get_cookies_values: return: f3ac53821a909e42a6e4cce2a7ae2c9e
13:07:47 246 /product-tag/walk-around/page/148/?add_to_wishlist=10403 No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/www.example.com/product-tag/walk-around/page/148/index-https.html
13:07:47 247 /?add_to_wishlist=59016 supercache dir: ABSPATH/wp-content/cache/supercache/www.example.com/
13:07:47 247 /?add_to_wishlist=59016 No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/www.example.com/index-https.html
13:07:47 247 /?add_to_wishlist=59016 wp_cache_get_cookies_values: cached: f3ac53821a909e42a6e4cce2a7ae2c9e
13:07:47 247 /?add_to_wishlist=59016 In WP Cache Phase 2
13:07:47 247 /?add_to_wishlist=59016 Setting up WordPress actions
13:07:47 247 /?add_to_wishlist=59016 Supercache caching disabled. Only using wp-cache. Non empty GET request. {"add_to_wishlist":"59016"}
13:07:47 247 /?add_to_wishlist=59016 Created output buffer
13:07:47 246 /product-tag/walk-around/page/148/?add_to_wishlist=10403 wp_cache_get_cookies_values: return:
13:07:47 246 /product-tag/walk-around/page/148/?add_to_wishlist=10403 wp_cache_phase2: No caching to do as user agent rejected.
13:07:50 247 /?add_to_wishlist=59016 URI rejected. Not Caching
13:07:50 247 /?add_to_wishlist=59016 wp_cache_maybe_dynamic: returned $buffer
And
13:25:57 223 /?add_to_wishlist=58998 wpsc_get_auth_cookies: no auth cookies detected
13:25:57 223 /?add_to_wishlist=58998 wpsc_is_caching_user_disabled: false
13:25:57 223 /?add_to_wishlist=58998 wp_cache_get_cookies_values - found extra cookie: yith_wcwl_session_15359811dc750423199e6f7bdde9ae51
13:25:57 223 /?add_to_wishlist=58998 wp_cache_get_cookies_values: return: f3ac53821a909e42a6e4cce2a7ae2c9e
13:25:57 223 /?add_to_wishlist=58998 supercache dir: ABSPATH/wp-content/cache/supercache/www.example.com/
13:25:57 223 /?add_to_wishlist=58998 No Super Cache file found for current URL: ABSPATH/wp-content/cache/supercache/www.example.com/index-https.html
13:25:57 223 /?add_to_wishlist=58998 wp_cache_get_cookies_values: cached: f3ac53821a909e42a6e4cce2a7ae2c9e
13:25:57 223 /?add_to_wishlist=58998 In WP Cache Phase 2
13:25:57 223 /?add_to_wishlist=58998 Setting up WordPress actions
13:25:57 223 /?add_to_wishlist=58998 Supercache caching disabled. Only using wp-cache. Non empty GET request. {"add_to_wishlist":"58998"}
13:25:57 223 /?add_to_wishlist=58998 Created output buffer
13:25:59 223 /?add_to_wishlist=58998 URI rejected. Not Caching
13:25:59 223 /?add_to_wishlist=58998 wp_cache_maybe_dynamic: returned $buffer
@yithemes
The only issue now is that the ‘quick-wishlist’ is cached on previous pages and thus not increased / updated (I also tried https://support.yithemes.com/hc/en-us/articles/115001372967-Wishlist-How-to-count-number-of-products-wishlist-in-ajax).