❌ Formats non utilisés
❌ Ralentit l'upload*
✔️ Simple à mettre en place ✔️ Performant à l'affichage
❌ Performances ❌ Redimensionnement synchrone
✔️ Pas de formats inutiles
<img src="<?= asset_path($image, 800, 600) ?>" />
❌ Sécurité à prévoir ❌ Performances*
✔️ Pas de formats inutiles ✔️ Asynchrone par nature ✔️ Améliorable avec un CDN
<img src="http://asset.grafikart.fr/images/demo.jpg?w=800&h=600" />
By Jonathan Boyer