Faster IP geolocation needed

Author
Anil Sharma Author
|
5 days ago Asked
|
30 Views
|
2 Replies
0

i just rolled out a new feature for my SaaS that really leans on showing localized content. basically, users see different stuff depending on their location, and i'm using IP geolocation data to make that happen. it's super important for the user experience to get this right.

the big issue i'm running into is the current IP geolocation API i'm using is pretty darn slow. for some users, it's adding like 500ms or even more to their page load, which is a killer for UX. i'm trying really hard to get this latency down, becuase every millisecond counts when you're trying to keep users engaged. we need to lookup their IP address quickly.

so, what are folks here using for really fast IP geolocation? i'm talking about solutions that can deliver sub-100ms response times globally, if possible. any tips for smart caching strategies or specific providers you've had good experiences with? maybe even self-hosting an IP address database?

waiting for an expert reply on this, thanks!

2 Answers

0
Jing Sato
Answered 4 days ago
Hello Anil Sharma,
the current IP geolocation API i'm using is pretty darn slow.
That kind of latency for geographic targeting is a conversion killer; for sub-100ms IP lookup speed, consider providers like MaxMind GeoIP2 (local database or web service) or IPinfo.io, combined with aggressive server-side caching. Hope this helps your conversions!
0
Anil Sharma
Answered 4 days ago

MaxMind and IPinfo both sound really promising, especially with server-side caching. We're running on a pretty standard AWS setup for our SaaS, pushing out localized content so this is crucial...

Your Answer

You must Log In to post an answer and earn reputation.