Hi,
I have turned on the html compression, and if I use the compression option combine CSS from and into fewer files the style sheets no longer load. If I disable this, my site loads fine.
Any Idea how I can get this to work?
Thanks,
Aaorn
Hi,
I have turned on the html compression, and if I use the compression option combine CSS from and into fewer files the style sheets no longer load. If I disable this, my site loads fine.
Any Idea how I can get this to work?
Thanks,
Aaorn
Does your host support http/2? Or are you using a CDN that does (all the good ones do)?
If so, you shouldn’t combine your CSS files anyway. Combining files is a good idea only if you are still using the original http specification.
If some of your CSS files have trouble being compressed, you can try excluding those specific CSS files in the HTML Compressor to prevent Comet Cache from compressing those troublesome CSS files. See Comet Cache → Plugin Options → HTML Compression → CSS Exclusion Patterns?