@Buttink If anyone comes across this problem. Apparently, the QLoggingCategory or the stderr/windows debugger are SUPER slow on windows. To fix this I used qInstallMessageHandler and wrote my own handler to not send to the terminal for windows. Now, my application runs just fine.