Thanks so much I had reported the same issue here also before realizing others were having the same problems:
And for me, even as far back as 5.3.2 RHIT runs parallel to Game Thread in-editor:
But in the packaged game (both shipping and development) they run sequentially, meaning that packaged projects run about 30% slower than projects in-editor simply because RHIT won’t run in parallel:
You can see the frame time is about 4ms worse in packaged projects because of this issue.
Parallelization was listed on the roadmap for the 5.4 Release, so I’m not sure why it works in-editor in the older engine version 5.3.2 and then not at all in packaged projects or in the later 5.4 and 5.5 releases even though this was a major selling point of those updates.
It’s also worse on some hardware than others. I have an RTX 4080 PC that suffers badly from this. On the RTX 3080 with Outdated NVIDIA Drivers installed, it doesn’t happen at all.
In theory, the 4080 should be a much faster card but the older 3080 system outperforms it significantly (90FPS on the 3080 system vs. 55 on the 4080) because of time spent waiting for RHIT to run in sequence (the above screenshots are from the 4080 system). Both PCs have Intel 12900 CPUs running on the same version of Windows 10.