Hacker News new | ask | show | jobs
by rorrr2 4793 days ago
When doing a practice test, your app does a crazy number of requests to the server for each question.

Why not load all questions/answers at the same time? That would improve the speed tremendously and would reduce the load on your servers.

1 comments

For the app or website?
I've only tried the website.
Thanks, I will look into this