Fix #865: Performance optimization on /artists, /albums and /tracks endpoints

This commit is contained in:
Eliot Berriot 2019-09-24 09:48:04 +02:00
commit 81349e2b57
5 changed files with 88 additions and 81 deletions

View file

@ -0,0 +1 @@
Improved performance of /artists, /albums and /tracks API endpoints by a factor 2 (#865)