Skip to content

perf(assets): optimize image components and layout assets for compilation speed boost #630

@shivani11jadhav

Description

@shivani11jadhav

⚡ Performance Optimization Details for Issue

Objective:
Refactor legacy static asset pipelines across the repository by replacing unoptimized native HTML image markers with highly efficient asset delivery setups to boost PageSpeed metrics.

Technical Strategy:

  • Next.js Native Core Upgrades: Identify and replace all standard <img> syntax modules across the layout files with specialized Next.js <Image /> component bindings.
  • Layout Shift Mitigations: Explicitly configure absolute pixel sizing aspect ratios (width, height, or structural fill rules) to prevent Cumulative Layout Shifts (CLS) on responsive grid displays.
  • Static Export Handling: Ensure optimal format compression (WebP processing layers) is maintained securely across target configurations to maximize building speeds for static compilation.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions