-
Notifications
You must be signed in to change notification settings - Fork 233
Labels
effort: [S]1-2 days of estimated development time1-2 days of estimated development timemodule: ALRIssues related to the Automatic Lazy Rendering featureIssues related to the Automatic Lazy Rendering featuremodule: OCIOptimize Critical ImagesOptimize Critical Imagespriority: lowIssues that can waitIssues that can waitquick 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: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Describe the bug
When DONOTROCKETOPTIMIZE is set to true , hashes are added to the page
To Reproduce
Steps to reproduce the behavior:
- add define('DONOTROCKETOPTIMIZE', true);
- Visit a page in incognito
- See the hashes are added
Expected behavior
- Hashes aren't added if DONOTROCKETOPTIMIZE is set to true
- No warmup for lrc/lcp
- beacon still not injected
AC
- Turn off ALR hashes when DONOTROCKETOPTIMIZE is set.
Additional context
Add any other context about the problem here.
- preventing the beacon injection was implemented here Fixes #6972 Prevent injecting Beacon script when DONOTROCKETOPTIMIZE is defined #7022
Metadata
Metadata
Assignees
Labels
effort: [S]1-2 days of estimated development time1-2 days of estimated development timemodule: ALRIssues related to the Automatic Lazy Rendering featureIssues related to the Automatic Lazy Rendering featuremodule: OCIOptimize Critical ImagesOptimize Critical Imagespriority: lowIssues that can waitIssues that can waitquick 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: bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior