resourceloader: Move applyFilter() stats back to filter()
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 30 Jun 2015 01:12:40 +0000 (02:12 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 30 Jun 2015 01:12:40 +0000 (02:12 +0100)
commit71b7c21416752c0aaa7d9f5169d9486899b26b1d
tree3f1f9f4224e1ae95eef50b18c77327c4b249966e
parent85e7751452fdd17183b7217f9dd0ff841f65debc
resourceloader: Move applyFilter() stats back to filter()

Follow-up b88e88b, which converted the count stats to include
timing information but incidentally moved the gathering point
inside the method, which meant it now also applied to uncached
minifications from logged-in user html views (called from one
branch higher in the filter method).

This should reset the 'resourceloader_cache.minify-js.miss.count'
back to normal levels.

Change-Id: I7761242f016e9026f5012352ec2f7297c1753f25
includes/resourceloader/ResourceLoader.php