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

Perf optimization on landing page #4657

Closed
Jarsen136 opened this issue Jan 10, 2023 · 5 comments · Fixed by #8030
Closed

Perf optimization on landing page #4657

Jarsen136 opened this issue Jan 10, 2023 · 5 comments · Fixed by #8030
Assignees
Labels
$ ~<50usd enhancement New feature or request graphql p4 affecting less than 10% of app

Comments

@Jarsen136
Copy link
Contributor

Is your feature request related to a problem?

When I open the landing page and have not scroll down to see more content, I could see lots of request were sent and one of them take severals seconds. A lots of image were requested at the same time. Both of them would increase the response time.

Describe the solution you would like

  1. merge some of graphql query request into one graphql
  2. Avoid big query: write a resolver indexer side would help
  3. cache: how about caching the data for Spotlight and top collectioin on localstorage.
  4. lazy load image

Describe alternatives you have considered

Screenshots

image

image

Are there opened related issues?

#2816

@Jarsen136 Jarsen136 added enhancement New feature or request p4 affecting less than 10% of app labels Jan 10, 2023
@yangwao yangwao added $ ~<50usd graphql labels Jan 10, 2023
@preschian
Copy link
Member

to improve response time from graphql by using CDN #2743

need to consider upgrading our graphql client also to the latest version

@yangwao
Copy link
Member

yangwao commented Feb 16, 2023

@roiLeo
Copy link
Contributor

roiLeo commented Feb 21, 2023

This is starting to be critical sometimes I can't manage to load landing page

@shashkovdanil
Copy link
Contributor

👋

@kodabot
Copy link
Collaborator

kodabot commented Nov 12, 2023

ASSIGNED - @shashkovdanil 🔒 LOCKED -> Monday, November 13th 2023, 15:14:26 UTC -> 24 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$ ~<50usd enhancement New feature or request graphql p4 affecting less than 10% of app
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants