Memcached + Siropu Ads

Goose

Member
Hi everyone!

I currently have this configuration on my server:

Code:
$config['cache']['enabled'] = true;
$config['cache']['css']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [
    'server' => '127.0.0.1', 11211];

I tried to cache guests too, but I have a problem with the addon that manages advertising.
Particularly when if the cache page is generated for mobile, everyone will see the page generated for mobile, with advertising for mobile, even those on desktop.

Is there any way to differentiate the cache between desktop user and mobile user?
 
You can use this:

1641238532485.webp
 
Top Bottom