Git Product home page Git Product logo

Comments (2)

dangermattic avatar dangermattic commented on July 17, 2024

Thanks for reporting! 👍

from wordpress-android.

fluiddot avatar fluiddot commented on July 17, 2024

After investigating the issue, I noticed the following:

  • The request to the media endpoint is related to the featured image of posts shown in the post list (reference).
  • The function that fetches the featured image (getFeaturedImageUrl) dispatches a request if the media item is not cached. However, it doesn't check if it was requested before. This results in extra requests for the same item as outlined in the issue.
  • Going up in the stack trace, I see that all calls are triggered by PagedListPositionalDataSource.loadInitial (reference). However, I saw that this function is called multiple times with the same data set. I don't have the context to understand why this is happening, but I presumed that it has to do with the paging logic of the Android library androidx.paging.

Stack trace of a call to getFeaturedImageUrl:
Screenshot 2024-05-29 at 12 00 47

from wordpress-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.