devxlogo

Speed Up Run Time

Speed Up Run Time

Question:
My executable takes almost a minute to run. How can I speed up the process? I am not running any queries at this point?I wait until I actually show the forms. All I do on start up is create my forms (approximately 10) and quick reports (approximately 10). Is there a more efficient way of loading my forms and reports? I tried to create them as I used them but ran into a lot of access violations.

Answer:
It’s the auto-create that’s killing you. You see, when you’re loading up a bunch of forms at run time, it takes awhile to get them loaded, especially if you’re doing stuff in their constructors. My advice is to load them up as you need them?I know, the same thing that was causing access violations. If you’re getting access violations then most likely you’re trying to access resources that aren’t available. Check to see if your forms are attempting to create or access resources illegally. When you find those areas, remove the calls and place them in another area where you have more control over them.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist