issues
search
jonbirge
/
logpager
Visual web interface for linux security log analysis, forensics and threat blacklisting
https://nyc.birgefuller.com/logs/
MIT License
2
stars
0
forks
source link
Speed up geolocation
#197
Closed
jonbirge
closed
6 months ago
jonbirge
commented
7 months ago
Possible approaches:
Check everything against local cache, then hit the server
Send entire IP list to server at once for checking against cache
Bundle requests into groups by putting list in body of geo.php request
Preload entire cache from server and handle as local cache
Have server-side functions populate cached geo data
Possible approaches: