BeaconCMS/beacon

Content API - only save if there are actual changes

开放

#620 创建于 2024年10月24日

 (0 条评论) (0 个反应) (0 位负责人)Elixir (120 个派生)batch import
area:contentenhancementgood first issue

仓库指标

星标
 (1,194 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南