Reduce the number of file service API calls

Hello,

I noticed that there are a lot of files loaded on page load. Each function results in a single code.js file. Each component (reusable/custom/marketplace) results in one index.less file and each component logic results in one bundle.js file. And these files are loaded each time the user launches the application.

What worries me is that the limit of the number of API calls per month of the plan may be reached much faster than I thought.

Wouldn’t it be possible to gather all the js files into one to optimize it all?

Thank you

Hello @Seb777

When you publish the application, the files will be merged into one. In preview mode, these files are loaded separately.

Regards,
Inna

Hello @Inna_Shkolnaya,

Ok great !

Thank you very much.