Page MenuHomePhabricator

🎬️ mobile-de-01 | Disable display delay | ⏰ July 1st
Closed, ResolvedPublic8 Estimated Story Points

Description

Due to a negative impact on Web Vitals, we probably need to remove the banner display delay and the display animation. In this year's first a/b test we want to find out how this affects the banner performance.

Acceptance Criteria

  • The banners are based on the variant banner of the last 2021 test (mobile-de-09).
  • The first slide is removed from both mini banners.
  • The progress bar is removed from both expanded banners
  • The banner text of both banners is changed as defined below.
  • The variant banner is displayed immediately without delay and without sliding down from the top.

Banner copy

Slide #Copy
Slide 1An alle, die Wikipedia in Deutschland nutzen. Vielleicht kommen wir gerade ungelegen, aber dennoch: Klicken Sie jetzt bitte nicht weg!
Slide 2Am heutigen day of the week bitten wir Sie bescheiden, die Unabhängigkeit von Wikipedia zu sichern.
Slide 3Wikipedia wird durch Spenden von durchschnittlich 22,66 € finanziert. Doch schon mit einer Spende von 5 € kann Wikipedia sich auch in Zukunft erfolgreich entwickeln.
Slide 4Millionen Menschen nutzen Wikipedia, aber 99 % spenden nicht – sie übergehen diesen Aufruf. Die meisten Menschen spenden, weil sie Wikipedia nützlich finden.
Slide 5Hat Wikipedia Ihnen in diesem Jahr Wissen im Wert einer Tasse Kaffee geschenkt? Dann nehmen Sie sich doch bitte eine Minute Zeit und geben Sie etwas zurück. Vielen Dank!
Expanded bannerVielleicht kommen wir gerade ungelegen, aber dennoch: Klicken Sie jetzt bitte nicht weg! Am heutigen day of the week bitten wir Sie bescheiden, die Unabhängigkeit von Wikipedia zu sichern. Sollten Sie zu dem kleinen Kreis derjenigen gehören, die bereits gespendet haben, danken wir Ihnen sehr herzlich. Wikipedia wird durch Spenden von durchschnittlich 22,66 € finanziert. Doch schon mit einer Spende von 5 € kann Wikipedia sich auch in Zukunft erfolgreich entwickeln. Millionen Menschen nutzen Wikipedia, aber 99 % spenden nicht – sie übergehen diesen Aufruf. Die meisten Menschen spenden, weil sie Wikipedia nützlich finden. Hat Wikipedia Ihnen in diesem Jahr Wissen im Wert einer Tasse Kaffee geschenkt? Dann nehmen Sie sich doch bitte eine Minute Zeit und geben Sie etwas zurück. Vielen Dank!

Event Timeline

kai.nissen set the point value for this task to 8.Jun 20 2022, 10:01 AM

@AbbanWMDE Two things:

  • The variant banner should be fixed at the top when users scroll down.
  • The variant banner's bottom border seems to be overlapped by 1px (see screenshots beloww).

control banner

Screenshot from 2022-06-30 14-43-54.png (329×395 px, 20 KB)

variant banner

Screenshot from 2022-06-30 14-43-59.png (329×395 px, 23 KB)

Also I just changed the average donation amount to € 22.66.

And another thing: Klarna accidentally disabled our account. If it's not back by Friday, we should remove the option from the mobile banner forms.

@kai.nissen Fixes are in. I'll wait and see before removing Klarna.

Thanks, @AbbanWMDE! Now I noticed that the auto-sliding does not work in the variant banner. Maybe fixing it on desktop can be ported to this one?

Ah, right. I bet that gets started in the transition finished callback that doesn't happen anymore. Investigating.

Okay, fixed. I'll fix Desktop now too.

@AbbanWMDE Expanding the control banner has a bug. There is some expanding of the reserved space happening, but the extended banner is never displayed.

The glitch is fixed, thank you!

Probably not that relevant, because it happens in wider windows only: There seems to be a site-wide breakpoint at 1000 pixels that changes the menu bar by adding space to the left and right. This responsive change also affects the banner.

999px

Screenshot from 2022-07-04 11-57-12.png (471×989 px, 74 KB)

1000px

Screenshot from 2022-07-04 11-53-07.png (471×989 px, 73 KB)

There seems to be a site-wide breakpoint at 1000 pixels that changes the menu bar by adding space to the left and right

Fixed.