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