Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.09k stars 372 forks source link

Fetching is really slow #116

Closed sasafister closed 5 years ago

sasafister commented 6 years ago

Last week I notice that it's really slow when you try to get info from IP address. Any issues with that?

Torann commented 5 years ago

That's just what sometimes happen with remote APIs (I assume that's what you're using). I prefer the local Maxmind DB, it doesn't have to make any remote requests for data.