Product 1
Adaptive description
Reduced motion, zoom, adaptability
This animation triggers constantly
Light animation on hover only
Explanation: Users can configure their system to reduce animations. This preference must be respected to avoid nausea and distractions.
Short description
Short description
Adaptive description
Adaptive description
Explanation: The interface must remain functional and readable up to 200% zoom. Texts must adapt to the user's font size preferences.
123 Peace Street
75001 Paris
+33 1 23 45 67 89
Explanation: The interface must work on all devices and orientations, with appropriately sized controls for touch.
Concrete example: An e-commerce site with 50 products loads all images immediately, even those at the bottom of the page that the user may never see.
📚 Technical term: Eager Loading = immediate loading of all resources
Concrete example: The same e-commerce site first loads visible content, then subsequent images only when the user scrolls.
📚 Technical terms: Lazy Loading = deferred loading • HTTP Cache = browser temporary memory
Faster First Contentful Paint = page visible immediately
Essential for users with limited data plan or slow network (3G)
Less network transfer = significant energy savings
Fewer resources to process = works on old hardware
Explanation: Lazy loading (deferred loading) allows loading images and resources only when the user needs them, rather than downloading everything at once when the page loads.