Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15499, comment 23


Ignore:
Timestamp:
01/29/2015 06:40:07 AM (9 years ago)
Author:
archon810
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15499, comment 23

    initial v1  
    66> In essence, rather than serving '''the''' absolute last modified, we could fetch the posts or comments that appear in a feed, and then simply loop through the array to find ''their'' last modified date (which would then indeed concern that specific feed, and that only, solving this ticket and #4575 in one go).
    77
    8 If feeds are the only users of this unoptimized function, and by resolving that ticket you can remove deprecate this function, then by all means, I'll be glad to remove the unnecessary index. However, if it's only going to solve it for feeds but other places in the code may still use it, then the index should be put in place.
     8If feeds are the only users of this unoptimized function, and by resolving that ticket you can deprecate it, then by all means, I'll be glad to remove the unnecessary index. However, if it's only going to solve it for feeds but other places in the code may still use it, then the index should be put in place.
    99
    1010Either way, hopefully this saga comes to its end in 4.2.