Looking at the Optimize Application feature.
Does anyone know what it means to delete an Unused element property?
Tested with a couple of elements and didn’t notice any difference.
Looking at the Optimize Application feature.
Does anyone know what it means to delete an Unused element property?
Tested with a couple of elements and didn’t notice any difference.
It makes sure that the app object only has properties that are used by an element. It can happen that a property isn’t used if it’s the same as the default. If that’s the case, the optimize feature will remove them from the app object to make the file smaller. It shouldn’t change anything in terms of behavior obviously