Changes between Initial Version and Version 1 of Ticket #37699, comment 41
- Timestamp:
- 08/28/2016 10:41:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37699, comment 41
initial v1 1 1 A 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. 2 2 3 1. This site caches some `WP_Query` objects as transients. The serialized `WP_Query` now includes The `$db` property.3 1. This site caches some `WP_Query` objects as transients. The serialized `WP_Query` now includes the `$db` property. 4 4 2. I have Query Monitor enabled, including its `QM_DB` class. 5 5 3. `QM_DB` keeps a trace of queries, and any objects in the trace are serialized into the transient, too.