Your comments

Hello, Chrome gives me following information:
"Your connection to xxx.com is encrypted with 128-bit encryption
the connection uses TLS 1.2
the connection is encrypted and authenticated using AES_128_GCM and uses
RSA as the key exchange mechanism"

Firefox loading process as following:

Firefox encrypt information:
"Connection Encrypted: High-grade encryption (TLS_RSA_WITH_CAMELLA_256_CBC_SHA, 256bit keys)"
My server's ping time is about 50ms, and has a 1Mbps bandwidth, wget can reach the full bandwidth about 130 KB/s. I have also tested in 2Mbps Ubuntu server(12.04, 64-bit), but also get slow connection.
Hello, sorry for reply so late, after some research, I figured out why it is very slow. I install the newest Ajenti in Ubuntu Server 12.04 64bit, following your official Ubuntu installation guide, and I use the Developer Tool of Chrome Browser to observe network actions performed when login into Ajenti. Picture 1 shows the loading process before click LOGIN IN button.

Picture 2 shows after click LOGIN IN button.


resources.js file takes so long time to load, 4.4MB is so big, Chrome Browser loads it twice before login and after, so the result is we should wait a short time waiting for the login page come in front and the main page after click LOGIN IN button.
It seems we get the same problem, login page and dashboard takes a long time to load, but when login in, all the page load normally.