As a data analyst, I want NavigationTiming event logging to reflect when by MediaWiki server configuration lazy loaded images are in force.
Presently, NavigationTiming code looks for a cookie (related code: Navigation Timing extension, Varnish VCL for cache split), but when the configuration is not cookie driven (i.e., when the markup and JavaScript are on by default) I want to ensure that events in the event logging table are reflective of as much.
- Update cookie to use mw.config (no changes in schema needed)