On one page, when loading it, you need to display: The data from the account that I receive via the API, which includes decoding the json file and uploading about 100 images to the page, so in addition you need to output about 4000 (!) Images to the same page and names from the database (mysql). And all this at once when loading the page!
When I go to this page under normal conditions (I simply removed the data from the database and simply decrypted json on the spot), then 10 seconds first the transition itself is loaded, and in another 20 seconds the page itself. On some sites, I saw how the transition happens instantly, and the data seems to be loaded gradually in its block. At the same time, this practically does not affect the loading of other elements on the page. Tell me please, what kind of magic is this and how to google it?
?in the URL (without calling scripts). And in addition, you can implement the creation of img elements on the page as you scroll (this is already on JS) - Mike