no, sorry. What do you wanna do? I can update the plugin if I can.
Thread Starter
Damian
(@timersys)
Hi @emrevona, I have a geotargeting plugin and a customer asked me if it was compatible with your plugin.
On Wp supercache they can switch to php legacy mode + late init hook and have some cache + geotargeting.
On Wp Rocket they use cookies to serve different cache pages.
So basically I need to have a way to show different content to users based on their country. We detect the user location on init hook, so if you can have a way to generate different cached version based on location would be great.
Regards
Serving the cache via php is not a good idea. This is bad about optimization. You should check it via Ajax.
Thread Starter
Damian
(@timersys)
I know about that and we have a cache mode. But some users don’t want to use ajax. Also for example for redirections base on user location you want them to occur before page is displayed.
Regards
I got it. It means that your customers should use another cache plugins because the most important thing is speed for me.
Thread Starter
Damian
(@timersys)
Sure, I will tell them that.
Thanks