Additional Information
Slower compilation, is a direct result of optimizations that are being performed during compilation with new LabVIEW compiler. The higher the code complexity, the longer the time it takes to compile the code. For faster compilation you need to optimize your code to achieve low complexity. For example, you can divide your VIs into subVIs. This approach yields a responsive editor, optimized execution speed, and maintainable, readable code. In general, it is recommended to follow
LabVIEW Best Practices when creating an application, to get lower code complexity.