- Issue created by @Freddy Rodriguez
The loading and rendering of components can be optimized to enhance user-perceived performance and overall output.
Add multiple components to the same page.
Implement lazy loading solutions with skeleton screens to improve First Contentful Paint (FCP) and Largest Contentful Paint (LCP) performance metrics.
Approaches:
- [React.lazy](https://react.dev/reference/react/lazy)
- [HTMX Lazy Load Examples](https://htmx.org/examples/lazy-load/)
- [Turbo Frames by Hotwired](https://turbo.hotwired.dev/reference/frames)
Active
3.0
Code
It affects performance. It is often combined with the Needs profiling tag.