-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
status: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality
Description
Currently, WPGraphQL Smart Cache does only "track" changes to posts, comments and some other types and purges the cached items related to those changes. This does not work with menu items and menus for queries like this one:
{
menuItems(where: {location: MAIN_NAV}) {
nodes {
databaseId
label
}
}
}
A nice feature for future version (or a simple DIY workaround) would be to add cache purging to the plugin when menu items or menu get updated.
Metadata
Metadata
Assignees
Labels
status: actionableReady for work to beginReady for work to begintype: enhancementImprovements to existing functionalityImprovements to existing functionality