@wynot It sounds like the problem you’re seeing is being reported by that Object Cache Pro plugin whose documentation you linked to. I can’t provide support for that plugin. However, just reading what you’ve linked, my guess is that you need to add the font-awesome-last-used-release key to the non_prefetchable_groups list in the documentation you linked.
Thread Starter
wynot
(@wynot)
Ok, thanks for the quick response!
I will check with the other plugin.
Thread Starter
wynot
(@wynot)
Hmmm… I tried adding the following to wp_config file:
define(‘WP_REDIS_CONFIG’, [
‘non_prefetchable_groups’ => [
‘font-awesome-last-used-release’,
],
]);
But it’s still happening…. is there nothing you can do from your end? Or does anybody know how to write this code maybe I didn’t do it correctly.
Unfortunately, I don’t enough about how that Object Cache Pro plugin works to offer much help here. However, the code you pasted does look syntactically correct to me. Maybe instead of adding the key font-awesome-last-used-release to that non_prefetchable_groups, you should add the term transient. I suggest that based not on my understanding of how that plugin works, but based on the error message it gave:
the group transient should be added to the list of non-prefetchable groups
Thread Starter
wynot
(@wynot)
hmmm…. it’s worth a try… Thanks!
I’ll report back if it works!
Thread Starter
wynot
(@wynot)
well, I made that change and so far so good! I’ll check again in the morning.
Thanks!