|
|
|
|
|
by samb1729
1994 days ago
|
|
I’m relatively sure it’s the lack of several host to host hops in the network requests that makes an on-prem install so much faster. The way Atlassian’s hosted services handle requests is mind-bogglingly awful and necessitates several round trips per request a lot of the time. It’s just poor architecture on their end. We’re talking 3-5 redirects for some things they could just proxy on their backend. It’s dumb and there’s no amount of hardware or bandwidth a client can throw at the problem to fix it. |
|
I mean, I don't do web stuff (yet) but I can't imagine it's that difficult to figure out where several seconds get spent.