BeaconCMS/beacon
Content API - only save if there are actual changes
Ouverte
#620 ouverte le 24 oct. 2024
area:contentenhancementgood first issue
Métriques du dépôt
- Stars
- (1 194 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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