Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #49692


Ignore:
Timestamp:
04/09/2025 03:43:29 PM (5 weeks ago)
Author:
swissspidy
Comment:

Filters could probably be added, but this would require some testing first to get some real numbers on impact for specific use cases. Closing due to lack of traction for now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49692

    • Property Status changed from new to closed
    • Property Resolution changed from to maybelater
    • Property Milestone changed from Awaiting Review to
  • Ticket #49692 – Description

    initial v3  
    55}}}
    66
    7  does more harm than good when querying a large set of posts, and using the memory object cache.
     7does more harm than good when querying a large set of posts, and using the memory object cache.
    88
    99There should be a check with
     
    1111wp_using_ext_object_cache
    1212}}}
    13  and possibly a filter to override the behavior so this only takes action when object cache is in use.
     13
     14and possibly a filter to override the behavior so this only takes action when object cache is in use.