- System Requirements and Server Resources - Check the hardware and software requirements to run the development version of the Web App. Optimize the server resources by ensuring sufficient CPU, memory and disk space. You can refer to the below documentation to know more about 'System Requirements':
- Optimize your code - Use MATLAB's performance tools to identify the parts of your web app that may be causing long loading times, such as unnecessary calculations or not using parallel computing techniques.
- Web App Limitations - When packaging a MATLAB app into a web app, consider the functional limitations. Using certain functions may result in unexpected behaviour, or long loading times. You can refer to the below documentation to know more about 'Web App Limitations':
- Diagnostics and Session Log - The session log will capture the interactions associated with the web app. You can check the log to see if there are any issues encountered by the web app.
- Optimizing files and Caching- Enable compression and minimize file sizes of static content to reduce transmission time. Implement caching mechanisms to store frequently accessed data and computations.