nabeel.molham
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Separate Mobile/Desktop CacheThanks
Forum: Plugins
In reply to: [Autoptimize] Separate Mobile/Desktop CacheI didn’t try that, I will give it a shot … also is there a way to dynamically control the cache location on the disk? maybe a filter
Forum: Plugins
In reply to: [Autoptimize] Separate Mobile/Desktop CacheThanks for the quick response and clear explanation.
I think I didn’t explain my issue correctly. let me try again.
The issue is, I have a website which uses a responsive theme but it also has additional css that applied only on mobile devices (not with media query, but with custom css class) as WordPress injects a “mobile” CSS class to the body tag if the website opened on a mobile device. Which sometimes lead to the cached CSS files (optimized and combined) get served later to Desktop users.
So the solution which I thought of is to completely split cache files for each device (Desktop and Mobile) to avoid any mix up.
Hope it make sense and I was able to explain it clearly. My English isn’t that good 😁
Thanks,
NabeelForum: Plugins
In reply to: [W3 Total Cache] Mobile/Desktop Cache get mixed upThanks
Forum: Plugins
In reply to: [W3 Total Cache] Mobile/Desktop Cache get mixed upThanks Makro for your quick reply.
I just need to separate mobile cache from desktop cache, I am using the same domain and theme for both, put I have some plugin that generate extra content for mobile clients which sometime get delivered to the desktop client. That is why I need to separate mobile (including tablets) from desktop caches.
Is it possible to guide me through how to use User Agent groups to do such that?
Thanks again for your help