#55462 closed enhancement (fixed)
Improve cache key generation in WP_Site_Query
| Reported by: | spacedmonkey | Owned by: | spacedmonkey |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0 |
| Component: | Networks and Sites | Version: | 4.6 |
| Severity: | normal | Keywords: | good-first-bug has-patch has-unit-tests commit |
| Cc: | Focuses: | multisite, performance |
Description
Follow on from #55352.
Improve cache key generation in WP_Site_Query to improve likely that cache is reused. Unsetting update_site_cache and update_site_meta_cache, would improve cache keys, as this fields do not affect the cache.
Change History (8)
This ticket was mentioned in PR #2485 on WordPress/wordpress-develop by manuelRod.
4 years ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
Improve cache generation unsetting update_site_cache and update_site_meta_cache
Trac ticket: https://core.trac.wordpress.org/ticket/55462
This ticket was mentioned in Slack in #core-multisite by spacedmonkey. View the logs.
4 years ago
spacedmonkey commented on PR #2485:
4 years ago
#8
Committed.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #42252 #42284