So I have this problem:
When you open in your browser script A which for example takes 300 seconds to execute and you also open script B which takes 100 seconds to execute:
Without SSL:
Both scripts are opened and executed at the same time.
With SSL:
It first finishes script A and then starts with script B. It does not allow multiple connections from one browser to SSL. This makes the website a whole lot slower. If I open script A in Firefox and script B in Safari, then it does work like in the first situation where it opens both script at the same time.
This is both on the same server, on the same domain name.
How do I fix this?
When you open in your browser script A which for example takes 300 seconds to execute and you also open script B which takes 100 seconds to execute:
Without SSL:
Both scripts are opened and executed at the same time.
With SSL:
It first finishes script A and then starts with script B. It does not allow multiple connections from one browser to SSL. This makes the website a whole lot slower. If I open script A in Firefox and script B in Safari, then it does work like in the first situation where it opens both script at the same time.
This is both on the same server, on the same domain name.
How do I fix this?