Opened 3 years ago
Closed 2 weeks ago
#8552 closed enhancement (fixed)
Add cache flag to Query Classes
Reported by: | espellcaste | Owned by: | espellcaste |
---|---|---|---|
Milestone: | 15.0.0 | Priority: | low |
Severity: | normal | Version: | 9.0.0 |
Component: | Performance | Keywords: | has-patch has-unit-tests |
Cc: |
Description
Placeholder ticket for an investigation to adding cache flags to BuddyPress component Query Classes.
See: https://developer.wordpress.org/reference/classes/wp_query/#caching-parameters
Ideally, a 'cache_results' => false
would be passed as an argument and the query would not be cached.
Change History (26)
#3
@
19 months ago
- Milestone changed from 12.0.0 to Awaiting Contributions
- Owner espellcaste deleted
This ticket was mentioned in Slack in #buddypress by espellcaste. View the logs.
6 months ago
This ticket was mentioned in PR #342 on buddypress/buddypress by renatonascalves.
7 weeks ago
#7
- Keywords has-patch has-unit-tests added; needs-patch needs-unit-tests removed
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
This ticket was mentioned in PR #343 on buddypress/buddypress by renatonascalves.
7 weeks ago
#8
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
This ticket was mentioned in PR #344 on buddypress/buddypress by renatonascalves.
7 weeks ago
#9
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
This ticket was mentioned in PR #345 on buddypress/buddypress by renatonascalves.
7 weeks ago
#10
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
This ticket was mentioned in PR #346 on buddypress/buddypress by renatonascalves.
7 weeks ago
#11
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
7 weeks ago
#12
Hi @renatonascalves
Thanks for your work on this, I assigned @dcavins as the reviewer: I believe as he worked on the feature in the first place, he's the best of us to review your changes.
renatonascalves commented on PR #344:
7 weeks ago
#13
@imath 🤔 Could you elaborate what you mean? This pr is not about registering the cache group. But avoiding the data to be added to cache when querying with ::get
.
renatonascalves commented on PR #345:
7 weeks ago
#14
@imath 🤔 Could you elaborate what you mean? This pr is not about registering the cache group. But avoiding the data to be added to cache when querying with ::get
.
7 weeks ago
#15
Never mind => https://buddypress.trac.wordpress.org/ticket/9216
7 weeks ago
#16
Never mind => https://buddypress.trac.wordpress.org/ticket/9216
This ticket was mentioned in PR #357 on buddypress/buddypress by renatonascalves.
5 weeks ago
#22
Trac ticket: https://buddypress.trac.wordpress.org/ticket/8552
We won't have time to work on these during 10.0.0, sorry about it.