Cleanup: 13 unused image assets (24MB+ dead weight) #95
Labels
No Label
P0 Critical
P1 High
P2 Medium
P3 Low
accessibility
backend
bug
content
data-integrity
enhancement
frontend
infra
integration
owner
owner-input
performance
performance
phase-7
phase-8
security
seo
ui
ux
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: null/Queue-North-Website#95
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
13 image files in public/assets/ are not referenced anywhere in source code:
These add ~24MB+ of dead weight to the Docker image.
Also, all PNG images are very large (2-2.4MB each) and should be optimized.
3 files use PascalCase naming (Healthcare.png, Manufacturing.png, Wireless.png) inconsistent with the kebab-case convention.
Fix
Severity
Low - no visual bug, but wastes bandwidth and Docker image size