@edmundspr you disabled Woocommerce purges too? like on product update. File can be fond here: \thirdparty\woocommerce.cls.php
Also I tested on my test env but I am not able to see any purge on plugins activation/deactivation. I imported your settings too, but no success. Maybe i comes from other plugins.
it was caused by Elementor 3rdparty code , so you shoud make it configurable. i even did not touch elementor plugins, it works on any plugin activate/deactivate/.
add_action(‘elementor/core/files/clear_cache’, CLASS . ‘::regenerate_litespeed_cache’);
that elementor celar cache action was triggered somehow , we hook into it , to make sure the elementor files are in sync to prevent 404 error or something like that