Opened 13 years ago
Closed 13 years ago
#19726 closed enhancement (fixed)
Don't update the post_thumbnail_cache if the thumbnail is already cached
Reported by: | prettyboymp | Owned by: | |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Performance | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
There is no reason to run the query in update_post_thumbnail_cache() if all of the thumbnail posts are already cached. Before adding a post_id to the thumb_ids array, cache should be checked.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Nice.