BuidlZone-Labs/zicket-web
Unoptimized Image Assets and Missing Dynamic Import Optimization
Ouverte
#178 ouverte le 29 juil. 2026
Stellar Wavedifficulty: mediumfrontendhelp wantedperformance
Métriques du dépôt
- Stars
- (4 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Category
Performance
Priority
Medium
Description
Large PNG assets in /public/images/ and /public/assets/ are loaded directly without WebP/AVIF format conversions. Swiper JS and heavy UI components are bundled statically into initial route chunks.
Proposed Solution
- Convert static PNG assets to compressed WebP/AVIF images.
- Use Next.js
dynamic()lazy loading for heavy client components (EventSlider, TipTap editor, QRCode modals).
Acceptance Criteria
- Images optimized and served in modern formats.
- Initial bundle chunk size reduced.
- Lighthouse Performance score improved.
Files
app/page.tsxapp/components/EventSlider.tsxpublic/images/