@JulienMelissas and I use(d) WP Redis – WordPress plugin | WordPress.org . I don’t recall having that file change issue. Not sure how much that helps, I haven’t worked with wp-redis and an ecommerce site, so haven’t seen Product Attributes disappear, but nothing should break without using a cache. If you have to do something with each deploy, you should add some code into your trellis repo for it. For example, I have this for another obj cache plugin I used
https://github.com/partounian/trellis/blob/project-template/deploy-hooks/finalize-after.yml
then in group_vars/staging/wordpress_sites.yml in cache I would set wp_lcache: true if I wanted it. It looks like cache:
cache:
enabled: true
wp_lcache: false
https://discourse.roots.io/t/any-information-for-scaling-a-wp-website/14319