Is it possible to enable preloading in EspoCRM?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crmtesting
    Member
    • Oct 2024
    • 34

    #1

    Is it possible to enable preloading in EspoCRM?

    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?
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9547

    #2
    It's VERY difficult to implement as there are lot of edge cases and problems. Not feasible.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • yuri
      yuri commented
      Editing a comment
      I'd suggest to invest to the server, so that it would take less time to open a record. Individual records are supposed to be opened instantly as there are no much operations going on.
Working...