feat(store-header): add fetchpriority and loading attributes to images for performance optimization

This commit is contained in:
2026-09-22 10:02:53 -03:00
parent 32f86d14d6
commit 1f35a6d709
7 changed files with 81 additions and 17 deletions

View File

@@ -9,6 +9,8 @@
[src]="image"
alt=""
[loading]="set === 0 && $index < 5 ? 'eager' : 'lazy'"
fetchpriority="low"
decoding="async"
/>
}
</div>