You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: Optimize images to improve page load performance
- Compress and resize large images
- Convert to modern formats (WebP/AVIF)
* refactor: Improve audio performance with metadata attribute
* refactor: Implement progressive image loading pattern
- Add low quality image placeholder
- Implement smooth transition to high-res images
- Support multiple formats (AVIF/WebP/PNG) with picture element
* refactor: Implement lazy/preloading strategy for optimized page loading
- Configure code splitting for game-related pages in GameLayout loader
- Add preloading for Lobby, GameRoom and Result pages on MainPage button hover
- Implement lazy loading for help modal component with hover-based initialization
* refactor: Optimize font loading to eliminate render-blocking resources
- Add font-display: swap for system font fallback during loading
- Implement preload for woff2 font to prioritize loading
* fix: Update index.html with proper formatting
* refactor: Optimize asynchronous imports
- Changed critical imports to use �wait to ensure they are loaded during the loader's execution.
- Handled non-critical imports with �oid Promise.all for asynchronous preloading.
* fix: Adjust z-index stacking for modal animations and background
0 commit comments