Hello,
One of our customers complained that his css files were taking 5 seconds to load.
I switched back to LS 4.2 and the issue went away no more 5 second wait time for css files.
We are using build 8 of LS 5.0
It seems that there is a size calculation issue with a larger size being sent to the browser that the actual download size. As the wait corresponds almost exactly to to keep alive.
The files aren't gzipped by PHP only by litespeed.
The file names don't end with .css but with for example :
http://domain.tld/?css=standard_css/filename.v.1273852324
This is the standard method for Expression Engine CSS files.
One of our customers complained that his css files were taking 5 seconds to load.
I switched back to LS 4.2 and the issue went away no more 5 second wait time for css files.
We are using build 8 of LS 5.0
It seems that there is a size calculation issue with a larger size being sent to the browser that the actual download size. As the wait corresponds almost exactly to to keep alive.
The files aren't gzipped by PHP only by litespeed.
The file names don't end with .css but with for example :
http://domain.tld/?css=standard_css/filename.v.1273852324
This is the standard method for Expression Engine CSS files.