-
Notifications
You must be signed in to change notification settings - Fork 25
Evaluate improved lazy-loading behavior for hero images #147
Copy link
Copy link
Closed
Labels
OptimizerPerformanceSSRRelated to the serverside rendering of the OptimizerRelated to the serverside rendering of the Optimizer
Description
The following scenarios should be tested to evaluate improved lazy-loading behavior with regards to optimizing hero images:
- Remove lazy-loading not only for images marked with
data-hero, but also those marked withdata-hero-candidate. See Prevent SSR for amp-img occurring after second paragraph #141 (comment) - For images not marked with
data-hero, check if there is anoscript > imgto copy an existingloadingattribute from. See https://github.com/ampproject/amp-toolbox-php/pull/141/files#r611001917
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
OptimizerPerformanceSSRRelated to the serverside rendering of the OptimizerRelated to the serverside rendering of the Optimizer