Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8844321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:27:26+00:00 2026-06-14T11:27:26+00:00

I am trying to optimize the loading times for my WPF prism application. The

  • 0

I am trying to optimize the loading times for my WPF prism application. The loading is basically a loop of using reflection to create instances of UI elements and then adding them to the main window (the shell) in a tab control.

Since we are limited to using a single thread to create all the objects, what would be the optimal way to speed up loading / create a better user experience?

These are the options I have so far:

  1. Use lazy loading. Only load the tab when the user first clicks on it. But that would have a 4-5 second delay opening the first time as it gets initialized on demand.

  2. Cache all the reflection calls. I actually did that, but it did not speed anything up at all. Most of the time occurs during the rendering of the controls…

  3. ?

Any suggestions would be greatly appreciated for this tricky problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:27:27+00:00Added an answer on June 14, 2026 at 11:27 am

    The best answer to speeding up the loading is to simply hide the container while the visual tree is being constructed.

    This prevents the screen from constantly needing to update itself.

    When all the elements have been added to the visual tree, then setting the container visibility to visible renders the tab container once.

    We also implemented some simple lazy-rendering to the tab control items.

    Net result: loading times from 2 minutes down to about 20 seconds.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to optimize the startup time/class loading time of my Java web app
I'm trying to optimize my code using Neon intrinsics. I have a 24-bit rotation
I'm trying to optimize my C++ code. I've searched the internet on using dynamically
I am trying to optimize a query and stuck. Any help appreciated. Basically there
I am trying to optimize a script and I'm using firebug profiler to see
When trying to optimize transactions on my java ee 6 project using hibernate, I
Trying to create a an image acquiring application optimized for a fast scanner (which
I'm trying to optimize the loading time of a site that has a lot
I have been trying to optimize an ASP.NET C# application for a few days
While trying to optimize some code I came across another question.. Using usergroups and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.