BeaconCMS/beacon

Content API - only save if there are actual changes

Aperta

#620 aperta il 24 ott 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Elixir (120 fork)batch import
area:contentenhancementgood first issue

Metriche repository

Star
 (1194 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor