Open NandoTheessen opened 5 years ago
Our stays.ts route fires three db queries per get request, as you can see in the findAllStays function.
Include the user.id in the JWT token body to spare one db request to find the user by ext_it
Optimize Stays Route
Guests
Issue Type
Our stays.ts route fires three db queries per get request, as you can see in the findAllStays function.
Solution:
Include the user.id in the JWT token body to spare one db request to find the user by ext_it