cancel
Showing results for 
Search instead for 
Did you mean: 

Backoffice becomes slow after deployment

former_member638588
Participant
0 Kudos
890

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

View Entire Topic
arvind-kumar_avinash
Active Contributor
0 Kudos

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...

former_member638588
Participant
0 Kudos

Thanks Avinah,

I went through the URL provided, but it does not explains what this property actual does. I tried to search it in workspace. I did not find any appearance of it. It will great if you explain what this property does

arvind-kumar_avinash
Active Contributor
0 Kudos

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.