Hi. There seems to be a regression with mesa that makes gtk+4 application very slow to start. By default the GSK renderer uses OpenGL. As a workaround, you can temporarily use this to go back to the cairo renderer which makes gtk+4 applications fast again:
export GSK_RENDERER=cairo -- Antoine