|
|
|
|
|
by bko
1769 days ago
|
|
I love the site! Not sure if this is the feedback you were looking for but I noticed its a bit slow though. I would look at the GET to https://api.visum.so/api/country_data/ It returns all countries data which is slow and uncompressed. Either hit it once and keep it in memory so you can switch countries easily, or better yet break it up to api/country_data/<country> and just send back the info for that country I would also get rid of stripe if you're not using it yet. |
|