The JSON preview micro frontend can exhibit bad performance when rendering larger amounts of JSON. Possible solutions: * Reduce the size of JSON for which a preview is displayed * Display only part of the text * Defer rendering if JSON is too large (i.e., render only when user presses a button)