LS Cache not combining CSS and JS when used with CDN network
-
Hi,
Under Optimize I have both JS Combine and CSS Combine turned on.
When not using CDN:
YSlow gives Grade A on Make fewer HTTP requests
All files are combined into 1 CSS and 1 JS file :-))
<link data-optimized=’1′ rel=’stylesheet’ href=’https://www.site.ca/min/c1c8b.css’ /></script><script data-optimized=’1′ src=’https://www.site.ca/min/2364a.js’ ></script>
When using LiteSpeed CDN function:
YSlow gives Grade F on Make fewer HTTP requests
This page has 17 external Javascript scripts. Try combining them into one.
This page has 6 external stylesheets. Try combining them into one.
This page has 7 external background images. Try combining them with CSS sprites.All files are delivered through CDN but are not combined :-((
Why is LiteSpeed Cache not combining scripts when used with CDN network ???
Thanks for your help.
Using UltraVPS license (with LSCache Standard)
LiteSpeed WHM/cPanel Plugin
PHP 7.0, WP 4.9.1, LS Cache 1.7.1.1
- The topic ‘LS Cache not combining CSS and JS when used with CDN network’ is closed to new replies.