The GeoIP feature is not free in term of performance, it loads the geoip database in memory (around 50MB, depending on your database) and adds a few microseconds (or nanoseconds for cached results) per request for the lookup.
While I think it's important to provide this feature enabled by default to make Pingoo easy to use, we may need to provide a way for advanced users to disable it.
Something like:
If someone has a better / more ergonomic idea, please let me know
The GeoIP feature is not free in term of performance, it loads the geoip database in memory (around 50MB, depending on your database) and adds a few microseconds (or nanoseconds for cached results) per request for the lookup.
While I think it's important to provide this feature enabled by default to make Pingoo easy to use, we may need to provide a way for advanced users to disable it.
Something like:
If someone has a better / more ergonomic idea, please let me know