Switchable Analytics + batch file to remove __pycache__
ENABLE_ANALYTICS.py
file in the main directory toggles Analytics
Disabling Analytics significantly reduces memory consumption and saves some disk space by not creating and writing /analytics/*.json
.
- Remove this file if you don't need Analytics. Or rename it to something different, like
DISABLE_ANALYTICS.py
. - To enable Analytics back - just create this file again. Or rename it back to
ENABLE_ANALYTICS.py
.
This file can be empty.
DELETE_PYCACHE.bat
Windows batch file to remove __pycache__
Get rid of the old cache files faster, especially after new updates.