<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>cache on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/cache/</link><description>Recent content in cache on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Fri, 10 Jul 2020 00:20:25 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/cache/index.xml" rel="self" type="application/rss+xml"/><item><title>Clear Nginx Cache</title><link>https://quicktasks.ismael.casimpan.com/post/clear-nginx-cache/</link><pubDate>Fri, 10 Jul 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/clear-nginx-cache/</guid><description>
bruteforce method - remove and replace /etc/nginx-cache Tool (untested) - https://github.com/perusio/nginx-cache-purge</description></item><item><title>Finding Large Files Uncacheable in Acquia Varnish</title><link>https://quicktasks.ismael.casimpan.com/post/finding-large-files-uncacheable-in-acquia-varnish/</link><pubDate>Mon, 18 May 2020 00:20:25 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/finding-large-files-uncacheable-in-acquia-varnish/</guid><description>
Acquia varnish cannot cache files &amp;gt;10MB as per https://docs.acquia.com/acquia-cloud/performance/varnish/files/
To find for those &amp;gt;10MB files, search from the sites/default/files:
1find ./ -type f -size +10M -exec du -sh &amp;#39;{}&amp;#39; \; -print|grep -v ^\./| sort -n</description></item><item><title>Clear Drupal Cache Outside Drush</title><link>https://quicktasks.ismael.casimpan.com/post/clear-drupal-cache-outside-drush/</link><pubDate>Sun, 08 Apr 2018 23:45:58 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/clear-drupal-cache-outside-drush/</guid><description>
From drupal admin UI: Administration &amp;gt; Configuration &amp;gt; Development &amp;gt; Performance
But will work only if you have drupal admin login. Otherwise, you need to install drush instead and do the 'drush cc all' from there. Some other options -&amp;gt; https://www.drupal.org/docs/7/administering-drupal-7-site/clearing-or-rebuilding-drupals-cache</description></item></channel></rss>