Lets fix the lag on the TicWatch. There is tons of bloat that needs to be removed to get a responsive interface.
Install ADB Tools
choco install adb
Chocolatey Users Onlysudo apt install adb
Debian or yay -S adb
ArchEnable Developer Tools on TicWatch
Enable Wi-fi Debugging in Developer Tools
This removes all the mobvoi crap that is junking up your watch.
adb connect IP_ADDRESS:5555
adb devices
adb shell
pm uninstall -k --user 0 com.mobvoi.wear.account.aw
pm uninstall -k --user 0 com.mobvoi.companion.aw
pm uninstall -k --user 0 com.mobvoi.ticwatch.cmodel.c2.male
pm uninstall -k --user 0 com.mobvoi.wear.appsservice
pm uninstall -k --user 0 com.mobvoi.wear.fitness.aw
pm uninstall -k --user 0 com.mobvoi.wear.health.aw
pm uninstall -k --user 0 com.mobvoi.wear.privacy.aw
pm uninstall -k --user 0 com.mobvoi.wear.system.aw
pm uninstall -k --user 0 com.mobvoi.wear.watchface.aw
Screenshot
Now with all the garbage gone you can use all the other apps that are well maintained and optimized. You will notice that your watch is no longer lagging and it runs just like any other good wearable.