#55460 closed enhancement (fixed)
Improve cache key generation in WP_Comment_Query
Reported by: | spacedmonkey | Owned by: | spacedmonkey |
---|---|---|---|
Milestone: | 6.0 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Comments | Keywords: | good-first-bug has-patch has-unit-tests commit |
Focuses: | performance | Cc: |
Description
Follow on from #55352.
Improve cache key generation in WP_Comment_Query to improve likely that cache is reused. Unsetting update_comment_meta_cache
and update_comment_post_cache
, would improve cache keys, as this fields do not affect the cache.
Change History (6)
#1
@
3 years ago
- Summary changed from Improve comment query cache key generation to Improve cache key generation in WP_Comment_Query
This ticket was mentioned in PR #2572 on WordPress/wordpress-develop by uday-kokitkar.
3 years ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
#3
@
3 years ago
- Milestone changed from Future Release to 6.0
- Owner set to spacedmonkey
- Status changed from new to assigned
#4
@
3 years ago
- Keywords commit added
Patch look great @uday17035 . Adding the commit keyword, in hopes of getting this patch into 6.0 release.
peterwilsoncc commented on PR #2572:
3 years ago
#6
Merged in https://core.trac.wordpress.org/changeset/53169, thank you.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/55460