jenkins-bot has submitted this change and it was merged.

Change subject: Profiling
......................................................................


Profiling

Change-Id: I6d1a96b44cdc1f02425a5ebbc9729cf735ac1ae3
---
M includes/MobileContext.php
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  MaxSem: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/MobileContext.php b/includes/MobileContext.php
index 2cbe2e5..8940057 100644
--- a/includes/MobileContext.php
+++ b/includes/MobileContext.php
@@ -225,10 +225,12 @@
                if ( !is_null( $this->mobileView ) ) {
                        return $this->mobileView;
                }
+               wfProfileIn( __METHOD__ );
                $this->mobileView = $this->shouldDisplayMobileViewInternal();
                if ( $this->mobileView ) {
                        wfRunHooks( 'EnterMobileMode', array( $this ) );
                }
+               wfProfileOut( __METHOD__ );
                return $this->mobileView;
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/59817
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6d1a96b44cdc1f02425a5ebbc9729cf735ac1ae3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: MaxSem <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to