It is necessary to display a fairly large array of text blocks on one page, about 50,000 !! The nuance is that the text should be shown by mouse hovering, that is, it is possible that the text itself is not necessary to load initially, but you need to unload and show on the page only the blocks themselves, their location.
Coordinates are stored in MySql. At first it was played with div
+ position:absolute
, but the browser simply goes to space. Now I train on map
+ area
.
Tell me what else you can apply in this sad case?