electerious/Ackee

Improve performance

Open

#146 创建于 2020年8月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (385 fork)github user discovery
help wanted

仓库指标

Star
 (4,667 star)
PR 合并指标
 (PR 指标待抓取)

描述

The new dashboard in v2 requires multiple aggregations and can therefore take longer to load. It's worth to take a closer look at the aggregations and GraphQL resolvers as there might be a lot to improve when it comes to performance.

  • Check if it's possible to cache some data
  • Check if there's data that is fetched multiple times from the database during one request
  • Check why the recent aggregation is so slow
  • Improve performance of facts and other GraphQL resolvers

贡献者指南