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

  • SEARCH
  • Home
  • 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 3939674
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T00:19:40+00:00 2026-05-20T00:19:40+00:00

I have developed an application about product and their detials. In that application, at

  • 0

I have developed an application about product and their detials. In that application, at a page, it loads almost 10,000 product details on single page only.
I have attached a raw screenshot here :

http://img51.imageshack.us/img51/4430/uploadm.jpg

As the first step, the page loads an empty structure with no product detials in it.
Then using javascript BigPipe, it adds details of products in the structure.

The Product Detail Structure :

<div class="product_disp" 
onclick="return clickEffect(this,event);"   
onmousemove="return show_img_trail('product_details');"     
onmouseout="return hide_img_trail(this);" align="left" >    
<img src="pic.jpg" class="prodcuts_img"/>   
<span style="overflow:hidden;" align="left"> <b> Product_3 </b> <br/> 
id : 8146 <br /></span> 
<span style="padding:0px;width: 100%;" align="right">Available </span> 
</div> 

But when i try to scroll down the scroller for product_details <div> , it scrolls slowly.

what can i do to make scroll like normal?
i dont know what exactly making it slower.

  • 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-05-20T00:19:40+00:00Added an answer on May 20, 2026 at 12:19 am

    There are a lot of options, and they might not all be applicable, but here are some:

    1. Don’t load 10,000 items on a single page, instead opting to load maybe 100 and then allowing users to page through (either using a traditional page selector, or with a “load more” link when they hit the bottom, or even autoloading more as they scroll to the bottom).
    2. Move JavaScript event bindings for any events that bubble from the individual elements to the parent, then handle them there. To do this easily, use jQuery.live('event', function(){ ... });.
    3. Use a stylesheet instead of putting styles inline. And make sure that your selectors are high-performance (don’t over-qualify them, prefer IDs and a class to adding long chains of element names, etc.).
    4. Generally speaking (it doesn’t appear you’re doing this) avoid CSS3 effects like drop shadows until they become more performance-friendly.
    5. Make sure you’re not executing excessive JavaScript queries (cough, using onscroll or using onmouseover for every element on the page, cough).

    Without seeing what you’re doing in your JavaScript and what your CSS looks like, it’s hard to give you more specific details about your situation, though.

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

Sidebar

Related Questions

I have to develop an application that display some information about the possessor of
I have developed an application that reads files from the folder chosen by the
I have developed an application that read how many files are there in a
I have developed a small application that I would like to try and sell
I have developed a web application that uses a web server and database hosted
I have developed an application that shows one's location on a map. How do
I have developed an application which starts a custom service that fires a countdowntimer.
I have developed a web application driven by a mysql database that stores information
I have developed a PHP application that processes relatively large text files, and stores
I am using Codeigniter to develop an application, and have been reading bits about

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.