23.10.2020, 07:52
There are two things that contribute to the loading time:
1. LM prepares and sends object list / visualization structure to the client
2. Client renders the plans and object controls
Switching to render on show means having to rewrite a lot of the visualization code. It will also break custom JavaScript which relies on plans / controls being ready when code is executed.
In your case you can create several users and limit their access to certain plans. This can help to speed up the loading.
1. LM prepares and sends object list / visualization structure to the client
2. Client renders the plans and object controls
Switching to render on show means having to rewrite a lot of the visualization code. It will also break custom JavaScript which relies on plans / controls being ready when code is executed.
In your case you can create several users and limit their access to certain plans. This can help to speed up the loading.