As you all know, Preloading is a performance technique where an application fetches data or resources in advance, before they are actually needed, so that when the user navigates or performs an action, the content appears instantly instead of waiting for a network request.
I was wondering it can be enabled somehow. When a user is about to click on a lead, the details get loaded in the background, and when the user actually clicks it, it loads up instantaneously. It is feasible?
If it is not, can I request this feature? And meanwhile, is there a workaround to achieve this?
I was wondering it can be enabled somehow. When a user is about to click on a lead, the details get loaded in the background, and when the user actually clicks it, it loads up instantaneously. It is feasible?
If it is not, can I request this feature? And meanwhile, is there a workaround to achieve this?

Comment