Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37699, comment 41


Ignore:
Timestamp:
08/28/2016 10:41:59 PM (8 years ago)
Author:
dlh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37699, comment 41

    initial v1  
    11A report from "the wild": [38279] broke a site I work on. But, there are a lot of steps to replicating what happened, and a plugin is involved. It might be impossible for core to account for a case like it.
    22
    3 1. This site caches some `WP_Query` objects as transients. The serialized `WP_Query` now includes The `$db` property.
     31. This site caches some `WP_Query` objects as transients. The serialized `WP_Query` now includes the `$db` property.
    442. I have Query Monitor enabled, including its `QM_DB` class.
    553. `QM_DB` keeps a trace of queries, and any objects in the trace are serialized into the transient, too.