cancel
Showing results for 
Search instead for 
Did you mean: 

Getting rid of the cache to see customization changes

SOLVED

Getting rid of the cache to see customization changes

Hi guys,

 

I am very new. I am working on a project and am customizing the current theme. Is there something I can do to see the theme changes immediately as it has taking a great deal of time dealing with the cache.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Getting rid of the cache to see customization changes

If you want to get rid of cache in development server, you just need to disable full page and layout cache.

Using above way you dont need to run each time cache command.

Run below command
php bin/magento cache:disable full_page layout

After run Above command you dont need to run cache command each time.

If issue solved click kudos/accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

1 REPLY 1

Re: Getting rid of the cache to see customization changes

If you want to get rid of cache in development server, you just need to disable full page and layout cache.

Using above way you dont need to run each time cache command.

Run below command
php bin/magento cache:disable full_page layout

After run Above command you dont need to run cache command each time.

If issue solved click kudos/accept as solutions.
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial