When saving preferences on the CMP UI, a call is made to sign preferences.
But this is already part of the updateIdsAndPreferences method, so 2 calls are made to the client node (each call using CPU to sign).
Instead, the CMP UI should use the return value of updateIdsAndPreferences, which includes the signed preferences.