Skip to content

performance issues #3

@lenmorld

Description

@lenmorld

searches are very slow

  • searching with Spotify
    -- this could be caused by latency in API key requests, and search results turnaround time

  • UI loading of each Item very slow
    -- this could be due to frequent re-rendering of Item for EACH and EVERY prop, state change
    ---> use some kind of caching, look into memoization

General React optimization
https://reactjs.org/docs/optimizing-performance.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions