Skip to content

Adolar v0.10

Choose a tag to compare

@noyse27 noyse27 released this 29 Jun 22:06

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 --build

No data migration needed — the new table is created automatically on startup.