perf: Lazy load below-the-fold dashboard widgets (#1036)#1202
Merged
Priyanshu-byte-coder merged 10 commits intoMay 28, 2026
Merged
Conversation
|
@Akash1510 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
5 tasks
Owner
|
This PR has a merge conflict with main (overlaps with recently merged dashboard page changes). Please rebase your branch and resolve conflicts so we can merge it. |
Contributor
Author
|
kindly check this |
1 similar comment
Contributor
Author
|
kindly check this |
Contributor
Author
|
Kindly check PR |
Priyanshu-byte-coder
added a commit
that referenced
this pull request
May 28, 2026
…erver (#1202) Co-authored-by: Akash1510 <Akash1510@users.noreply.github.com>
cb4f5f0
into
Priyanshu-byte-coder:main
3 checks passed
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implemented lazy loading for below-the-fold dashboard widgets using IntersectionObserver to defer rendering and API requests until widgets enter the viewport.
Closes #1036
Type of Change
Changes Made
LazyWidgetcomponent using IntersectionObserverLazy-loaded widgets
Before
After
How to Test
Open
/dashboardOpen DevTools → Network tab
Verify:
Screenshots
N/A (performance optimization)
Checklist
npm run lintpasses locally