Avoid recording entries that have no changes to the configuration

Created on 14 October 2023, 12 months ago
Updated 6 June 2024, 4 months ago

As it stands right now, the module is saving to the database all configuration changes requested.

This creates some overhead as most of the times, there are no actual changes to the configuration (see 01-diff-before)

By adding some conditional checks on the `onConfigSave` hook, we can minimize the db inserts only to the actual configurations that do make a change (see 02-diff-after)

Let me know if that works or doesn't make sense at all :D

✨ Feature request
Status

Fixed

Version

3.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom vangelisp Fife, Scotland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024