Limegrow
Forum Replies Created
-
Forum: Plugins
In reply to: [Groups] Filtering out products with specific groupHi!
Thank you! Seems rather easy and we will try it out in the upcoming sprint and report back how it works. 🙂
Cheers!
Forum: Plugins
In reply to: [WP REST Cache] Caches expired immediately after creation@rockfire that was just the beginning. 🙂
I’ll send you an email soon.
Forum: Plugins
In reply to: [WP REST Cache] Caches expired immediately after creationUpdate:
Nailed it down to specific posts that are in the output. With ?per_page less than 40 it just happened that the specific post did not appear in the JSON output and thus all was good.
Currently it seems that we have a post with ID 91, and when this post is asked individually (/wp-json/wp/v2/posts/91), it also gets expired immediately.
No errors are shown regarding that post so still no clue why (debug mode is on) it gets expired.Forum: Plugins
In reply to: [WP REST Cache] Caches expired immediately after creationUpdate here: Does not seem like Headers have anything to do with it.
When doing Posts requests up to 30 per_page, it works. Going higher starts to cause the expired issue.
Examples that still cache:- /wp-json/wp/v2/posts?per_page=1
- /wp-json/wp/v2/posts?per_page=10
- /wp-json/wp/v2/posts?per_page=30
But this gets immediately expired:
- /wp-json/wp/v2/posts?per_page=40
Forum: Plugins
In reply to: [WP REST Cache] Caches expired immediately after creationHi again!
What I’ve noticed now is that the headers are different between local development and live server. Live server does not cache, local caches.
Are you able to tell if there are any red flags between the response Headers that could cause that? If not, then we’ll dig deeper.Left = Local = Cache works
Right = Live = Cache does not workForum: Plugins
In reply to: [WP REST Cache] Caches expired immediately after creationThanks! We’ll dig in. 🙂
Forum: Plugins
In reply to: [YITH WooCommerce Bulk Product Editing] Hiding the license key messageHi,
Yes, it’s a premium version of the module.