BeaconCMS/beacon

Content API - only save if there are actual changes

Offen

#620 geöffnet am 24.10.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Elixir (120 Forks)batch import
area:contentenhancementgood first issue

Repository-Metriken

Stars
 (1.194 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide