The home page as well as the TV show progress page can be quite slow if there are lots of views in the database.
This seems to be caused by executing not very good optimized queries.
One way to improve that would be to cache the data and refresh the cache while adding/removing views (manually or via the scrobble API).
The home page as well as the TV show progress page can be quite slow if there are lots of views in the database.
This seems to be caused by executing not very good optimized queries.
One way to improve that would be to cache the data and refresh the cache while adding/removing views (manually or via the scrobble API).