Jonny Harris
Jonny Harris
Couldn't we just detect if there is already an object cache file. If there is no object cache enabled, override the memory cache object file with our own. This override,...
`wp_using_ext_object_cache` can be called and set to false, is that is a problem. We could also just extend the `WP_Object_Cache` class and override `$GLOBALS['wp_object_cache']`. That would also work. Similar to...
I had a quick look into this. I wonder if we add a filter to `wp_send_json` function and then just add a key of qm, how the REST API implementation...
@Djennez I just noticed this. I would say these queries should be cached for performance reasons. The biggest issue, is if multiple queries. On one page request, I was getting...
Thank you for re-opening. Looking into this issue again, while reviewing new relic logs. I see 3 uncaching MySQL on my pages. See a screenshot from query monitor from my...
Still awaiting a response on this one.
> Sounds like a missing label somewhere? Had a quick look, couldn't work it out.
This is also an issue, when change a filters as well or open media picker.
I wonder if #9740 would help here.
The value in running in Firefox, is running in firefox normally finds errors in the code. Firefox has a different render engine and handles JS differently. So running our code...