Proposal: Better Image Loading Optimization Module #23621
joemcgill
started this conversation in
Feature Request
Replies: 2 comments 1 reply
|
A draft of an initial implementation that covers step one, Apply default optimization strategies during content rendering, has been contributed as the following PR. |
1 reply
|
@joemcgill Thank you for this feature contribution. We've merged this feature into v3.17 that should be released soon. Looking forward seeing the impact on actual websites on real life usage. Additionally we will test and share the lab experiment findings here. Anyone who wants to share feedback is more than welcom :) Cheers |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
In WordPress 6.3, the Core Performance Team made several improvements aimed at improving LCP scores by tweaking the way native lazy-loading was implemented for images, and by adding support for automatically adding
fetchpriority="high"to the first applicable image.However, the default WordPress implementation doesn't cover all of the use cases for images that Elementor supports. Due to the way Elementor renders content, I believe a first-party module could be even more optimized than what core can deliver out of the box, and provide an opportunity for further experimentation. Additionally, adding a new module to Elementor for this would allow sites running on WordPress versions prior to 6.3 to also take advantage of these optimizations.
Describe the solution you'd like
The brief idea of how this could be approached, would be to implement the following solutions:
Describe alternatives you've considered
A few other options considered:
Additional context
No response
All reactions