Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: big speed refactor #9

Merged
merged 10 commits into from
Oct 17, 2024
Merged

fix: big speed refactor #9

merged 10 commits into from
Oct 17, 2024

Conversation

et0and
Copy link
Owner

@et0and et0and commented Oct 17, 2024

All of the MDX file parsing and fetching was being done client side, with no pagination or proper separation of concerns.

This was causing major performances issues, particularly on mobile devices.

Changes

  • pagination of work and blog posts to break fetching into smaller chunks
  • move fetching to be done server side
  • removed Suspense boundaries for both pages as this is no longer needed

@et0and et0and merged commit 577bfa6 into main Oct 17, 2024
3 of 4 checks passed
Copy link

vercel bot commented Oct 17, 2024

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

Name Status Preview Comments Updated (UTC)
tom-so ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 9:50am

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.

1 participant