|
|
|
|
|
8. Optimizing an application
WINDEV includes multiple methods to optimize your applications: - The performance profiler, which allows you to quickly identify time-consuming processes. You can then optimize the desired process.
| | |
| Analyzes the performance of the application during a test and shows the longest processes to optimize the source code. To start the performance profiler, go to the "Project" tab, "Audit and performance" group, expand "Analyze performance" and select "Analyze performance". |
- The static audit of the project, which points out potential programming issues (empty groups, orphaned elements, etc.) as well as large files that can cause abnormally long loading times.
| | |
| Audit report, analysis of the library (to detect large files) and analysis of the installation package. To start the static audit, go to the "Project" tab, "Audit and performance" group, expand "Static audit" and select "Start static audit". |
- The dynamic audit of the project, which detects loss of resources, unprocessed errors and slowness of the application in its production environment.
| | |
| Analyzes the performance of the application during a test and shows processes containing exceptions and errors that are not properly handled. To start the dynamic audit, on the "Project" tab, expand "Test mode" and select "Debug and audit project". |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|