You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using the latest AppLovin SDK, with a long list of mediations. However, we noted that after we started to load ads using MAAdView, there was a significant load of the main thread (which eventually caused UI laggy because of the main thread occupation.).
As you can see in the screenshot of instrument logging:
A very high percentage of main thread resources were being used for ALMediationAdapterWrapper. It's not one time but several times in consequences, within seconds, which leads to consequences of slightly, however, noticeable UI freezes.