Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/93053


Change subject: Remove exclusive module group to reduce HTTP request 
fragmentation
......................................................................

Remove exclusive module group to reduce HTTP request fragmentation

Cache groups should only be used when it is worth to have the
module(s) in a separate request. Echo is relatively small and
stable in terms of cache combination, not worth it to force
its modules to be in a separate http request as all other modules.

Change-Id: I198b5664d662c93c593d048efcfaf4aac765a6b9
---
M Echo.php
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/53/93053/1

diff --git a/Echo.php b/Echo.php
index 1b604b5..1a2c7a1 100644
--- a/Echo.php
+++ b/Echo.php
@@ -137,7 +137,6 @@
 $echoResourceTemplate = array(
        'localBasePath' => $dir . 'modules',
        'remoteExtPath' => 'Echo/modules',
-       'group' => 'ext.echo',
 );
 
 $wgResourceModules += array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I198b5664d662c93c593d048efcfaf4aac765a6b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

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

Reply via email to