I was manually going through and clearing my cached data under ~/Library/Application Support/Orion/ when I found your tools. My trial-and-error removal wasn't working so I ran yours and now my Orion browser is snappy again. Thank you!
I wanted to share the uv commands I ran it with, in case others prefer this over full cloning and pip install etc.
uv run \
--with-requirements 'https://github.com/davidlary/SpeedUpOrion/blob/main/requirements.txt?raw=true' \
--script 'https://github.com/davidlary/SpeedUpOrion/blob/main/speed_up_orion.py?raw=true'
uv run \
--with-requirements 'https://github.com/davidlary/SpeedUpOrion/blob/main/requirements.txt?raw=true' \
--script 'https://github.com/davidlary/SpeedUpOrion/blob/main/fix_orion_spinning_wheel.py?raw=true'
Cheers 🍻
I was manually going through and clearing my cached data under
~/Library/Application Support/Orion/when I found your tools. My trial-and-error removal wasn't working so I ran yours and now my Orion browser is snappy again. Thank you!I wanted to share the
uvcommands I ran it with, in case others prefer this over full cloning andpip installetc.uv run \ --with-requirements 'https://github.com/davidlary/SpeedUpOrion/blob/main/requirements.txt?raw=true' \ --script 'https://github.com/davidlary/SpeedUpOrion/blob/main/speed_up_orion.py?raw=true' uv run \ --with-requirements 'https://github.com/davidlary/SpeedUpOrion/blob/main/requirements.txt?raw=true' \ --script 'https://github.com/davidlary/SpeedUpOrion/blob/main/fix_orion_spinning_wheel.py?raw=true'Cheers 🍻