Hi there,
I was hoping someone more knowledgable than me in networking could help me debug some speed issues. I’m running the nextcloud AIO docker image running hub 8, nc 29.0.8. I’m using a reverse proxy with nginx (no docker) as the front-end. My ISP connect is 1Gbps up and down, the server has 32gb memory, nvme etc. I’m using a letsencrypt certificate on the domain. I’ve cleared all(besides docker) iptable rules just to make sure thats not the issue. My findings are:
- Local (from LAN) download using the web interface is about 100 MBps (got 1 gigabit switches) (ipv4 or ipv6)
- Remote download (from work using webui) is 900kBps with chrome-based browsers, 5MBps with other browers (ipv4), remote download using different end-point same results
- Remote download (with curl) using webdav nextcloud link is 100MBps (ipv4)
- Remote secure copy (ssh, no docker) is about 100MBps (ipv4)
So my (probably wrong) conclusion is network is fine, docker aio + proxy is fine, processing power is fine. So what makes webui so different from webdav for remote connections?