Hello, I've migrated to 1.5 and created a new dashboard. The page takes 15seconds to load into the dasboard.
Is there something to be done?
I've tried to look on github issues and reddit and nothing helped me.
Here is my stack:
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/pi/srv/dockerdata/homarr/configs:/app/data/configs
- /home/pi/srv/dockerdata/homarr/icons:/app/public/icons
- /home/pi/srv/dockerdata/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=
ports:
- '7575:7575'
Something that can be optimized? Thanks