Skip to content
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

Bug: Redundant fetching for hashtag navigation #2082

Open
1 task done
juanyepesp opened this issue May 20, 2024 · 0 comments
Open
1 task done

Bug: Redundant fetching for hashtag navigation #2082

juanyepesp opened this issue May 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@juanyepesp
Copy link

Environment:

  • OS:
    iOS 14.4.1
  • IceCubesApp version:
    Version 1.10.40

Description

Whenever the user navigates to a certain hashtag, if they're already on the view for that hashtag they still will be redirected to the same hashtag, navigating again which allocates more memory for the fetching and can lead to memory bloating. It is also redoing the fetch every time unnecessarily.

Evidence

Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-05-19.at.18.58.51.mp4

I also ran this using simulator and instruments to see how it is affecting performance and memory.

image

Related Issues

  • Search that this bugs don't already exist before creating it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant