Git Product home page Git Product logo

Comments (4)

nilsbenson avatar nilsbenson commented on September 26, 2024 1

image

The overhead of fetching all the drawables from the resources every time onUpdate() is called is probably a larger overhead than any of the printLln() calls.

Try refactoring the drawables you're updating to be member variables, and only load them once on onShow() with findDrawableById()

Then, in the updateSteakMenu / onUpdate just reference those members for updating the text on the screen. The drawing path is a "hot path" so it should perform the bare minimum amount of work and anything slow in there will cause a poor user experience.

If you're ok with the delay for this release we can focus on optimizing the dynamic list instead, but I think you'll probably see a decent improvement by doing this. On the fenix 6 I don't see any delay so the issue probably just comes down to a little optimization for older devices.

from barbecueboss.

arquicanedo avatar arquicanedo commented on September 26, 2024

I got rid of the custom watch face and I have the feeling it improves marginally. This may be related to how old the fr235 is. The dynamic-entries branch is better than development. Perhaps the custom layout improves the experience when compared to the xml layout.

from barbecueboss.

arquicanedo avatar arquicanedo commented on September 26, 2024

@nilsbenson Wow! day and night difference. I'll push the patch.

from barbecueboss.

arquicanedo avatar arquicanedo commented on September 26, 2024

Fixed as suggested by @nilsbenson. Closing.

from barbecueboss.

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.