I have a large number of tags with JSON objects in them, which may be used in various different components.
Is there a better way to store this data in a document tag or similar so that the data can be used in multiple places without having to loop through each tag on each component?
Currently writing a 2000 item array into a document tag works but takes 1 second to write the tag