Closed raffij closed 5 years ago
Improves performance for blocks which are not custom defined.
We no longer rely on NameError each time we load a block and only use this approach if the block is known to be custom defined.
NameError
Improves performance for blocks which are not custom defined.
We no longer rely on
NameError
each time we load a block and only use this approach if the block is known to be custom defined.