Laravel Litespeed Cache for Logged In User

#1
HI, Iam using shared litespeed server to test LSCACHE compatibility for my new project internjobhub .com . This site has Laravel framework, however, on /blog section, we will soon install Wordpress.

1. Now, I need Laravel logged in user functionality for HR and Candidate section.

2. Also there will be some regular pages like home, contact, about and search internship section that can be accessed by everyone. Will it be served from cache or it will create new cache for each session)

3. How do I manage cache for public as well as private cache together. If I change private for all URLS, will the common pages be served from cache to everyone ?

4. Currently using the public cache is creating the issue as public cache is built up for all logged in users. everyone else can see that. But if we change it to Private, we want to know how the pages that don't require login will work, If a logged in user access like home page, will it be served from cache or will impact server for page built up for each user.

IF we change LSCACHE .env settings to Private, how will the cache engine act for all new users who land to pages without login (will it be served from cache or it will create new cache for each session) and with login.
 
Top