I want to load multiple images very fast on a website, what's the best method?
问题 UPDATE: This question is outdated, please disregard So.. my idea is to load a full manga/comics at once, with a progress bar included, and make sort of a stream, like: My page loads the basic (HTML+CSS+JS) (of course) As done, I start loading the imgs(the URLs are stored on JS var) from my server, one a time (or some faster way) so I can make a sort of progress bar. ALTERNATIVE: Is there a way to load a compresses file with all imgs and uncompress at the browser? ALTERNATIVE: I was also