In my projects, the 3 things that were causing similar issues:
- using load() instead of a const preload()
- particles being fired for the first time
- lighting getting turned on for the first time
So creating a script up front that does that when the game is run helped. Good luck!