ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 4 - Advanced concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
8. Optimizing an application
Previous pageTable of contentsNext page
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 setup 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 project while the audit is enabled".
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help