Since yesterday's new java JRE 1.8.0.45 our applet takes 1 minute and 30 seconds to load, instead of 1-2 seconds. All communicacion is https, and it connects with server also through https.
After some testings we have seen that it could be a DNS resolution problem, because if we add to the "etc\hosts" the domain and ip of our servers, it seems to work properly again, as with previous Java versions.
Our applet downloads several images from server; we've changed it to take them from the JAR file, but it still takes around 1:30min to startup.
At the beggining we thought that it was a graphics problem, because showing applet logs, it took 3-4 seconds to load each image, but even loading them form JAR file, it doesn't solve the problem.
It's like if the first "http/https" connection (that can be a "http" connectio to get "crossdomain.xml") takes that time to timeout. And after that (may be the DNS resolution?) it works properly.
Any idea will be great.
Regards