electerious/Ackee

Improve performance

オープン

#146 opened on 2020/08/16

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (386 件のフォーク)github user discovery
help wanted

Repository metrics

Stars
 (4,692 個のスター)
PR merge metrics
 (30d に merged 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

コントリビューターガイド