Hacker News new | ask | show | jobs
by doczoidberg 2901 days ago
hmm firebase (google) cloud functions take 2,3s in average for me for a respond (simple json output out of firebase)
1 comments

My stupid JSON returning functions average out to around 50ms - 250ms.

I'm querying across a couple hundred rows. I'm reasonably certain that calling out to Perl and a regex would be faster for so little data. :/