Skip to content
Discussion options

You must be logged in to vote
Answered by MilliPress Admin Mar 16, 2026

Hi @MrGKanev, great question!

MilliCache respects the DONOTCACHEPAGE constant, which WooCommerce sets on pages like cart, checkout, and my-account. So those pages are automatically excluded from caching — no configuration needed.

You should add the Sourcebuster tracking cookies (sbjs_*, used by WooCommerce's Order Attribution feature since 8.5+) to the Ignored Cookies list. So that they do not generate cache variants. In wp-config.php:

define( 'MC_CACHE_IGNORE_COOKIES', [
    ...
    'sbjs_*',
] );

Or configure it in Settings → MilliCache → Ignored Cookies in the admin UI.

Redis memory for ~10k products

Memory depends on the number of unique cacheable URLs, not product count. A 10k-produ…

Replies: 1 comment

Comment options

MilliPress Admin
Mar 16, 2026

You must be logged in to vote
0 replies
Answer selected by MilliPress Admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant