Skip to content

Performance improvements#358

Merged
Scc33 merged 13 commits intomasterfrom
performanceUpdates
Jun 22, 2025
Merged

Performance improvements#358
Scc33 merged 13 commits intomasterfrom
performanceUpdates

Conversation

@Scc33
Copy link
Copy Markdown
Owner

@Scc33 Scc33 commented Jun 21, 2025

Describe your changes

Add links to all the skills bubbles

Replace custom timelime implementation with custom implementation to reduce build size

Replace framer-motion with custom css to reduce build size

Remove unused images

Update profile image and display it as a webp

Refactor global styles, enhance font loading, and optimize component imports

  • Updated the conic gradient definition in globals.css for improved readability.
  • Added 'display: swap' to the Inter font configuration in layout.tsx for better loading performance.
  • Converted Skills and VerticalHistory components to dynamic imports in page.tsx to enhance loading experience.
  • Removed unused Project and Projects components along with their associated data from data.ts.
  • Deleted obsolete project images from the public directory.

Issue ticket number and link

Close #359

Checklist before requesting a review

  • I have performed a self-review of my code
  • The pipeline is passing

Scc33 added 3 commits June 21, 2025 15:38
…imports

- Updated the conic gradient definition in globals.css for improved readability.
- Added 'display: swap' to the Inter font configuration in layout.tsx for better loading performance.
- Converted Skills and VerticalHistory components to dynamic imports in page.tsx to enhance loading experience.
- Removed unused Project and Projects components along with their associated data from data.ts.
- Deleted obsolete project images from the public directory.
@vercel
Copy link
Copy Markdown

vercel bot commented Jun 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
my_site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 22, 2025 3:21pm

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 21, 2025

Unit Test Coverage Report

Unit Test Report

Tests Skipped Failures Errors Time
1 0 💤 0 ❌ 0 🔥 0.087869962s ⏱️

Scc33 added 5 commits June 21, 2025 16:08
…tions in components for improved performance and maintainability.
… VerticalTimelineElement components, removing dependency on react-vertical-timeline-component.
@Scc33 Scc33 marked this pull request as ready for review June 22, 2025 15:00
@Scc33 Scc33 merged commit 3c22542 into master Jun 22, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Performance improvements

1 participant