Can't get it to work as expected

#1
Hello,

I am looking into lscache because it looks very promising for my situation. I use joomla with two major components easyblog and easysocial.
These are complex components for caching because they need seperate mobile view (not responsive with mediaqueries) and have many dynamic pages/modules.
The problem is that it does not cache a seperate view for desktop and mobile. As far as I know these components use a js script to add an .is-mobile css class to the body of the page. Probably this is causing the problem. I am on A2 hosting with turboboost.

Regards,
Mark
 

Wuhua Chen

Active Member
Staff member
#2
hi,
for the dynamic modules, please use 'render it as ESI' feature for these dynamic modules. you can choose no cache/private cache/public cache for these dynamic modules.
for the mobile view, please use 'separate view for mobile device' feature, and uncomment relative .htaccess directives.
if still have problem, please submit a ticket for us, thanks.

thanks and best regards,
Wuhua Chen
 
Top