Page Time: 8.3169s

Memory: 8.8549 MB (Peak: 9.7777 MB)

Queries (20, time: 8.2381s, 99.1%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.004501
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000598
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000386
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*,
    	user_privacy.*
    FROM xf_user AS user
    
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = user.user_id)
    	LEFT JOIN xf_user_option AS user_option ON
    		(user_option.user_id = user.user_id)
    	LEFT JOIN xf_user_privacy AS user_privacy ON
    		(user_privacy.user_id = user.user_id)
    WHERE (user.trophy_points > 0) AND (user.is_banned = 0)
    ORDER BY user.trophy_points DESC
     LIMIT 20
    Run Time: 0.002874
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangetrophy_pointstrophy_points4 54884Using index condition; Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4xen.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4xen.user.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4xen.user.user_id1 
  5.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE 1=1
                
                ORDER BY user_trophy.award_date DESC
                 LIMIT 20
    Run Time: 0.422740
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_trophyindex user_id_award_date8 901765Using index; Using filesort
    SIMPLEtrophyeq_refPRIMARYPRIMARY4xen.user_trophy.trophy_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  6.             SELECT badge.*, trophy.*
                FROM xf_trophy AS trophy
                LEFT JOIN xf_badge AS badge ON
                    (badge.badge_id = trophy.badge_id)
                ORDER BY badge.display_order, trophy.trophy_order
    Run Time: 0.001028
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALL    40Using temporary; Using filesort
    SIMPLEbadgeeq_refPRIMARY,badge_id_date,badge_idPRIMARY4xen.trophy.badge_id1 
  7. SELECT trophy.*,
    	user_trophy.award_date
    FROM xf_user_trophy AS user_trophy
    INNER JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
    WHERE user_trophy.user_id = ?
    ORDER BY user_trophy.award_date DESC
    Params: 0
    Run Time: 0.000408
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_trophyrefPRIMARY,user_id_award_dateuser_id_award_date4const1Using where; Using index
    SIMPLEtrophyeq_refPRIMARYPRIMARY4xen.user_trophy.trophy_id1 
  8.             SELECT COUNT(DISTINCT(user_trophy.user_id)) AS total, trophy.badge_id
                FROM xf_user_trophy AS user_trophy
                    LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                WHERE (trophy.badge_id IN (1, 2, 3, 6, 5, 4))
                GROUP BY trophy.badge_id
    Run Time: 0.493108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using filesort
    SIMPLEuser_trophyrefPRIMARYPRIMARY4xen.trophy.trophy_id22544Using index
  9.             SELECT COUNT(*) AS total,
                    trophy.badge_id
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                WHERE user_trophy.award_date BETWEEN ? AND ?
                GROUP BY trophy.badge_id
    Params: 1713474000, 1714034956
    Run Time: 0.364424
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_trophyindex user_id_award_date8 901765Using where; Using index; Using temporary; Using filesort
    SIMPLEtrophyeq_refPRIMARYPRIMARY4xen.user_trophy.trophy_id1 
  10.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 1)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 0.075203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  11.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 2)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 0.025944
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  12.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 3)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 4.303552
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  13.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 6)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 1.607330
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  14.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 5)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 0.792981
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  15.             SELECT trophy.*,
                    user.*,
                    user_trophy.award_date
                FROM xf_user_trophy AS user_trophy
                LEFT JOIN xf_trophy AS trophy ON (trophy.trophy_id = user_trophy.trophy_id)
                LEFT JOIN xf_user AS user ON (user.user_id = user_trophy.user_id)
                WHERE (trophy.badge_id = 4)
                 GROUP BY user_trophy.user_id
                ORDER BY user_trophy.award_date DESC
                 LIMIT 3
    Run Time: 0.140177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtrophyALLPRIMARY   40Using where; Using temporary; Using filesort
    SIMPLEuser_trophyrefPRIMARY,user_id_award_datePRIMARY4xen.trophy.trophy_id22544 
    SIMPLEusereq_refPRIMARYPRIMARY4xen.user_trophy.user_id1 
  16. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 885beea7e2924a009f0d6fb24c3af0e8, , 1714038556
    Run Time: 0.000363
  17. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , MasterBadge_ControllerPublic_Badge, Index, valid, , 1714034956,
    Run Time: 0.000368
  18. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000357
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  19. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000769
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('trophy_1_title', 'trophy_1_description', 'trophy_2_title', 'trophy_2_description', 'trophy_3_title', 'trophy_3_description', 'trophy_13_title', 'trophy_13_description', 'trophy_4_title', 'trophy_4_description', 'trophy_22_title', 'trophy_22_description', 'trophy_44_title', 'trophy_44_description', 'trophy_21_title', 'trophy_21_description', 'trophy_43_title', 'trophy_43_description', 'trophy_5_title', 'trophy_5_description', 'trophy_6_title', 'trophy_6_description', 'trophy_7_title', 'trophy_7_description', 'trophy_8_title', 'trophy_8_description', 'trophy_9_title', 'trophy_9_description', 'trophy_18_title', 'trophy_18_description', 'trophy_23_title', 'trophy_23_description', 'trophy_24_title', 'trophy_24_description', 'trophy_12_title', 'trophy_12_description', 'trophy_11_title', 'trophy_11_description', 'trophy_17_title', 'trophy_17_description', 'trophy_20_title', 'trophy_20_description', 'trophy_25_title', 'trophy_25_description', 'trophy_42_title', 'trophy_42_description', 'trophy_31_title', 'trophy_31_description', 'trophy_32_title', 'trophy_32_description', 'trophy_33_title', 'trophy_33_description', 'trophy_34_title', 'trophy_34_description', 'trophy_35_title', 'trophy_35_description', 'trophy_36_title', 'trophy_36_description', 'trophy_37_title', 'trophy_37_description', 'trophy_38_title', 'trophy_38_description', 'trophy_29_title', 'trophy_29_description', 'trophy_30_title', 'trophy_30_description', 'trophy_39_title', 'trophy_39_description', 'trophy_41_title', 'trophy_41_description', 'trophy_40_title', 'trophy_40_description', 'trophy_27_title', 'trophy_27_description', 'trophy_28_title', 'trophy_28_description', 'trophy_10_title', 'trophy_10_description', 'trophy_26_title', 'trophy_26_description', 'MasterBadge_badge_1_title', 'MasterBadge_badge_2_title', 'MasterBadge_badge_3_title', 'MasterBadge_badge_6_title', 'MasterBadge_badge_5_title', 'MasterBadge_badge_4_title', 'BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.000947
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 88Using where

Included Files (162, XenForo Classes: 52)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/EWRporta2/Listener/Init.php
  33. library/EWRmedio/Listener/Init.php
  34. library/XenForo/DataWriter/User.php
  35. library/XenForo/DataWriter.php
  36. library/EWRcarta/Listener/Init.php
  37. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1010071/EventListeners.php
  40. library/Siropu/Chat/Listener.php
  41. library/NodesAsTabs/Listen.php
  42. library/MasterBadge/Listener.php
  43. library/Waindigo/Listener/InitDependencies.php
  44. library/Waindigo/Listener/InitDependencies/20150212.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/ExternalExtended/Listener.php
  47. library/ExtendCommon/EventListener/Model.php
  48. library/WidgetFramework/Listener.php
  49. library/WidgetFramework/Option.php
  50. library/Milano/SmileyManager/Listener.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/WidgetFramework/Route/Filter/PageX.php
  57. library/MasterBadge/Route/Prefix/Badges.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/MasterBadge/ControllerPublic/Badge.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/KingK/BbCodeManager/EventListener/BbCode.php
  64. library/EWRporta2/Widget/Listener/ArticlesMain.php
  65. library/Nobita/MetaDescription/Listener.php
  66. library/Dark/Duplicate/EventListener/LoadClassController.php
  67. library/XI/Tag/CodeEvent/Listener.php
  68. library/XenForo/Input.php
  69. library/XenForo/Session.php
  70. library/XenForo/Helper/Ip.php
  71. library/XenForo/Visitor.php
  72. library/XenForo/Model/User.php
  73. library/EWRporta2/Listener/Model.php
  74. library/EWRmedio/Listener/Model.php
  75. library/EWRcarta/Listener/Model.php
  76. library/Brivium/SupportTicketSystem/Model/User.php
  77. library/WidgetFramework/XenForo/Model/User.php
  78. library/EWRporta2/Model/User.php
  79. library/EWRmedio/Model/User.php
  80. library/EWRcarta/Model/User.php
  81. library/MasterBadge/Model/User.php
  82. library/MasterBadge/Model/Badge.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Helper/Php.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Groupchanger/Event.php
  88. library/Groupchanger/StopSpam.php
  89. library/UnreadPostCount/Listener.php
  90. library/XenForo/Model/Trophy.php
  91. library/MasterBadge/Model/Trophy.php
  92. library/XenForo/ControllerResponse/View.php
  93. library/XenForo/ControllerResponse/Abstract.php
  94. library/XenForo/Helper/Cookie.php
  95. library/XenForo/ViewRenderer/HtmlPublic.php
  96. library/XenForo/ViewRenderer/Abstract.php
  97. library/XenForo/Template/Public.php
  98. library/XenForo/Template/Abstract.php
  99. library/WidgetFramework/Core.php
  100. library/XenForo/Model/Moderator.php
  101. library/ExternalPages/ControllerPublic/online.php
  102. library/WidgetFramework/Model/Widget.php
  103. library/WidgetFramework/Helper/Sort.php
  104. library/WidgetFramework/WidgetRenderer.php
  105. library/EWRporta2/Listener/ViewPublic.php
  106. library/ExtendCommon/UserModel/EX.php
  107. library/XenForo/ViewPublic/Base.php
  108. library/XenForo/View.php
  109. library/WidgetFramework/XenForo/View1.php
  110. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  111. library/XenForo/Route/Prefix/Members.php
  112. library/MasterBadge/Route/Prefix/Members.php
  113. library/MasterBadge/Route.php
  114. library/Begin/Listeners/Navigation.php
  115. library/EWRporta2/Listener/NavTabs.php
  116. library/EWRporta2/Model/Perms.php
  117. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  118. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  119. library/Moder/Listeners/Navigation.php
  120. library/ExternalPages/Listeners/Navigation.php
  121. library/EWRmedio/Listener/NavTabs.php
  122. library/EWRmedio/Model/Perms.php
  123. library/EWRcarta/Listener/NavTabs.php
  124. library/EWRcarta/Model/Perms.php
  125. library/EWRcarta/Model/Lists.php
  126. library/NodesAsTabs/NavTabs.php
  127. library/XenForo/Model/Node.php
  128. library/XenForo/Template/FileHandler.php
  129. library/XenForo/Helper/File.php
  130. internal_data/templates/S.10,L.2,nat_childlinks.php
  131. library/XenForo/Route/Prefix/LinkForums.php
  132. library/WidgetFramework/Template/Extended.php
  133. internal_data/templates/S.10,L.2,MasterBadge_badge_index.php
  134. library/MasterBadge/Helper/Trophy.php
  135. library/XenForo/Model/Avatar.php
  136. library/MasterBadge/Core.php
  137. library/MasterBadge/Helper/Level.php
  138. library/XenForo/Helper/String.php
  139. library/XenForo/Model/UserProfile.php
  140. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  141. library/EWRporta2/Listener/Template.php
  142. library/EWRmedio/Listener/Template.php
  143. library/EWRmedio/Model/Lists.php
  144. library/EWRcarta/Listener/Template.php
  145. library/ExternalPages/ControllerPublic/balance.php
  146. library/SvgGoUpDown/Listener.php
  147. library/ExternalPages/ControllerPublic/ShortBannedList.php
  148. library/WidgetFramework/WidgetRenderer/Empty.php
  149. library/XenForo/Helper/Criteria.php
  150. library/XenForo/Debug.php
  151. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  152. internal_data/templates/S.10,L.2,bbcm_js.php
  153. library/Siropu/Chat/Helper.php
  154. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  155. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  156. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  157. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  158. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  159. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  160. internal_data/templates/S.10,L.2,go_up_down.php
  161. library/XenForo/ViewRenderer/Json.php
  162. internal_data/templates/S.10,L.2,nat_bodyjs.php