Conversation
supportHi, thanks for the plugin. Its great. I was wondering if there is any workaround to avoid affecting the response time of the visits? After activating the plugin, and starting using it. I found out that my response time has increased X4 thanks
Please give me more details about your config. Which data-source are you using? File-based databases are a lot quicker of course. Are you using AJAX mode? AJAX mode combined with page-caching will get the best response times.
Thanks for your quick reply! I am usign Maxmind City or Country database (Manual download & update) option and I’m hosting the DB file here: wp-content/uploads/GeoLite2-City.mmdb I just activated this option: Enable AJAX endpoint to get the information for the current IP even on cached pages. I had this one already activated: Disable caching a page that contains a shortcode or API call to geo-dependent functions. Is any other way to optimize? Thanks
Yes if you need the Geo lookup only on some pages, you can enqueue the JS file on only those pages (e.g. via shortcode).
Please give me more details about your config. Which data-source are you using? File-based databases are a lot quicker of course. Are you using AJAX mode? AJAX mode combined with page-caching will get the best response times.
Thanks for your quick reply! I am usign Maxmind City or Country database (Manual download & update) option and I’m hosting the DB file here: wp-content/uploads/GeoLite2-City.mmdb I just activated this option: Enable AJAX endpoint to get the information for the current IP even on cached pages. I had this one already activated: Disable caching a page that contains a shortcode or API call to geo-dependent functions. Is any other way to optimize? Thanks
Yes if you need the Geo lookup only on some pages, you can enqueue the JS file on only those pages (e.g. via shortcode).