9 | | I think our site was experiencing a similar race condition when running WP 5.3.1 alongside the original fix from VIP Go (which we have used successfully for years with our Redis object cache instance) |
10 | | |
11 | | I haven't been able to diagnose fully, but we've been getting timeouts on our Redis instance causing site lags during the past few weeks. |
12 | | |
13 | | The error logs indicate timeouts around calls like this: WP_Object_Cache->get('alloptions', 'options', false, NULL) |
14 | | |
15 | | I have removed the alloptions fix, which seems to have fixed the issue. Just not wrapping my head around what was happening when the VIP Go alloptions fix was running alongside WP 5.3.1. |