• Resolved cleverschooling

    (@cleverschooling)


    for LMS site, we need to turn off caching for logged in users

    are there still any benefits for them in that case? or once we exclude logged in users then they wont get any help of methods like AJAX, object caching, ESI … etc ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    what’s LMS ?

    yes, even no-cache , you can still get the benefit of page optimization for login users

    Best regards,

    Thread Starter cleverschooling

    (@cleverschooling)

    LifterLMS, TutorLMS and BuddyBoss platform.

    optimization is not caching. it is removing bloating from pages, optimize image size and database.
    So in terms of caching, if I we have to disable for the logged in users then all the methods like AJAX, object caching or ESI are gone ?

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    when you disable cache for login user, then login user won’t get cached , but object cache is different than page page.

    ajax is different thing that has nothing to do with cache.

    Best regards,

    Thread Starter cleverschooling

    (@cleverschooling)

    So if i disable cache for login users, is there anything that can be served from all users caching ?

    1 example please
    when a user logs into the course. the course page has image, text, attachment same for all users.
    can any of these be served to the logged in users from other users caching ?
    i am not sure if for example these images are considered static files that can be cached for all then served for logged in users !!! or no because they are part of the dynamic html page

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    LiteSpeed Cache won’t cache static resources at all , regardless login or guest user.

    for caching static, you better look for a CDN

    Best regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘what is the benefit for logged in users?’ is closed to new replies.