Replies: 1 comment 3 replies
-
I would recommend running a profiler (e.g. sysprof, perf) to see what takes up that much time on your machine. I assume, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I've built an application I want to use on an raspberrypi as gui with a touchscreen. Now I got the issue that starting xserver and the application leads to a ~4 seconds long blank / black screen between the splash screen and the application. I found that the startup of GTK seem to be pretty slow. Even the simplest application (code below) takes over a second to start on a Ryzon 5 2600 (fairly old but should be fast enough to not be the bottleneck here^^). Considering my application uses CSS and XML templates for sake of improving developer experience, the startup time reduces more as it has to load more.
I googled around could not find any GTK specific recommendation on performance improvements. As gtk is fairly old, I wonder why that is the case. So how can the performance of an gtk application be improved and the startup be reduced?
Beta Was this translation helpful? Give feedback.
All reactions