mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
Update FAQ md (#998)
* Update FAQ md Fix any grammar issue or reformat if needed * Update FAQ Fix issues from previous commit * Update README.md * Update README.md --------- Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
parent
83ff9485c0
commit
d20f46d0a6
@ -186,6 +186,13 @@ Certain Android skins like MIUI have very aggressive battery saving, which can k
|
||||
#### Why is the app laggy after updating?
|
||||
The UI toolkit used in Tachiyomi requires the app the be automatically optimized by the Android system over time. You should see improvements after a few days of usage.
|
||||
|
||||
If you know how to use ADB, you can also run the following command to trigger the optimization manually.
|
||||
If you are using Tachiyomi Preview or a fork, replace `eu.kanade.tachiyomi` with the corresponding package name.
|
||||
|
||||
```
|
||||
adb shell cmd package compile -f -m speed-profile eu.kanade.tachiyomi
|
||||
```
|
||||
|
||||
|
||||
### User Interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user