Auto flush cache for Magento 2 the flush cache is a very special function of Magento 2. The cache is a particular area of your hosting server. It helps to increase the page load speed by storing the web pages through browsers. Also, it reduces resource requirements in the situation of heavy traffic. Every time we edit any information or configuration content after saving we have to clear the cache in admin or run it by command via terminal.
See more information:
Before you continue, ensure you meet the following requirements:
- You have installed magento2
Run the following commands in Magento 2 root folder:
composer require magepow/autoflushcache
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
- when install done is an auto flush cache already working.
- You can login as administrator to configure everything without clearing cache.
If this project help you reduce time to develop, you can give me a cup of coffee :)