Need Help With Event Tick Frame Rate Drop Over Time

I had a similar case once before.

Is there any chance you are creating and adding new widgets to your view port on event tick?

Because it sounds exactly like that one case I once had. It tanks really hard soon because hidden widgets (if one is behind another) aren’t ignored but still fully rendered meaning after a while it will take forever to render all the pixels even though 99% are exactly the same pixels above of each other.