Hello everyone, I’m having an issue with the caching of my website and I’m not sure where to begin. I have a very busy wordpress website on Digital Ocean with easyengine (redis + hhvm). I recently changed from php-fpm with fastcgi and w3 super cache, and the difference is incredible. I have the Nginx Helper and Redis plugin installed and activated properly on wordpress. When we post any new content, it takes a few hours (not sure the exact time yet) for a regular user to see the post on the front page (even if he/she clears all browser cache). The direct link to the post works ok.
If logged in, an admin or editor user can see the post on the front page just fine (as expected). Of course, if I purge the cache on the wordpress admin, the new post appears immediately on the front page for everyone. Like I said, I’m new to Redis and EasyEngine and I’m not sure where to begin to look for a fix for this small issue. Previously, I had W3 Super Cache which I believe cleared the cache every time a new post was published. Thank you in advance for any help!