Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.94k stars 165 forks source link

faster client startup #2347

Closed totaam closed 5 years ago

totaam commented 5 years ago

Same as #2341 but for the client.

We already have:

totaam commented 5 years ago

Added some debug logging in r23053 + r23054 + r23055.

Places where we spend most of the startup time:

Start to finish only takes 2 seconds, more than half of which is the opengl probing! With --no-speaker --no-microphone --opengl=no --encodings=rgb --video-decoders=none --csc-modules=none --tray=no, my python3 client starts in just 0.5s.

totaam commented 5 years ago

Updates:

That's enough I think.

totaam commented 5 years ago

See also: #2349 cache audio query