Hi,
we currently have an issue with our fiori app which is hosted on HCP. To speed up performance we created component-preload.js and library-preload.json files.
The component-preload.js files load up fine and so the single files don't have to be loaded which results in much faster loading times.
The problem is that the library-preload.json is not used.
When loading a page of the app it automatically looks up if there is a component-preload.js and throws a 404 error when there is none and loads the single files. With the library-preload.json it's not the same, the network logs don't even show a request for the library-preload.json.
Do we have to configure something, so the library-preload.json is also loaded, like the component-preload.js?
Also, is there a more extensive description of the usage from preload files and configuration options that can be made?
The descriptions I found on this topic are not that extensive. The only real documentation I found is this one.
Thank you and kind regards,
Philipp