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

Performance issues when viewing hashtags on Android #206

Open
GiantCrocodile opened this issue Jan 18, 2025 · 4 comments
Open

Performance issues when viewing hashtags on Android #206

GiantCrocodile opened this issue Jan 18, 2025 · 4 comments

Comments

@GiantCrocodile
Copy link

Hello,

there seem to be performance issues when viewing hashtags: Loading a hashtag like #sheep or #sheeps take several seconds, as well displaying the images. When I do the same on a desktop with Firefox, it's loaded instantly. This makes browsing the content on my mobile phone non-enjoyable.

Happens with latest Pixelfed app version on Samsung Galaxy S23 with Android 14.

Best Regards,

@cl-parsons
Copy link

Using a Poco X6 with HyperOS 2.0.3.0 (last update), I installed the last version of Pixelfed and cannot search any hashtag. The only hashtag that is presented to me is "#nsfw".

@Kwasow
Copy link
Contributor

Kwasow commented Jan 21, 2025

Hi, I'm currently working on fixing the "See more" functionality in #214. I'll get to this issue when I'm done with that.

@GiantCrocodile
Copy link
Author

Appreciated, thank you for that.

@Kwasow
Copy link
Contributor

Kwasow commented Jan 21, 2025

I've worked on the issue, and it is not an issue with the app. I tried both #sheep and #cow and found out that if you are the first person to request that hashtag in some longer period of time, it will take longer for the server to respond. If it has been recently searched, the response is cached on the server, and you'll get it quickly.

What I tried:

  1. Searching #sheep:
  • first I searched on mobile (~4s)
  • then searched on browser (<1s)
  • then searched on mobile (<1s)
  1. Searching #cow:
  • first I searched on browser (~4s)
  • then searched on mobile (<1s)
  • then searched on browser (<1s)

This is expected behavior. More popular hashtags should always load quickly, while less popular ones might take a little longer. Does that sound okay to you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants