Clear Grav Cache InMotion Hosting ContributorUpdated on August 16, 2021 1 Minute Read Grav includes built-in caching configured in the user/config/system.yaml file and stored in /cache folder. Below we cover how to clear the Grav site cache using the Admin plugin and SSH. Admin Plugin SSH Admin Plugin Log into Grav. Select Clear Cache in the upper-right. Select the arrow to only clear Assets, Images, Cache, or Tmp cache. SSH Login SSH. Type cd [path-to-grav-folder] to navigate to your Grav directory. Type bin/grav clear-cache to clear the cache. Clearing cache Cleared: /home/[path-to-grav]/cache/twig/* Cleared: /home/[path-to-grav]/cache/doctrine/* Cleared: /home/[path-to-grav]/cache/compiled/* Cleared: /home/[path-to-grav]/images/* Touched: /home/[pathtograv]/user/config/system.yaml Other options to add after the command include: –all, –assets-only for CSS and Jquery –cache-only for core changes –images-only Check your website in a web browser. You may stiil need to clear your browser cache. Learn more about Grav in our Support Center. Summarize and Research with AIShare on Social Media InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to Upload Large Files Without FTP Timeouts eCommerce – Setup your Merchant Account Gateway How to Zip and Unzip Files on Windows 11 and Windows 10 How to Transfer and Backup Website Files with Rsync .htaccess File Reference List: Rules, Fixes, and Uses How to Force a File Download With .htaccess Redirecting Visitors to an Under Construction Page How to Force www and non-www on Your Domain with .htaccess How to Use the .htaccess File Domain Resolves to Server Default Page