Cache in web browsers
Web browsers save some of your store's resources in their cache to make the store load faster. When a browser can load some files from its cache, it:
- The store loads much faster
- The link is less loaded
- Your server uses less CPU and RAM resources
The cache system in the client's browser refreshes itself from time to time, but not with every change, as you implement on the store.
If you modify files responsible for the appearance or functionality of the store (css, tpl, js) then your customers may not see your changes.
Force a Cache refresh in the customer's browser
If returning customers can't see the changes you've made to your store, template or modules, this module will solve the problem. The module will force a cache refresh in the browser if there are outdated files in the cache.
Smart method of operation
- The module versions files on your server that may be stored in the cache of your web browser.
- The module compares the version of browser cache files when loading the store with the version of the file on the server.
- If the versions differ, the module sends a request to the browser to generate a new cache
- The browser updates the cache
Global.css file version v301:
Quick and unnoticeable
The process of regenerating the cache is unnoticeable to the customer and does not significantly affect the loading speed of the store in the web browser.
The customer's browser will delete and generate a new cache only for files that have changed on your server. The rest of the browser cache will remain unchanged.
Install the module and forget it
Install and then enable the module. From the moment you enable the module, your returning customers will always see the current version of your store. The module requires no additional configuration.
The module refreshes the cache in all browsers available on the market, including Chrome, Firefox, Opera, Edge, GNOME Web, Midori, Falkon, Pale Moon, Waterfox and others.
- You can read more about the requirements in the knowledge base
- Minimum requirements for all modules:
- PHP 7.1 or higher
- ionCube Loader server extension
- MySQL >= 5 or MariaDB
- PrestaShop Importer only: PHP libxml version > 2.9.3
- PrestaShop Facebook Integrator only: PHP 7.2 or higher
- PrestaShop VAT Validator only: PHP SOAP
- With the module you get 3-month access to Premium Support.
- You can renew access to support at any time by purchasing any of the available packages
Access to Updates
3 months
Modules will inform you about an available update directly in your store. Check out the changelog. You will update a module conveniently with 1-click.
Access to HelpDesk
3 months
HelpDesk is a panel where we provide help with the use of the module. On HelpDesk you can order modifications and custom programming work.
Knowledge Base - FAQ
The knowledge base is free and available to everyone. In it you will find module documentation and answers to frequently asked questions.
- Full content of the license
- Presentation of the License and Subscriptions Management Panel
- Below is a summary of the most important information:
Domain and additional domains
- You can assign the module to 1 store instance = 1 domain.
- You can use the module without time limitation.
- You can add a test / development store domain.
- To change the domain opena request on HelpDesk.
Multistore domains
Supporting unlimited domains in PrestaShop Multistore requires purchasing multistore support for the module.
Modifying the module code
The module code related to store integration and appearance (.tpl, .css) is open source and you can modify it freely. The module source is encrypted with ionCube.
- You can test some modules in our demo store. You can find the link to the demo store in the top section of the page
- You can test some modules for free by downloading 14-day Trial .
- If you have any problems with the operation of the Demo or Trial version, please contact us
No entries yet.