FPC Warmer logs allocate too much space in database. How to solve this?

FPC Warmer logs allocate too much space in database. How to solve this?

Sometimes data in the amasty_fpc_activity table may pile up and take a lot of space. At the moment the extension lacks the functionality of auto-cleaning this log. Therefore, the solution is to manually clear the Customer Activity Log table. It is completely safe and can be done with one of the following methods:

Method 1. Go to the Admin Panel, navigate to Amasty → Full Page Cache Warmer → Activity Log and press the Clear Log button.




Method 2. Access the Magento database and execute the next query to clear the activity log:

TRUNCATE TABLE amasty_fpc_activity;

Additionally, if customer activity is not used as an active source for the warmer queue generation, it is possible to disable the log on the Full Page Cache Warmer configuration page: