#56639 closed defect (bug) (fixed)
Avoid excessive `notoptions` lookups
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 6.1 |
Component: | Cache API | Keywords: | has-patch add-to-field-guide |
Focuses: | performance | Cc: |
Description
When the notoptions
key does not exist in a persistent object cache, it's requested hundreds of times until the first not-option is written.
Change History (8)
This ticket was mentioned in PR #3315 on WordPress/wordpress-develop by tillkruss.
2 years ago
#1
- Keywords has-patch added
SergeyBiryukov commented on PR #3315:
2 years ago
#7
Thanks for the PR! Merged in r54345.
Note: See
TracTickets for help on using
tickets.
When the
notoptions
key does not exist in a persistent object cache, it's requested hundreds of times until the first not-option is written.Trac ticket: https://core.trac.wordpress.org/ticket/56639