-
Notifications
You must be signed in to change notification settings - Fork 240
3.19 - Preload fonts avoid testing elements where font-family doesn't apply #7428
Copy link
Copy link
Closed
wp-media/rocket-scripts
#61Labels
priority: highIssues which should be resolved as quickly as possibleIssues which should be resolved as quickly as possiblequick winseverity: moderateFeature isn't working as expected but has work around to get same valueFeature isn't working as expected but has work around to get same valuetype: enhancementImprovements that slightly enhance existing functionality and are fast to implementImprovements that slightly enhance existing functionality and are fast to implement
Milestone
Metadata
Metadata
Labels
priority: highIssues which should be resolved as quickly as possibleIssues which should be resolved as quickly as possiblequick winseverity: moderateFeature isn't working as expected but has work around to get same valueFeature isn't working as expected but has work around to get same valuetype: enhancementImprovements that slightly enhance existing functionality and are fast to implementImprovements that slightly enhance existing functionality and are fast to implement
Type
Fields
Give feedbackNo fields configured for issues without a type.
Enhancement opportunity
We are currently checking all elements on the page for both the position and visibility.
We should limit our processing to elements that can be styled or styled by font-family. This results in 10% less elements to check on average, and up to 30% less in some cases.
User story
As product, I want to limit visibility and position checks to elements that can be styled with font-family, so that we reduce unnecessary processing and improve performance.
Acceptance Criteria