Console Logs page borderline buggy, tab hanging for long time! Sometimes build finishes before I can see console logs. Is it possible to optimize how data is fetched from the server?
The only known issues with logs hanging are when you have a reverse proxy (e.g. nginx) or load balancer or other network layer sitting in front of Drone that is misconfigured and is not correctly handling Server Sent Event connections. I am otherwise not away of any issues in our logging implementation which has been stable for a few years now.
Ok this is embarrassing haha, thanks for the detailed answer! =)