Skip to content

Commit

Permalink
🚀 [Story performance] Added load outside viewport to experiments (#35548
Browse files Browse the repository at this point in the history
)

* Added load outside viewport to experiments

* Added comma
  • Loading branch information
mszylkowski committed Aug 9, 2021
1 parent 530fc13 commit 99f3056
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-system/global-configs/canary-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"story-ad-auto-advance": 1,
"story-ad-placements": 1,
"story-load-first-page-only": 0.1,
"story-load-inactive-outside-viewport": 0.1,
"story-disable-animations-first-page": 0.5,
"amp-story-page-attachment-ui-v2": 1,
"amp-sticky-ad-to-amp-ad": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"name": "story-disable-animations-first-page",
"percentage": 0.5
},
{
"name": "story-load-inactive-outside-viewport",
"percentage": 0.1
}
]
}
1 change: 1 addition & 0 deletions build-system/global-configs/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"story-ad-placements": 0.01,
"story-disable-animations-first-page": 0.5,
"story-load-first-page-only": 0.1,
"story-load-inactive-outside-viewport": 0.1,
"amp-story-page-attachment-ui-v2": 1,
"amp-sticky-ad-to-amp-ad": 0
}

0 comments on commit 99f3056

Please sign in to comment.