Magento 2 - Missing enable / disable cache options in AdminMagento CE 1.7.0.0 Cache Management Creates JS IssueEnable Cache while installing extension?Can't disable magento 2 CacheDifference between Refresh All Cache , Flush Magento Cache and Flush Cache StorageActive class missing from category navigation if cache is enabledMagento 2 - Missing enable / disable cache optionsError When i Re Enable Cache in Magento 2.2.5Cannot access site to admin after disabling cacheMagento 2 cannot enable cachesmagento2 enable/disable value get and set value
Could Giant Ground Sloths have been a Good Pack Animal for the Ancient Mayans
Are cabin dividers used to "hide" the flex of the airplane?
Is Social Media Science Fiction?
Check if two datetimes are between two others
Is there a way to make member function NOT callable from constructor?
What do you call something that goes against the spirit of the law, but is legal when interpreting the law to the letter?
If a centaur druid Wild Shapes into a Giant Elk, do their Charge features stack?
COUNT(id) or MAX(id) - which is faster?
How to make payment on the internet without leaving a money trail?
How can I add custom success page
What does "enim et" mean?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Are objects structures and/or vice versa?
Add an angle to a sphere
OA final episode explanation
Are white and non-white police officers equally likely to kill black suspects?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
What is GPS' 19 year rollover and does it present a cybersecurity issue?
aging parents with no investments
Mapping arrows in commutative diagrams
What to wear for invited talk in Canada
Synthetic Control Method
What is the meaning of "of trouble" in the following sentence?
Is it wise to focus on putting odd beats on left when playing double bass drums?
Magento 2 - Missing enable / disable cache options in Admin
Magento CE 1.7.0.0 Cache Management Creates JS IssueEnable Cache while installing extension?Can't disable magento 2 CacheDifference between Refresh All Cache , Flush Magento Cache and Flush Cache StorageActive class missing from category navigation if cache is enabledMagento 2 - Missing enable / disable cache optionsError When i Re Enable Cache in Magento 2.2.5Cannot access site to admin after disabling cacheMagento 2 cannot enable cachesmagento2 enable/disable value get and set value
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
In Magento 2,I can't enable/disable cache In System -> Cache Management, the two options are missing from the dropdown menu. what did wrong?
It's in Default mode.

Anyone has idea on this?
magento2 cache
add a comment |
In Magento 2,I can't enable/disable cache In System -> Cache Management, the two options are missing from the dropdown menu. what did wrong?
It's in Default mode.

Anyone has idea on this?
magento2 cache
1
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21
add a comment |
In Magento 2,I can't enable/disable cache In System -> Cache Management, the two options are missing from the dropdown menu. what did wrong?
It's in Default mode.

Anyone has idea on this?
magento2 cache
In Magento 2,I can't enable/disable cache In System -> Cache Management, the two options are missing from the dropdown menu. what did wrong?
It's in Default mode.

Anyone has idea on this?
magento2 cache
magento2 cache
asked Feb 1 at 7:45
Charul TyagiCharul Tyagi
715113
715113
1
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21
add a comment |
1
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21
1
1
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21
add a comment |
2 Answers
2
active
oldest
votes
Set developer mode, clear cache and try again
php bin/magento deploy:mode:set developer --skip-compilation
php bin/magento cache:clean
php bin/magento cache:flush
Magento modes details:
https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
add a comment |
Yeah. You are in production or default mode. So it doesn't show enable and disable cache option.
So please change deploy mode into developer mode and now you can change cache enable or disable
php bin/magento deploy:mode:set developer
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f260103%2fmagento-2-missing-enable-disable-cache-options-in-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Set developer mode, clear cache and try again
php bin/magento deploy:mode:set developer --skip-compilation
php bin/magento cache:clean
php bin/magento cache:flush
Magento modes details:
https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
add a comment |
Set developer mode, clear cache and try again
php bin/magento deploy:mode:set developer --skip-compilation
php bin/magento cache:clean
php bin/magento cache:flush
Magento modes details:
https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
add a comment |
Set developer mode, clear cache and try again
php bin/magento deploy:mode:set developer --skip-compilation
php bin/magento cache:clean
php bin/magento cache:flush
Magento modes details:
https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production
Set developer mode, clear cache and try again
php bin/magento deploy:mode:set developer --skip-compilation
php bin/magento cache:clean
php bin/magento cache:flush
Magento modes details:
https://devdocs.magento.com/guides/v2.2/config-guide/bootstrap/magento-modes.html#mode-production
edited Feb 1 at 9:09
answered Feb 1 at 8:47
Shoaib MunirShoaib Munir
2,3722829
2,3722829
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
add a comment |
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
The link directs us to the same page. :)
– Siarhey Uchukhlebau
Feb 1 at 9:06
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
Thank @SiarheyUchukhlebau. Answer updated :)
– Shoaib Munir
Feb 1 at 9:09
add a comment |
Yeah. You are in production or default mode. So it doesn't show enable and disable cache option.
So please change deploy mode into developer mode and now you can change cache enable or disable
php bin/magento deploy:mode:set developer
add a comment |
Yeah. You are in production or default mode. So it doesn't show enable and disable cache option.
So please change deploy mode into developer mode and now you can change cache enable or disable
php bin/magento deploy:mode:set developer
add a comment |
Yeah. You are in production or default mode. So it doesn't show enable and disable cache option.
So please change deploy mode into developer mode and now you can change cache enable or disable
php bin/magento deploy:mode:set developer
Yeah. You are in production or default mode. So it doesn't show enable and disable cache option.
So please change deploy mode into developer mode and now you can change cache enable or disable
php bin/magento deploy:mode:set developer
edited 10 hours ago
answered Feb 4 at 10:00
ARUNPRABAKARAN MARUNPRABAKARAN M
403113
403113
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f260103%2fmagento-2-missing-enable-disable-cache-options-in-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Currently your mode is set to production so only Refresh Cache option will be there in drop down and thats why you are not able to see Enable/Disable dropdown of cache.
– HIren Kadivar
Feb 1 at 8:08
regardless of mode it should show up. Have you tried flush cache storage or the other one option?
– magefms
Feb 1 at 8:15
@Hlren can you check on my above question i have mentioned that i am on default mode not on production?
– Charul Tyagi
Feb 1 at 9:29
Did you resolve your issue?
– Shoaib Munir
Feb 6 at 9:58
no @ShoaibMunir
– Charul Tyagi
Feb 6 at 11:21