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

Several second page load when 100+ games added #665

Open
ergoxi opened this issue Oct 16, 2024 · 2 comments
Open

Several second page load when 100+ games added #665

ergoxi opened this issue Oct 16, 2024 · 2 comments
Assignees
Labels
bug Hmm, this isn't working correctly
Milestone

Comments

@ergoxi
Copy link

ergoxi commented Oct 16, 2024

Commenting this line out fixes it for me

const pixels = decode(media.poster.blurHash, 170, 256);

@ergoxi ergoxi added the bug Hmm, this isn't working correctly label Oct 16, 2024
@IRHM
Copy link
Member

IRHM commented Oct 16, 2024

Hi @ergoxi, thank you for reporting this issue. I will get on it soon.

I haven't got that many games on my list, but I will definitely have to test this on a dev server.

I think it might be time for me to implement infinite loading (pagination) on the watched list page so that it isn't trying to decode all them blurhashes at once.

Related #300

@IRHM IRHM self-assigned this Oct 16, 2024
@IRHM IRHM moved this to Todo in Watcharr Oct 16, 2024
@IRHM IRHM moved this from Todo to In Progress in Watcharr Oct 17, 2024
@bretthysuik
Copy link

I don't think this is limited to games. I imported ~10 years of movies and tv shows from Trakt and it takes approx 8 seconds to load the main page (the call to /api/watched alone takes ~3 seconds because it's returning everything)

@IRHM IRHM added this to the v1.45 milestone Dec 3, 2024
@IRHM IRHM modified the milestones: v1.45, v1.46 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Hmm, this isn't working correctly
Projects
Status: In Progress
Development

No branches or pull requests

3 participants