@c0der sorry for this late reply! I couldn’t understand your query initially and couldn’t help you out at the time! Plus I was busy with the releases of the latest tags, hopefully you upgraded by this time.
only i use Autoptimize and plugin to defer js
Are you saying you use Autoptimize to defer JS or you use both Asset CleanUp and Autoptimize to defer JS. It’s not very clear what you meant by “i use Autoptimize and plugin“.
so only need active hide js and plugin from site but Asset CleanUp cache all with file main_stylesheet… what i want to do in functions.php of theme file disable all cache Asset CleanUp
Can you be more specific about “only need active hide js and plugin“? As for the caching, Asset CleanUp stores any altered file (e.g. via minify feature) within /wp-content/cache/asset-cleanup/. This is done whenever a file needs to be altered via the plugin. It can’t be disabled as it’s required for the functionality of the plugin (doing changes “on the fly” would take longer time to render and since this is a performance plugin, a cache system for reading files faster had to be implemented). The plugin will stop writing anything to /wp-content/cache/asset-cleanup/ if you have all of the following features inactive: minify/combine CSS/JS, add “font-display” to Google Fonts font-face (basically it requires an alteration of the CSS file, and thus it stored its modified version to the cache directory).