mediawiki-extensions-Echo/modules
Kunal Mehta c726c1ecab Measure how likely users open flyout if they have unseen notifications
If users are likely to open the flyout whenever they have unseen
notifications, we should preload some more resources to make those
intial openings faster instead of lazy-loading everything.

On the server-side, we will increment the MediaWiki.echo.unseen metric
whenever we serve a page when the user has unseen notifications. Then on
the client we will increment MediaWiki.echo.unseen.click if they opened
the flyout while having unseen notifications.
By comparing the two graphs, we can determine how likely users are to
click on the flyout whenever they have unread notifications, and how
useful preloading extra resources will be.

Change-Id: I14e9aa7f03d6ef275042b8a2c4cb0e5b5a64c0d7
2015-09-16 10:18:17 -07:00
..
icons Hack around OOUI's icon pack being too large by creating our own 2015-09-14 22:21:45 +02:00
logger Split alerts and messages in Echo 2015-09-02 15:36:37 -07:00
nojs Only load ext.echo.ui if the user clicks the echo badge 2015-09-15 17:11:46 -07:00
ooui Adjust margins for the notification badge in MonoBook 2015-09-16 17:03:46 +00:00
special Use db-replicated objectcache for storing last seen time 2015-09-02 22:42:35 +00:00
viewmodel Only load ext.echo.ui if the user clicks the echo badge 2015-09-15 17:11:46 -07:00
echo.mixins.less Don't load oojs-ui.styles on every page 2015-09-14 12:38:44 +02:00
echo.variables.less Merge "Align popup footer buttons to take 50% width each" 2015-09-09 20:47:50 +00:00
ext.echo.init.js Measure how likely users open flyout if they have unseen notifications 2015-09-16 10:18:17 -07:00
hooks.txt