Oct 13, 2020 8:30 am
Hello,
With Redis object cache, wpForo statistics (Online user number) doesn't update.
When excluding transient and site-transient from the object cache, the online user number starts updating.
Is the wpForo statistics data stored in transient? If so, maybe you want to avoid storing the statistics data in the transient.
I found this article about cache in transient and you might want to check it out.
https://pressjitsu.com/blog/transient-cache-alternatives/
Do you have any thoughts about this?
Thank you.
4 Replies
Oct 13, 2020 1:09 pm
Is there any cache group name for wpForo statistics data? If I can get the name, I might be able to exclude it from the object cache. Any advice is helpful. Thank you.