jenkins-bot has submitted this change and it was merged.

Change subject: Enable lazy loaded images on bengali wikipedia
......................................................................


Enable lazy loaded images on bengali wikipedia

Initially launching on Bengali Wiki. It's a good
testbed as connections are generally slow for users
of this wiki.

Bug: T134768
Change-Id: I82f2ea4a1b223e092834192cd4431ae7ae40f8ed
---
M wmf-config/InitialiseSettings.php
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Chad: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0fb4941..a98e594 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -14151,6 +14151,17 @@
                'HTML' => [],
        ],
 ],
+'wgMFLazyLoadImages' => [
+       'default' => [
+               'base' => false,
+               'beta' => true,
+       ],
+       // T134768
+       'bnwiki' => [
+               'base' => true,
+               'beta' => true,
+       ],
+],
 'wgMFLazyLoadReferences' => [
        'default' => [
                'base' => false,

-- 
To view, visit https://gerrit.wikimedia.org/r/287681
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I82f2ea4a1b223e092834192cd4431ae7ae40f8ed
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Dereckson <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to