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

Calcular Métricas de Performance #25

Open
fforres opened this issue Aug 5, 2023 · 0 comments
Open

Calcular Métricas de Performance #25

fforres opened this issue Aug 5, 2023 · 0 comments
Labels

Comments

@fforres
Copy link
Member

fforres commented Aug 5, 2023

Esto no es mega importante ahora, pero seria genial cachar cosas como:

  • Una query que DB muy lenta, o que falle constantemente.
  • Cual es el resolver mas lentos? (O cual es su performance en general)

Cuanto tiempo pasamos:

  • Parseando la query
  • Juntando los datos en reolvers
  • Devolviendo la respuesta.

Si tenemos una query lenta. Podemos cachar porque es lenta?

  • Que resolvers son los problematicos?
  • Hay algo generando un N+1??
@fforres fforres added this to Devents Aug 5, 2023
@Pillin Pillin added the Backend label Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants