BeaconCMS/beacon

Content API - only save if there are actual changes

オープン

#620 opened on 2024/10/24

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (120 件のフォーク)batch import
area:contentenhancementgood first issue

Repository metrics

Stars
 (1,194 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

For every "update" action on the Content API it should check if there are actual differences between the latest saved version and the data being updated and skip if the data is equal.

  • Do not trigger the loading mechanism that demands server resources
  • Save DB resources by not inserting unnecessary data

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