You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve queries
If the user requested authors with their quotes, it did one query
to get the authors and then one query per each author to get his
quotes. Now it loads everything in the first query, then just
checks if it is already loaded and that is all.
Resolves#13