will it get "laggy" if i fetch 1 million link elements and put it in the DOM.
cause i want a navigation list on top..its kinda like the one Apple's got on their site and you can scroll left or right with your keyboard. the only difference is that the center image will be get larger in size compared to the others.
the link elements will be like:
<a><img src.../ ></a>
will it be a bad idea to have 1 million link elements in this scrollbar. cause i want all links (added by users) to be shown. what are the other possibilities?
and does anyone know these kind of animation plugins?
thanks!
The 100 link limit In the earlier days of the Internet, crawlers could only process a certain amount of data on any given page. Because of this the' rule of thumb' of 100 links per page met crawler processing limits so it made sense to suggest it.
One link per 500 words is a good rule of thumb Internal link recommendations based on content length: For webpages between 200-500 words: 1 internal link total. For webpages between 500-800 words: 1 or 2 internal links total. For webpages between 800-1500 words: 2 or 3 internal links total.
Use the #id selector from another page You can also jump to a specific part of another web page by adding #selector to the page's URL.
Yes, putting 1 million items in a GUI element will:
Instead try to organize your information into tags or categories, and offer the user:
Look at how Stack Overflow's question list works, for example.
only the data transfer will take forever. have you counted that?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With