Should I enable PrestaShop's CCC (Combine, Compress, Cache)?

1389 views

Generally yes — CCC combines multiple CSS files into one and multiple JS files into one, reducing HTTP requests and improving load times. However, CCC can cause issues if a module's CSS/JS has specific loading order requirements or uses defer/async attributes. If you enable CCC and something breaks (usually a visual glitch or a JS error), check which module's assets are causing the problem and configure that module to keep its assets separate.

Learn more about CSS/JS optimization

Was this answer helpful?

Related products

Performance Revolution
€299.00
Instant Redis
€99.00

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top