Spikes for Render.Prepare

I am getting Spikes in my profiler for Render.Prepare specifically in Loading.LoadFileHeaders.
What is the best way to remove them?

Make all your textures load before you use them in the scene by creating a fake loading screen which has all the objects you use in the scene render behind the loading screen. Disable all those objects immediately afterward.