Jonny Harris
Jonny Harris
@tynanbe No it's does not 😄 Look here https://github.com/litespeedtech/lscache_wp/blob/d1a0aef92424d1c32886f4d594e094ade141d6ad/src/object.lib.php#L834-L842 All this does, it loops through the array of elements one at time. You get no benefit to doing this. And...
While looking into this, it would also be nice if you could add `wp_cache_supports` function to your code base as well. This was added https://github.com/WordPress/wordpress-develop/commit/832b6c35f36d5f1ca84feadc49b0e5424af0ad6c in WP 6.1. See this...
Sorry for my late reply this. Somehow managed miss it. Those that are on this ticket, can you test #37 and see if that fixes your issue.
Any upgrade on this? @roborourke ?
@getoutpi Can you please merge this change. Thanks 😄
> > Thinking more about the REST routes in this, I think I can use the revisions REST controller, but only add the links when there are 2 or more...
@georgeh I have pushed some changes to this PR, with a fix. Let me know what you think.
> @spacedmonkey thanks, that's about what I was coming up with so it lgtm. How do we feel about merging this when the `_links` section points to URLs that don't...
This is looking good. Let's ensure that unit tests / linting are passing. Then we can merge.
Related #2261 .