Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31245, comment 97


Ignore:
Timestamp:
03/20/2020 04:13:01 PM (5 years ago)
Author:
lisota
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31245, comment 97

    initial v1  
    77Now that there is a fix in place in WP 5.3.1, is it important to remove the previous fix for the alloptions race condition?
    88
    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.