Changes between Initial Version and Version 1 of Ticket #18536, comment 42

Timestamp:
01/24/12 20:06:46 (16 months ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18536, comment 42

    initial v1  
    1 As a possible performance improvement for sites without an persistent object cache, do the get_post() array_map() only if $non_cached_ids and $ids don't have the same count? If they're the same just use $fresh_posts. 
     1As a possible performance improvement for sites without a persistent object cache, do the get_post() array_map() only if $non_cached_ids and $ids don't have the same count? If they're the same just use $fresh_posts.