Title: renstillmann's Replies | WordPress.org

---

# renstillmann

  [  ](https://wordpress.org/support/users/renstillmann/)

 *   [Profile](https://wordpress.org/support/users/renstillmann/)
 *   [Topics Started](https://wordpress.org/support/users/renstillmann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/renstillmann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/renstillmann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/renstillmann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/renstillmann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/renstillmann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Elementor Website Builder - more than just a page builder] Worst support and misleading company ever can’t recommend anylonger](https://wordpress.org/support/topic/worst-support-and-misleading-company-ever-cant-recommend-anylonger/)
 *  Thread Starter [renstillmann](https://wordpress.org/support/users/renstillmann/)
 * (@renstillmann)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/worst-support-and-misleading-company-ever-cant-recommend-anylonger/#post-17817676)
 * You already have all the details, I already made up my mind about your company.
   Have a nice day 😂
    -  This reply was modified 2 years, 1 month ago by [renstillmann](https://wordpress.org/support/users/renstillmann/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[LiteSpeed Cache] Showing other users information](https://wordpress.org/support/topic/showing-other-users-information/)
 *  Thread Starter [renstillmann](https://wordpress.org/support/users/renstillmann/)
 * (@renstillmann)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/showing-other-users-information/#post-16316866)
 * Issue is still happening, it just alternates the user information. It’s a BuddyPress
   site. Anyway, I decided to ditch the LiteSpeed caching plugin and use something
   else. These types of issues never happened before. So definitely a recent bug.
   Unfortunately I don’t have any time to look into it hence I switch to something
   else.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[LiteSpeed Cache] Showing other users information](https://wordpress.org/support/topic/showing-other-users-information/)
 *  Thread Starter [renstillmann](https://wordpress.org/support/users/renstillmann/)
 * (@renstillmann)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/showing-other-users-information/#post-16311522)
 * Hi, thanks for getting back to me, I appreciate it a lot.
 * It’s a BuddyPress site with dashboard links like:
 *     ```wp-block-code
       /members/username1/profile
       /members/username2/courses/
       ```
   
 * There might be other URL’s that I don’t know of. But I find this quite odd. I
   had private cache enabled yet the logged in user see’s other users information.
   I personally didn’t have the issue myself when looking into this issue. But at
   the time I was logged in as Admin, not sure if that makes any difference?
   Does
   it matter if Object Cache is enabled? Or ESI? Or the Quic CDN (doubt this because
   only servers static files)?
 * I just turned of cache completely for the time being until I am sure the issue
   doesn’t happen again. Multiple users reported this exact problem.
 * I am now thinking about just turning of the cache functionality based on if the
   user is logged in. But before I do, I need to know if this will actually solve
   the issue I am having, and that it’s not something to do with Object Cache (Redis/
   Memcache).
 *     ```wp-block-code
       if(is_user_logged_in()){
         add_filter( 'litespeed_cache_control_nocache', 'disable_litespeed_cache' );
       }
   
       function disable_litespeed_cache() {
         return true;
       }
       ```
   
 * Any other suggestions are welcome.
 * In the meantime I am going to run some more tests on a staging server (cloned)
   to see if I can figure out what’s happening.

Viewing 3 replies - 1 through 3 (of 3 total)