Just a fun little project observation. Been running a NAT VPS over at Hetzner for a few months, it actually works fine for what I need. But their control panel? Brutal.
Timed it today:
$ time curl -s https://panel.hetzner.com/login > /dev/null
real 0m8.234sThat's just the login page. No dashboard data, no API calls. Plain HTML in 8 seconds.
Everything else is snappy. My actual services run fine. Just the panel. Anyone else seeing this?