wp-graphql-cache icon indicating copy to clipboard operation
wp-graphql-cache copied to clipboard

Flexible caching framework for WPGraphQL

Results 10 wp-graphql-cache issues
Sort by recently updated
recently updated
newest added

cached response missing required headers. In my case these headers were omitted from the real response Access-Control-Allow-Credentials: true Access-Control-Allow-Headers: Authorization, Content-Type, woocommerce-session, graphql_cors_settings Access-Control-Allow-Origin: ___websiteurl____ Access-Control-Expose-Headers: woocommerce-session

Hi, I've spotted an error in the `get_transient_key` method of the `Transient` class which could cause a cache key conflict. Basically the `sprintf` on line 220 ``` $transient_key = sprintf(...

Thank you for the great work! Response headers setted with wp-graphql filters like `graphql_response_headers_to_send` or `graphql_access_control_allow_headers` are ignored when data is served from the cache. I used this code as...

Update field caching to work across multiple queries. This PR allows a field cache to be configured across multiple / all queries. When the `query_name` parameter is omitted, a field...

Hi When i'm trying to activate cache, i've got an error: Origin https://domain.com is not allowed by Access-Control-Allow-Origin. My frontend is having regular www.example.com address structure but my backend is...

Hello! Thank you for the plugin and I am not pushing you for some maintenance. It's just to set expectations. I saw you didn't answer the other issues that were...

Thanks for this plugin! I was wondering how caching a named query with query variables works. Let's say I have a paginated query using the `after` filter. ````graphql query MyPosts(...

Does the plugin offer a way to bypass the cache (for previewing content) f.e. using headers or query arguments?

Hi, thanks for the plugin that what I was looking for but I have trouble to set it up. I followed the readme and activated the plugin, then I put...

Thanks for making this plugin I know it's early alpha but should help me massively in my current project. Was looking to use this would 'multisite' Wordpress setup, by default...