#55461 closed enhancement (fixed)
Improve cache key generation in WP_Network_Query
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.0 | Priority: | normal |
| Severity: | normal | Version: | 4.6 |
| Component: | Networks and Sites | Keywords: | good-first-bug has-patch has-unit-tests commit |
| Focuses: | multisite, performance | Cc: |
Description
Follow on from #55352.
Improve cache key generation in WP_Network_Query to improve likely that cache is reused. Unsetting update_network_cache, would improve cache keys, as this fields do not affect the cache.
Change History (8)
This ticket was mentioned in PR #2486 on WordPress/wordpress-develop by manuelRod.
4 years ago
#2
- Keywords has-patch has-unit-tests added; needs-patch removed
This ticket was mentioned in Slack in #core-multisite by spacedmonkey. View the logs.
4 years ago
#5
@
4 years ago
- Milestone changed from Awaiting Review to 6.0
- Owner set to spacedmonkey
- Status changed from new to assigned
spacedmonkey commented on PR #2486:
4 years ago
#8
Committed 🎉
Note: See
TracTickets for help on using
tickets.
Improve cache key generation in WP_Network_Query unsetting update_network_cache
Trac ticket: https://core.trac.wordpress.org/ticket/55461