ova-adam
ova-adam
Same here, I'm reading a /records/rec_id/node_id and it takes 300-700ms, however on the firebase profiler, it shows 0ms.
Looks to be a CURL issue, here are some stats from when I log with curl: time_namelookup: 0.153 time_connect: 0.161 time_appconnect: 0.357 time_pretransfer: 0.357 time_redirect: 0.000 time_starttransfer: 0.408 ---------- time_total:...
@harding13 there is, CURL requests are very slow as you can see. Is this an issue of CURL or FB at the core?
Is this an issue with this library, firebase, or curl? This long lag doesn't happen if I curl a website like Google.com If this can't be eliminated, this is a...