Disable Caching in Open Web Analytics Updated on April 4, 2022 by InMotion Hosting Contributor 0 Minutes, 46 Seconds to Read Open Web Analytics has built-in caching to make the most of hosting services. Within the settings is a Flush Cache Now option. However, if you’re working on development, such as developing a module. Below we cover how to disable caching in Open Web Analytics. Disable Caching Log into FTP, or cPanel File Manager, or SSH. Navigate to your Open Web Analytics directory. Edit the owa-config.php file – e.g. in SSH: nano owa-config.php. Near the bottom, remove the // and change true to false. * OBJECT CACHING * * Override setting to cache objects. Caching will increase performance. */ //define('OWA_CACHE_OBJECTS', true); The final result: define(‘OWA_CACHE_OBJECTS’, false); Log into Open Web Analytics. Select Administration at the top. At the bottom, ensure Cache Control shows Status: OFF. Note: You may need to log out and clear your browser cache to see the change. Learn more about Open Web Analytics in our Support Center. Share this Article 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 Google Analytics to WordPress Without a Plugin Secure Matomo Analytics With The Security Info Plugin How to Migrate to Google Analytics 4 From UA How to Include Google Analytics Tracking Code with PHP Enabling Google Analytics in Koken Adding Google Analytics to Ghost Debug Google Analytics with Google Analytics Debugger How to use Google Analytics with PHP-Nuke Adding Google Analytics to a Container in Google Tag Manager Installing Google Analytics on Your Website