Hi @archonic08
this plugin is compatible with the most popular cache plugins.
You could have problems with concatenated js/css files, but if these js/css are only minified it’s not a problem at all.
Consider that using this plugin you totally deactivate specific plugins on specific pages. If a third plugin builds a concatenated js or css file, it depends how that third plugin builds that concatenated file.
If the plugin concatenates the files taking them from all the available files, it should not be a problem, but you will have less benefits from Freesoul Deactivate Plugins, because you would load a concatenated file coming from all the plugins. In this case you would just save database queries and PHP parsing time when the page is not served by the cache.
If you have http/2 on your server and you have many heavy plugins, I would prefer to deactivate the unused plugins, if on the contrary, you have many scripts/stylesheets but not a lot of plugins, and your server hasn’t http/2, maybe better to don’t use this plugin if the concatenation would give you more benefits and with this plugin you see that the concatenated files are not built correctly.
So in shorts, with server cache and minified files no problem, with concatenated files you have to evaluate the situation.