Quick Cache & geotargeting
-
Hello,
I’ve been using the quick cache plugin for a couple of months now, and I think it’s a great plugin – our website’s loading much faster. Now I have a problem which I couldn’t solve. The content of one of the widgets depends on which country the visitor is from, and the WP Geocode plugin detects this. However, if the quick cache plugin is turned on, this detection is not always correct. For example, it seems as if after an American visitor the WP Geocode plugin detects the following European visitor as an American one. I tried changing the WP Geocode plugin’s sourcecode by inserting the following php code:
define(‘QUICK_CACHE_ALLOWED’, FALSE)
However, the result was that the quick cache plugin completely stopped working. I believe this may be because checking the visitor’s country happened on every page. Is there a way to exclude one of the widgets from the chaching? Or is it possible to make the WP Geocode plugin work correctly along with the quick cache plugin?
Thank you in advance,
Gabor
- The topic ‘Quick Cache & geotargeting’ is closed to new replies.