Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jayachandraoggy/62b1200b6887074ca87595ad1bce4eec to your computer and use it in GitHub Desktop.
Save jayachandraoggy/62b1200b6887074ca87595ad1bce4eec to your computer and use it in GitHub Desktop.
#!/bin/bash
# https://mirasvit.com/blog/common-issues-and-few-hacks-with-magento-2-full-page-cache.html
cd app/design/frontend/ && grep --recursive -l 'cacheable="false"' * && cd ../../..;
cd app/code && grep --recursive -l 'cacheable="false"' * && cd ../..;
cd vendor && grep --recursive -l 'cacheable="false"' * && cd ..;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment