Hi colleagues, so far i experience very slow load of sap ui5 libraries in my sap ui5 application deployed on HCP. I use cachebuster
<script src="resources/sap-ui-cachebuster/sap-ui-core.js" |
id="sap-ui-bootstrap"
data-sap-ui-libs="sap.ui.commons,sap.ui.ux3,sap.viz,sap.m"
data-sap-ui-theme="sap_goldreflection"
data-sap-ui-appCacheBuster="./"
>
</script> |
But still the load is very slow up to 40 seconds.
I attach the screenshot from webdebugger:
Best Regards, Yevgen