Do you mean when you first open the software, or when you go to other pages? It does feel sluggish when you first open it. Also the RAM usage is not that good. I hope I can do some optimization on it.
Swiping between pages is hit or miss. Its like it doesn't hook on the swipe. The search is really, really slow. I do have hundreds of "apps" on my machine, but it's still much slower than the native app navigator. Moving around apps to group them or rearrange them is probably the slowest part. I turned on dev fps monitor and it's showing 50fps.
That's not a good frame rate.
My computer has this situation:
(
ls /Applications/.app 2>/dev/null
ls /System/Applications/.app 2>/dev/null
ls ~/Applications/*.app 2>/dev/null
) | wc -l
730
For me, it was really slow at the beginning, but it got much better after that. I'm not sure why, but this at least shows that there are still big problems with the current performance...
oidar|5 months ago
roversx|5 months ago
( ls /Applications/.app 2>/dev/null ls /System/Applications/.app 2>/dev/null ls ~/Applications/*.app 2>/dev/null ) | wc -l 730
For me, it was really slow at the beginning, but it got much better after that. I'm not sure why, but this at least shows that there are still big problems with the current performance...