Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added content to shortcode cache key generation #14

Conversation

wcha-peter
Copy link

The caching functionality for ux_cv_api4_get didn't include the shortcode content, which causes a couple of issues:

  • Any changes to the shortcode content without updating the shortcode parameters would require the cache to expire before showing updates
  • If the same shortcode parameters were used in multiple locations across the site with different content, the cache would see them as the same and return the same content for both of them.

@wcha-peter wcha-peter closed this Apr 6, 2022
@wcha-peter
Copy link
Author

Feature implemented to release 1.9.4 using post ids

@wcha-peter wcha-peter deleted the improving-caching-on-ux_cv_api4_get branch April 6, 2022 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant