Hello, I am new to Magento (Beginner). I am working with Magento 2.2.2.
I have a question.
Is this line of working OK ?
(i) Disable All Cache first (ii) Add New Products or Add any new Extension etc. (iii) Enable All Cache. (iv) Flush Cache.
Thanks.
Solved! Go to Solution.
Yes, it would be ok. Note that if you're doing this on your production site then your site will be slowly/won't scale to as many users during the time that you have cache disabled.
You don't have to disable cache first. You can just flush cache after changes (products/extensions) have been installed.
@Tom Robertshaw wrote:You don't have to disable cache first. You can just flush cache after changes (products/extensions) have been installed.
[A] It means
I can make all changes without considering "Cache Management" message after each change.I do not need to Refresh Cache after every change.
I have to "Flush Cache" at the end. Right?
[B] My question is
Is it OK to disable cache just to avoid the "Cache Management" message after each change?
Thanks.
Yes, it would be ok. Note that if you're doing this on your production site then your site will be slowly/won't scale to as many users during the time that you have cache disabled.
@Tom Robertshaw wrote:Yes, it would be ok. Note that if you're doing this on your production site then your site will be slowly/won't scale to as many users during the time that you have cache disabled.
Thanks