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

Consider tweaking apps v2 to minimise the page load impact from slow api calls #2769

Closed
enekofb opened this issue Apr 26, 2023 · 1 comment · Fixed by #3356
Closed

Consider tweaking apps v2 to minimise the page load impact from slow api calls #2769

enekofb opened this issue Apr 26, 2023 · 1 comment · Fixed by #3356

Comments

@enekofb
Copy link
Contributor

enekofb commented Apr 26, 2023

This PR introduced apps v2 with explorer backend and there is a piece of the experience
that does calls to v1/objects api endpoint ending up on slower page load than for example sources or explorer.

Given that the work on this workstream is about improving (among other topics) page load

This ticket to consider whether

  • does it matters in terms of UX? is the user thinks that the page does not loads fast enough?
  • in case that it matters, apply a fix
@jpellizzari
Copy link
Contributor

There is one call that holds up the whole page. We should try to make that non blocking if possible.

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