resourceloader: Minify per-module instead of per-response
authorOri Livneh <ori@wikimedia.org>
Thu, 1 Oct 2015 00:26:46 +0000 (17:26 -0700)
committerOri.livneh <ori@wikimedia.org>
Thu, 1 Oct 2015 23:12:33 +0000 (23:12 +0000)
commitb7eb243d9204a40977761fb2453070825dfeab97
tree8f63404016d4bf65cf4a7e555ecf9fab8e908a01
parent926a0bfa50724198cf66c289b7d9c3dfd182bead
resourceloader: Minify per-module instead of per-response

* Decline to cache minified private modules, because they exist in as many
  variants as there are users, and are unlikely to be cache hits now that we
  use APC.
* Other modules are minified individually, to improve cache hit rate.

Bug: T107377
Change-Id: Id6f5142062d73b5701126724e0fe8264105f7813
includes/resourceloader/ResourceLoader.php