Cleanup: 13 unused image assets (24MB+ dead weight) #95

Closed
opened 2026-05-17 21:15:44 -05:00 by null · 0 comments
Owner

Problem

13 image files in public/assets/ are not referenced anywhere in source code:

  • consulting-training.png, contact.png, financial-services.png, Healthcare.png, logo2.png, managed-support.png, Manufacturing.png, old-logo.png, Retail.png, services-image.png, support.png, unified-communications-modern-office.png, Wireless.png

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

  1. Remove all 13 unused assets
  2. Optimize remaining PNGs (convert to WebP or compress)
  3. Rename PascalCase files to kebab-case

Severity

Low - no visual bug, but wastes bandwidth and Docker image size

## Problem 13 image files in public/assets/ are not referenced anywhere in source code: - consulting-training.png, contact.png, financial-services.png, Healthcare.png, logo2.png, managed-support.png, Manufacturing.png, old-logo.png, Retail.png, services-image.png, support.png, unified-communications-modern-office.png, Wireless.png 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 1. Remove all 13 unused assets 2. Optimize remaining PNGs (convert to WebP or compress) 3. Rename PascalCase files to kebab-case ## Severity Low - no visual bug, but wastes bandwidth and Docker image size
null closed this issue 2026-05-17 22:08:52 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: null/Queue-North-Website#95
No description provided.