How to Combine, Compress, and Cache for performance in PrestaShop 1.5 Updated on August 16, 2021 by Scott Mitchell 1 Minutes, 43 Seconds to Read Our last article in the Advanced Parameters course went over disabling optional features in PrestaShop 1.5. This article explains how to compress, combine, and cache data so that you can increase the performance of your site. Combine, Compress, and Cache data in PrestaShop Log into your PrestaShop 1.5 dashboard. Using the top menu bar, hover over the Advanced Parameters tab and click on the Performance option from the menu. This brings you to the Performance page. The third section for Performance is entitled Combine, Compress, and Cache. The settings here allow you to choose various places to compress data and store it in a memory (known as caching) to reduce load time for your store. Smart Cache for CSS CSS code helps format your pages. Caching will make a copy to use instead of always runningthe code. As this code is not changed often, caching can be a bit of a help without compromising the site. Smart Cache for JavaScript Much like caching for CSS, the javascript will be saved in memory to make it faster. Minify HTML Minifying code means reducing file size by eliminating white space, line breaks, etc. Compress inline JavaScript in HTML This compresses Javascript that is located within the file itself. Most javascript, however, is stored in separate files. High risk HTML Compression Your HTML files are compressed for maximum speed. This does break the W3C validation of the code. The tradeoff for the speed is the search engines may penalize your site a bit for not being w3C compliant. Apache Optimization Adds htaccess code to help with your compression and caching. After selecting your desired settings, click on the green Save button at the upper right corner of the screen to save them. Be sure to test the different settings and see which ones benefit your site and which ones do not. Not all sites benefit from the same settings, so choose the ones that are right for you. Now that you understand the Combine, Compress, and Cache section, be sure to check our next article on Media Servers. Share this Article Related Articles Adding a category in PrestaShop 1.6 How to Add a Product to your PrestaShop 1.6 Store Best Practices for Creating a PrestaShop Shop Fix 404 Error When Logging into PrestaShop 1.5 How to reset your admin password in PrestaShop 1.5 Working with the product SEO tab in PrestaShop 1.6 Adding Shipping Details to Products in PrestaShop Install a Theme in PrestaShop 1.6 How to enable/disable the new customer notification in PrestaShop 1.5 How to install and set up the UPS Carrier module in PrestaShop 1.5