Hi @cleverschooling,
So if the logged in user visited for example first lesson, moved to second lesson then went back to first, the first lesson page will in the second visit be served from caching. is that right ?
– No. For logged-in users there is no caching. Pages will always be served from the origin server. Whereas if a non-loggedin user visited these lessons then they will get cached webpages.
if yes, for how long will it be served in the cashing ? during a session , for specific TTL or what rules it ?
– FOr logged-in user, your first request of a page (i.e. the HTML content) will never be served via cache as the user is logged-in. Only the static files like CSS, JS, images will be served via cache.
Pages will only be served from cache for non logged-in users.
I am trying to understand, if i can get any benefit for my users (logged in to LMS)
– No you can’t. If you are looking to improve your logged-in user’s performance, spend money in a good server hosted nearest to your users location as for logged-in users pages needs to be passed via the WP system and not go though any cache. So, a faster & optimized server will help you.