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 7728637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:46:07+00:00 2026-06-01T05:46:07+00:00

I am looking for some design best practice or heuristic to address performance issues

  • 0

I am looking for some design “best practice” or heuristic to address performance issues on a webpage.

Basically, there are dropdown menus with up to 10,000 choices and each is in an tag. So I have many thousands of extra nodes in the DOM model. I think this is slowing down the javascripts that parse the document after it loads, but also it is slowing down the initial page load to get out all that data.

I would like to lift those drop downs off the page entirely, so instead of combobox style controls, it will have a link to a modal popup which will contain the picklist. I think preloading and caching these popups on the client will prevent the slowness of loading the initial page, and get all those 10,000s of off the DOM so that the existing script performance will improve.

With my limited experience in web development, I am not sure if the best thing is to create some sort of page/control/service/etc for the initial approach. Once I am confident I am using the correct approach, I should be able to work out the details.

  • 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-01T05:46:08+00:00Added an answer on June 1, 2026 at 5:46 am

    Will the dropdown selections be changing frequently or static? If they’re static, you could maintain the list as an enum in your VB code behind and have the dropdown use the enum as its data source.

    If they’re dynamic, I’d explore breaking the list up if at all possible into smaller chunks that could let the user “drill down” from general to more specific items. For example if this dropdown lists types of animals, you might have an initial dropdown subset:

    Mammals
    Reptiles
    Amphibians
    

    Upon selecting one of the above, say Mammals, then you’d hit the database for a more specific subset:

    Apes
    Marsupials
    

    Finally the most specific subset, if they choose Apes:

    Baboon
    Chimpanzee
    Human
    Orangutan
    

    If the list cannot be broken down in this way, then I’d try to implement a Google Instant style autocomplete functionality. If you read up on jQuery, there is an autocomplete control which serves this purpose; you should be able to tie that to the database to be able to query as the user types and thereby pare down the results.

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

Sidebar

Related Questions

I've got a design decision to make and am looking for some best practice
I am looking for some good information on the best way for a design
I'm trying to find a design pattern or a best practice, or some other
I'm looking to design an application that will require some deep control over IP
I'm looking to a design a protocol for a client-server application and need some
Looking for some advice on the best way to implement localization along with client
Looking for some resources on SOA / BPEL best practices. Specially BPEL.
I'm looking to establish some best practices for Android, with regards to code reuse,
Looking for some best practices of UI list on iPhone which has item add/modify/delete
I am currently looking to design some WCF services and wanted to get the

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.