Adolar v0.10
Adolar v0.10
Performance fix: Last.fm loved tracks cached locally
The root cause of slow search and paging has been identified and fixed:
Last.fm loved-track status was previously fetched via HTTP on every search/page request.
It is now synced once into a local lastfm_loved_tracks table and served as a fast SQL JOIN.
Result: search and paging are dramatically faster — especially with Last.fm connected.
Upgrade
git pull && docker compose up -d --buildNo data migration needed — the new table is created automatically on startup.