-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
696 Prefetch the Advertising Info #753
base: master
Are you sure you want to change the base?
Conversation
…initialization tests with and without the adId initialization step and the runs are the same, there is performance hinderance.
...e/PrebidMobile-core/src/main/java/org/prebid/mobile/rendering/utils/helpers/AdIdManager.java
Outdated
Show resolved
Hide resolved
...idMobile/PrebidMobile-core/src/main/java/org/prebid/mobile/rendering/sdk/SdkInitializer.java
Show resolved
Hide resolved
...e/PrebidMobile-core/src/main/java/org/prebid/mobile/rendering/utils/helpers/AdIdManager.java
Show resolved
Hide resolved
...le-core/src/main/java/org/prebid/mobile/rendering/networking/modelcontrollers/Requester.java
Outdated
Show resolved
Hide resolved
...e/PrebidMobile-core/src/main/java/org/prebid/mobile/rendering/utils/helpers/AdIdManager.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ValentinPostindustria please take a look at the task and implementation.
In general, the goal makes perfect sense. It will help to speed up requests. However, it is very hard to follow the implementation design. Too much tasks, listners and states. I'm afraid to introduce some new bugs related to the memory leaking or blocking.
So we need to be sure that everything works as expected. And If someone see the more simple implementation approach - it would be great to consider.
Closes #696