Remove perf tracking code that was moved to WikimediaEvents in Ib300af5c
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / mw.rcfilters.init.js
index 73259f6..da11973 100644 (file)
                                filtersWidget.setTopSection( wlTopSection.$element );
                        } // end Special:WL
 
-                       // Log performance data
-                       if ( window.performance && window.performance.now ) {
-                               mw.track(
-                                       'timing.MediaWiki.timing.structuredChangeFilters.ready.' + specialPage,
-                                       window.performance.now()
-                               );
-                               mw.track(
-                                       'timing.MediaWiki.timing.structuredChangeFilters.backendResponse.' + specialPage,
-                                       mw.config.get( 'wgBackendResponseTime' )
-                               );
-                       }
-
                        /**
                         * Fired when initialization of the filtering interface for changes list is complete.
                         *