Has anybody else noticed slowness when running applications from the PB 2017 R2 IDE?
I migrated a copy of our application from 12.5 (our current production version) to 2017 R2, and found it to be painfully slow (e.g., our application's splash screen, which normally displays within a second after launching, is taking >= 2 minutes to display).
I then created a very simple app that counts from 1 to 1,000, and optionally displays the value of the variable on the screen with each iteration. From the IDE, it runs very slowly (takes over a minute to count from 1 to 1,000 - yikes!). But if I compile the code into an executable and run it, it completes almost instantaneously. So it is an IDE-only issue.
Other facts worth noting:
- I am running Windows 8.1, 16 GB RAM.
- Other programmers here have not reported any slowness in either the IDE or EXE; it is an issue with my machine only.
- I have PB 12.5 (build 4953), 12.6 (build 3506), and 2017 R2 (build 1756) installed on my machine.
Any/all thoughts welcome.
Thanks!