PhoenicisOrg / phoenicis

Phoenicis PlayOnLinux and PlayOnMac 5 repository
https://phoenicis.org/
GNU Lesser General Public License v3.0
679 stars 73 forks source link

Phoenicis soft freezes UI if multiple repositories are used. #1771

Open Kreyren opened 5 years ago

Kreyren commented 5 years ago

https://youtu.be/7bAx2KuvAvU?t=11

Phoenicis freezes UI and eats up CPU cycles if multiple repositories are used? (What i think)

Refresh alike switching workplace fixes the issue

SYSTEM INFO

Using i3-wm

system-info: https://paste.pound-python.org/show/7iJPtI6fXcsF1d1bNdB4/

List of installed packages: https://paste.pound-python.org/show/MsFpksrA3WDS9PGKXMFm/

echo $JAVA_HOME results in /usr/lib64/openjdk-11

Terminal output: https://paste.pound-python.org/show/Q03uP8QqowE7jgdo8GVE/

image

madoar commented 5 years ago

How many repositories have you added?

Kreyren commented 5 years ago

@madoar iirc 5

madoar commented 5 years ago

And they are all git repositories, right? Does the performance drop only occur during the first loading (i.e. after adding the repositories to Phoenicis) or also after every restart?

Most likely the performance drop happens because the repositories are git repositories. Every repository is >50mb large. So when downloading them all you download around 300mb. I think this will be fixed after #1720 has been solved.