0
0
Wordpressframework~5 mins

Lazy loading in Wordpress - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is lazy loading in WordPress?
Lazy loading is a technique that delays loading images or other resources until they are needed, usually when they come into the user's view. This helps pages load faster and saves bandwidth.
Click to reveal answer
beginner
How does lazy loading improve website performance?
By loading only visible images first, lazy loading reduces initial page load time and data usage. This makes the site feel faster and improves user experience, especially on slow connections.
Click to reveal answer
intermediate
Which HTML attribute is used by WordPress to enable lazy loading on images?
WordPress uses the loading="lazy" attribute on <img> tags to tell browsers to load images only when they are near the viewport.
Click to reveal answer
intermediate
Can lazy loading affect SEO or accessibility?
If implemented correctly, lazy loading should not harm SEO or accessibility. WordPress ensures images have alt text and loads content properly for search engines and screen readers.
Click to reveal answer
beginner
Name a common plugin or method to add lazy loading in WordPress if not using the built-in feature.
Plugins like 'a3 Lazy Load' or 'Lazy Load by WP Rocket' can add lazy loading to images, videos, and iframes if your theme or WordPress version does not support it natively.
Click to reveal answer
What does lazy loading primarily delay loading of?
AImages and other media until needed
BAll website scripts
COnly text content
DWebsite headers
Which HTML attribute enables lazy loading in modern browsers?
Aasync
Bsrcset
Cdefer
Dloading
What is a key benefit of lazy loading on mobile devices?
ASaves data and speeds up loading
BIncreases battery usage
CDisables images
DLoads all content at once
Does WordPress support lazy loading by default in recent versions?
AOnly with plugins
BNo, it never supported lazy loading
CYes, since WordPress 5.5
DOnly for videos
Which of these is NOT a good practice when using lazy loading?
AUsing loading="lazy" attribute
BHiding important content behind lazy loading
CAdding alt text to images
DTesting on different devices
Explain how lazy loading works in WordPress and why it helps website performance.
Think about when images actually load as you scroll.
You got /4 concepts.
    Describe potential SEO and accessibility considerations when implementing lazy loading in WordPress.
    Consider how search engines and assistive tools read your site.
    You got /4 concepts.