Hacker News new | ask | show | jobs
by pjc50 242 days ago
So a remote, authenticated DB connection over the internet? How many db queries per page generation does that generally work out as?
1 comments

My app isn't database heavy; most pages renders without a single database call (user information stored in cookie) and the pages that do call the database contain maximum one call. Other data, like database schemas and subscription status, are requested in the background directly from the browser so it doesn't stall page rendering.