On Apple website, why it loads that fast while all images are look sharp? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

On Apple website, why it loads that fast while all images are look sharp?

Meanwhile, I’m struggling reducing images on my own website, but it just looks not clear enough compares to Apple and some others... So what technique that is using in their website?

23rd Oct 2018, 3:21 AM
Vosen Chen
Vosen Chen - avatar
2 Answers
+ 2
They may be going around TCP/IP overhead with websockets, async, QUIC protocol or similar; I can't verify ATM. As design considerations more than coding, you could look over their media resources and their recommendations for seamless integration: Marketing Resources and Identity Guidelines (+ product image downloads) https://developer.apple.com/app-store/marketing/guidelines/#images You should be noticing layout tips like "don't scale wrong..." Human Interface Guidelines (for apps, but still has wisdom) https://developer.apple.com/design/human-interface-guidelines/ And a braindump about handling all types of media and common mistakes on web, etc: https://www.scantips.com/ This will probably reinforce Apple's guidelines AND be relevant to coding websites with media.
23rd Oct 2018, 4:43 AM
Kirk Schafer
Kirk Schafer - avatar