Skip to content

Commit

Permalink
Merge pull request #27066 from guardian/sndrs/remove-adapted-site-test
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs authored Apr 19, 2024
2 parents 0b5be5b + 83deb91 commit c3a2719
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions common/app/conf/switches/PerformanceSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,14 @@ trait PerformanceSwitches {
sellByDate = never,
exposeClientSide = false,
)

val AdaptiveSite = Switch(
SwitchGroup.Performance,
"adaptive-site",
"If switched on, the site will run a pared-back set of features on poorly-performing page views.",
owners = Seq(Owner.withGithub("[email protected]")),
safeState = On,
sellByDate = never,
exposeClientSide = true,
)
}
10 changes: 0 additions & 10 deletions common/app/experiments/Experiments.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import java.time.LocalDate
object ActiveExperiments extends ExperimentsDefinition {
override val allExperiments: Set[Experiment] =
Set(
AdaptiveSite,
CommercialMegaTest,
DCRTagPages,
UpdatedHeaderDesign,
Expand All @@ -29,15 +28,6 @@ object CommercialMegaTest
participationGroup = Perc5A,
)

object AdaptiveSite
extends Experiment(
name = "adaptive-site",
description = "Enables serving an adaptive version of the site that responds to page performance",
owners = Seq(Owner.withEmail("[email protected]")),
sellByDate = LocalDate.of(2024, 5, 2),
participationGroup = Perc1A,
)

object DCRTagPages
extends Experiment(
name = "dcr-tag-pages",
Expand Down

0 comments on commit c3a2719

Please sign in to comment.