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

Change subject: Remove cache group "ext.vector" from modules definitions
......................................................................


Remove cache group "ext.vector" from modules definitions

This will save ~ 2 http requests on every page. Aside from the
original RL merge into core, I suspect this might be the biggest
request reducing commit to date (in ratio of http requests
reduced per number of lines changed in the commit).

Bug: 51564
Change-Id: I9889563a5ce847ce82a8cb417768addebad6f19e
---
M Vector.php
1 file changed, 0 insertions(+), 1 deletion(-)

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



diff --git a/Vector.php b/Vector.php
index 7398f2f..d82d6f3 100644
--- a/Vector.php
+++ b/Vector.php
@@ -62,7 +62,6 @@
 $vectorResourceTemplate = array(
        'localBasePath' => dirname( __FILE__ ) . '/modules',
        'remoteExtPath' => 'Vector/modules',
-       'group' => 'ext.vector',
 );
 $wgResourceModules += array(
        'ext.vector.collapsibleNav' => $vectorResourceTemplate + array(

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9889563a5ce847ce82a8cb417768addebad6f19e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Vector
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: MZMcBride <[email protected]>
Gerrit-Reviewer: Matmarex <[email protected]>
Gerrit-Reviewer: Trevor Parscal <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to