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
Issue:
I am using the advanced developer option that flashes the view that is drawn with a red overlay. This option is different from the one that flashes the whole screen when a view updates, so no mistake was made.
My issue is that that the whole screen gets redrawn when the image updates, creating high green bars when using the "Profile HWUI" option. This only happens when a placeholder is used such that the images switch pretty fast. If the image is retrieved from the cache and no placeholder is required then only the image view is flashed by the red overlay. Also, if I disable the placeholder, only the image view gets redrawn.
My context is that I am trying to improve the performance of a really old and slow Android device that is drastically affected by image loading. Profiling it with the HWUI tool showed huge improvements when the placeholder is disabled such that only the image is redrawn, as the green lines stay down.
Issue:
I am using the advanced developer option that flashes the view that is drawn with a red overlay. This option is different from the one that flashes the whole screen when a view updates, so no mistake was made.
My issue is that that the whole screen gets redrawn when the image updates, creating high green bars when using the "Profile HWUI" option. This only happens when a placeholder is used such that the images switch pretty fast. If the image is retrieved from the cache and no placeholder is required then only the image view is flashed by the red overlay. Also, if I disable the placeholder, only the image view gets redrawn.
My context is that I am trying to improve the performance of a really old and slow Android device that is drastically affected by image loading. Profiling it with the HWUI tool showed huge improvements when the placeholder is disabled such that only the image is redrawn, as the green lines stay down.
Picasso Version: com.squareup.picasso:picasso:2.8
Code Gist: https://gist.github.com/domutadarius/7f7e884e78c38519fb065e4586cf53c6
Screen.Recording.2024-11-15.at.09.00.49.mov
Performance proof:
Full screen redraw:
Limited, image only redraw:
The text was updated successfully, but these errors were encountered: