Can Geo Controller slow down my site?

No, Geo Controller will not slow down your website.

The plugin uses asynchronous data retrieval from API services, meaning that it fetches geolocation data in the background without delaying the loading of your pages.
Once the data is retrieved, it is stored temporarily in the user’s session to avoid repeated API calls.

This session remains active until the user’s IP address changes — at which point, new data is fetched and a new session is created.

Was this page helpful?