electerious/Ackee

Improve performance

開放

#146 建立於 2020年8月16日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (386 個分叉)github user discovery
help wanted

倉庫指標

星標
 (4,692 顆星)
PR 合併指標
 (30 天內沒有已合併 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

貢獻者指南