Floating Group vs. Popup for SPA Performance

Hi,

Currently using the blur effect for popups + Fullscreen

How much processing power does this use compared to just temporarily overlaying a [vertically float to both] floating group with ‘Go to Page’ URL Parameters?

What I like about the popup is the blur but the mobile back button doesn’t close the popup automatically.

What I like about the floating group is that the back button closes it, however, because it’s a “go to page” workflow, any & all “when page is loaded” workflows will run, even if they don’t fire off, bubble is still performing the check every time!

So,

What would you recommend I do?