After clearing the DNS cache, it is advisable to also clear the browsing cache where the downloaded files are stored locally to speed up navigation. To do this in Chrome, there are various methods:
- Menu (the three dots), select the More Tools option and then Clear Browsing Data. We can also use the shortcut keys Ctrl+Shift+Del on Windows or cmd+shift+backspace on macOS.
- By installing a Chrome extension: Clear Cache, highly recommended when managing your own e-commerce or website, in order to check the correct loading after new changes. The cache may not only prevent the latest changes from being displayed but also hide problems introduced with them.
Other very useful extensions when managing your own e-commerce in PrestaShop are:
- EditThisCookie, which allows you to delete cookies in order to view PopUps set to be seen only once or in case of issues with logins and carts during tests with different users.
Note: the browsing cache requires us to design and study changes in a targeted manner, avoiding improvisation and continuing to make structural changes, such as new modules and features or the removal of already activated functions, especially when the modified code is client-side like JS scripts. For example, if we decide not to ask customers to confirm the terms and conditions of purchase anymore, those who have the old setting in their local cache will not be able to complete the order if they do not clear the cache, because the JS called will not be the new one provided by our server, but the old one still stored locally on the customer's computer. When it comes to e-commerce, everything must be planned and considered.