I have a issue for that we would like you to work on,
Description
When the mentor profile cards load in the middle column, the UI appears to hang/lag, and scrolling becomes unresponsive or very slow. This significantly impacts usability, especially when multiple mentor cards are rendered.
Observed Behavior
Middle content column freezes or lags during mentor card rendering
Scrolling is delayed or temporarily disabled
Page feels unresponsive until loading completes
Expected Behavior
Mentor cards should render smoothly
Scrolling should remain responsive during and after data load
No noticeable UI freeze or jank
Steps to Reproduce
Navigate to the Mentors/Explore page
Allow mentor profile cards to load in the middle column
Try scrolling while cards are loading
Impact
Poor user experience
Perceived performance issues
Users may think the app is stuck or broken
Possible Causes (Speculative)
Heavy re-renders of mentor card components
Missing virtualization for long lists
Blocking synchronous operations during render
Images or assets loading without proper lazy loading
I have a issue for that we would like you to work on,
Description
When the mentor profile cards load in the middle column, the UI appears to hang/lag, and scrolling becomes unresponsive or very slow. This significantly impacts usability, especially when multiple mentor cards are rendered.
Observed Behavior
Middle content column freezes or lags during mentor card rendering
Scrolling is delayed or temporarily disabled
Page feels unresponsive until loading completes
Expected Behavior
Mentor cards should render smoothly
Scrolling should remain responsive during and after data load
No noticeable UI freeze or jank
Steps to Reproduce
Navigate to the Mentors/Explore page
Allow mentor profile cards to load in the middle column
Try scrolling while cards are loading
Impact
Poor user experience
Perceived performance issues
Users may think the app is stuck or broken
Possible Causes (Speculative)
Heavy re-renders of mentor card components
Missing virtualization for long lists
Blocking synchronous operations during render
Images or assets loading without proper lazy loading