Should I enable PrestaShop's CCC (Combine, Compress, Cache)?
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.
Was this answer helpful?
Related products
Still have questions?
Can't find what you're looking for? Send us your question and we'll get back to you quickly.