I have a gameobject that has quite a few monobehaviours on it, and it takes about 3 seconds to load every time I click it. I tracked the culprit down to HelpersGetSaintsfieldWithInfo() that generates a lot of garbage.
Edit; Saw that someone made a pullrequest for this already, fingers crossed!