Make Entity Previews lazy
Summary
Previews should only be loaded once they are opened.
Currently they are almost immediately triggered and may create unnecessary load.
Probably, is applicable should be tested to add the "preview" button where necessary but the actual generation should be postponed to when the button is clicked.