-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image Optimization: Add Lazy Loading Support #32
Merged
arunshenoy99
merged 25 commits into
enhance/PRESS7-81-intercept-media-upload
from
enhance/PRESS7-76-lazy-load-images
Dec 23, 2024
Merged
Image Optimization: Add Lazy Loading Support #32
arunshenoy99
merged 25 commits into
enhance/PRESS7-81-intercept-media-upload
from
enhance/PRESS7-76-lazy-load-images
Dec 23, 2024
Conversation
This file contains 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
…om/newfold-labs/wp-module-performance into enhance/PRESS7-75-bulk-image-optimization
…thub.com/newfold-labs/wp-module-performance into enhance/PRESS7-76-lazy-load-images
…om/newfold-labs/wp-module-performance into enhance/PRESS7-75-bulk-image-optimization
arunshenoy99
changed the title
Add Lazy Loading Support
Image Optimization: Add Lazy Loading Support
Dec 19, 2024
…thub.com/newfold-labs/wp-module-performance into enhance/PRESS7-76-lazy-load-images
…om/newfold-labs/wp-module-performance into enhance/PRESS7-75-bulk-image-optimization
…ithub.com/newfold-labs/wp-module-performance into enhance/PRESS7-131-annotate-opt-images
…ub.com/newfold-labs/wp-module-performance into enhance/PRESS7-130-server-prefer-webp
…efer-webp Image Optimization: Configure .htaccess to Serve WebP Images When Available
…opt-images Image Optimization: Mark Optimized Images
…-optimization Image Optimization: Bulk Image Optimization
Just merging this PR into its base branch. I’ll put together a combined PR for all the Image Optimization changes so we can see the full picture and make reviewing easier. |
arunshenoy99
merged commit Dec 23, 2024
1b54280
into
enhance/PRESS7-81-intercept-media-upload
1 check passed
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.
Proposed changes
Story: https://jira.newfold.com/browse/PRESS7-76
loading="lazy"
attribute to images and avatars directly in the generated HTML.loading="lazy"
attribute to dynamically added elements in the DOM.Type of Change
Production
Development
Video
lazy-loading.mp4
Checklist
Further comments