Open-source content management system (CMS) built with Phoenix LiveView. Faster render times to boost SEO performance, even for the most content-heavy pages.
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
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.