Skip to content

fix(#193): reduce layout nesting and lazy load providers for faster i…#214

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Stephan-Thomas:fix/issue-193-slow-render
Apr 26, 2026
Merged

fix(#193): reduce layout nesting and lazy load providers for faster i…#214
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Stephan-Thomas:fix/issue-193-slow-render

Conversation

@Stephan-Thomas
Copy link
Copy Markdown
Contributor

…nitial render

Summary

This PR improves slow initial render performance by reducing excessive provider nesting in the app layout. It audits and restructures layout.tsx, separates client and server concerns, and introduces lazy loading for heavy providers to reduce initial load time and improve rendering speed.

Related Issue

Closes #193

Type of change

  • Feature
  • Bug fix
  • Chore / Refactor
  • Docs

Screenshots / Recording (if UI)

Testing

  • npm run type-check
  • npm run lint
  • npm run test
  • npm run build

Quality gate checklist

  • CI checks pass (Frontend CI)
  • At least 1–2 approvals (per branch protection rules)
  • Branch is up-to-date with the base branch
  • All conversations resolved
  • PR description includes Closes #<issue-number>

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 26, 2026

@Stephan-Thomas Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER RUKAYAT-CODER merged commit 3abd8cd into rinafcode:main Apr 26, 2026
1 of 4 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.

Slow Initial Render

2 participants