magento-cache-clean icon indicating copy to clipboard operation
magento-cache-clean copied to clipboard

A faster drop in replacement for bin/magento cache:clean with file watcher

Results 19 magento-cache-clean issues
Sort by recently updated
recently updated
newest added

I don't know what happened makes it stopped working suddenly. Here is the error that I get: ![Screenshot-20220619222624-751x367](https://user-images.githubusercontent.com/16509141/174499249-4f9566b3-daaa-407b-b23a-200aa522cc14.png)

During development I often have the cache-clean watcher running. When I switch branch and do a composer install the watcher registers the file changes, but then keeps cleaning and cleaning....

enhancement

When pressing `F`, the files in `pub/static/frontend` are still present.

Implement cleaning of specific static content when files are changed. First, `.less` file changes can trigger removal of the obsolete copy of the `.less` file in `var/view_preprocessed` and the generated...

enhancement

Hi, Thank you so much for this module! Indeed, one of the great paints of the Magento dev experience is all this cache / files cleaning. And the module is...

In the magento admin, often the message "Some or more caches are invalidated" is displayed. Often this message is not actually true. The cache records where already removed, however, the...

enhancement

Hey Vinai, I have some custom configuration files and I want your tool to handle them without rebuilding the source. A rules config file would be nice .. maybe something...

I have to flush the full config cache to enable the new controller. Only clearing the cached list of controller classes is not enough.

I have a theme under `src/Namespace/Themename`. `./src/*/*` is defined as a local composer repository. When I rename the directory `src/Namespace/Themename/Magento_Catalog` to `src/Namespace/Themename/Magento_Catalog2` (to quickly check if my customisations broke something),...

enhancement

When using ``` php vendor/mage2tv/magento-cache-clean/bin/generate-cache-clean-config.php ``` or ``` php vendor/mage2tv/magento-cache-clean/bin/generate-cache-clean-config.php path/to/magento ``` to generate `var/cache-clean-config.json`, the file needs to be regenerated every time a module or theme is added. This...

enhancement