-
Notifications
You must be signed in to change notification settings - Fork 6
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
Lazy load all possible embeds in WordPress Editor #18
Open
4 of 8 tasks
Comments
pradeep910
added a commit
that referenced
this issue
Dec 26, 2022
Fix `loadCSS` JavaScript file enqueue error
Souptik2001
added a commit
that referenced
this issue
Dec 30, 2022
Add lazy loading for twitter and Reddit embeds
Hi @pradeep910, I checked this issue on local and identified that,
Thanks. |
|
hbhalodia
added a commit
that referenced
this issue
Feb 1, 2023
Feat: Add lazy load to remaining embeds
hbhalodia
added a commit
that referenced
this issue
Feb 2, 2023
Feat: Add instagram embed to lazy load
Verified the Lazy load for the embeds added here. It is working fine. It is loading on the scroll. Just the facebook embed is not possible so that not able to verify. Rest all other embeds are working fine. lazy.mp4 |
Thanks @pavanpatil1, I have raised PR for the main branch - #31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default youtube codes are loaded all at once. Making it load youtube scripts on page load.
Making it lazyload will reduce performance impact at the time of loading.
Handle above the fold embeds/iframe differently because it needs to be loaded asap, whereas below the elements can be lazyloaded.
and so on..
The text was updated successfully, but these errors were encountered: