For me, I add wp_useronline under “Ignored query stems” in Database Cache.
Ok thank you for your answer and congratulations for you wonderful plugins !
I just write “wp_useronline” in “Ignored query stems” ? Is it right ?
Do you know how to do with Wp-post Views because i have the same problem ?
Oh no… adding “wp_useronline” in “Ignored query stems” doesn’t work. When i do that, users online count is going down. I don’t know what to do i think it’s about minify settings.
Yes, if you are using caching, real time stuff like these plugins will cause problem.
On my own w3tc site, I only add wp_useronline (I am assuming that is your table name for wp_useronline) to Ignored query stems because I am only using the database, object and browser cache option in W3TC.
Ok, for me i have to disable page and database caching, and now it works because with the databse name wp_useronline in “Ignored query stems” it doesn’t work. I would like to use database and page caching but i have many problems with that. Thank you very much for your answers. Bye.