In server.jsx you will see that we use ipinfo.io to get data on users. Right now, this is called on every server call, which is too much. Please store this information somehow (user cookie?). If the data can be retrieved without calling ipinfo.io, then use the stored version.
In server.jsx you will see that we use
ipinfo.io
to get data on users. Right now, this is called on every server call, which is too much. Please store this information somehow (user cookie?). If the data can be retrieved without calling ipinfo.io, then use the stored version.