on 2019 May 03 5:40 PM
Hi Experts,
Not sure why , backoffice becomes very slow after the deployment to higher environments. We are using docker.
Any pointer from where we need to start look into this. Any property available by hybris to load backoffice faster.
Thanks
Request clarification before answering.
Yes, there is a setting available for this purpose. Please set the following in local.properties file and restart the server:
backoffice.fill.typefacade.cache.on.startup=true
More details at https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1811/en-US/22f98bab81004e4fac3a507d9647...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are most welcome.
The explanation of the property, backoffice.fill.typefacade.cache.on.startup
at https://help.sap.com/viewer/5c9ea0c629214e42b727bf08800d8dfa/1811/en-US/22f98bab81004e4fac3a507d9647... is as given below:
If you set it to true, Backoffice warms up type façade caches with the definitions of types declared in the warmUpTypeFacadeCaches bean. Otherwise, the cache is not warmed up and the system loads the types on the first attempt to read them.
Please let me know if you have any further doubt w.r.t. this property.
User | Count |
---|---|
16 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.