The loadbundle() function makes the interface to load slowly.

Certified Lead Developer

The loadbundle() function takes too much time for the interface to load. Is there any other way to reduce the time and increase the performance while loading the properties file to translate languages into loggedinuser() locale ? 

  Discussion posts and replies are publicly visible

Parents
  • Hello!

    How fast it works without resources and how much time spent on loadbundle()? Usually it should work pretty fast, can you put your interface code here to have a look?

    You can put the bundle into process variable to load it once for a process, but it will take more memory.

    You also can work with resource() function, but I'm not sure how localized resources should be deployed on Appian.
Reply
  • Hello!

    How fast it works without resources and how much time spent on loadbundle()? Usually it should work pretty fast, can you put your interface code here to have a look?

    You can put the bundle into process variable to load it once for a process, but it will take more memory.

    You also can work with resource() function, but I'm not sure how localized resources should be deployed on Appian.
Children