This module automates routine database and cache maintenance tasks for PrestaShop stores. It is designed to be run via a cron job scheduler and targets three specific housekeeping operations that can accumulate unnecessary data over time.
- Statistics table cleanup: Truncates the
guest, connections, and connections_source tables, which are used for visitor statistics. Useful for stores that do not rely on this built-in statistical data. - Faceted search cache clearing: Triggers the cron jobs of the ps_facetedsearch module and clears the faceted navigation frontend cache, helping keep product listing filters accurate after product updates.
- Frontend cache clearing: Regularly clears the general frontend cache to ensure visitors see up-to-date store content.
This module requires the guest statistic module, connection statistic module, and ps_facetedsearch to be installed. It is intended for store administrators who want to automate periodic database and cache housekeeping using a cron job setup, and who do not need to retain raw visitor connection statistics.
Comments (0)
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent