Forked from jeroenvermeulen/find_cacheable_false.sh
Created
October 16, 2021 09:58
-
-
Save Erchiragdodia/8f4a22c8c6bf7c8dba60d66d40bb80c1 to your computer and use it in GitHub Desktop.
Revisions
-
jeroenvermeulen revised this gist
Jun 12, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #### by MageHost.pro #### # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_|/dotmailer).*' | xargs grep --color -n -e 'cacheable="false"' -
jeroenvermeulen revised this gist
Jun 8, 2017 . No changes.There are no files selected for viewing
-
jeroenvermeulen revised this gist
Jun 8, 2017 . No changes.There are no files selected for viewing
-
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #### by MageHost.pro #### # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -n -e 'cacheable="false"' -
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #### by MageHost.pro #### # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"' -
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ #### by MageHost.pro # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"' -
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"' # by https://MageHost.pro -
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,2 @@ # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"' -
jeroenvermeulen renamed this gist
May 3, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jeroenvermeulen revised this gist
May 3, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"' -
jeroenvermeulen revised this gist
May 3, 2017 . No changes.There are no files selected for viewing
-
jeroenvermeulen revised this gist
May 3, 2017 . No changes.There are no files selected for viewing
-
jeroenvermeulen revised this gist
May 3, 2017 . No changes.There are no files selected for viewing
-
jeroenvermeulen created this gist
May 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ # execute in Magento 2 root: find vendor app -regextype 'egrep' -type f -regex '.*/layout/.*\.xml' -not -regex '.*(vendor/magento/|/checkout_|/catalogsearch_result_).*' | xargs grep --color -rnw -e 'cacheable="false"'