This plugin causes database bloating
-
It seems like the checkout fields are stored in the Woo session.
WC()->session->wooccm['fields']That represents 95+% of the size of our sessions and is making our database huge.
Is there a setting we can enable to change that behavior? To store that on the server once instead since 99.84% of them have the exact same value in that field?
We reduced the TTL meanwhile, but that’s still heavy writing for large sites with a lot of traffic.
Thank you for any assistance! 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.