$( document ).ready( function () { console.log( mw.config.get( 'wgBackendResponseTime' ), mw.config.get( 'wgHostname' ) ); } );
works only in debug=true, otherwise you just get nulls.
The source had <script>(window.RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":203,"wgHostname":"mw1321"});});</script> but it doesn't appear to actually get executed? Or does but RLQ doesn't get run? Or something breaks somewhere along the way.