Page Time: 0.1221s

Memory: 12.7014 MB (Peak: 13.5362 MB)

Queries (21, time: 0.0057s, 4.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
    		session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
    		0 AS following_0
    FROM xf_user AS user
    
    		INNER JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		INNER JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		INNER JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(session_activity.user_id = user.user_id AND session_activity.unique_key = user.user_id)
    WHERE user.user_id = ?
    Params: 285
    Run Time: 0.001140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEsession_activityconstPRIMARYPRIMARY8const,const0unique row not found
  3. SELECT COUNT(*)
    FROM xf_profile_post AS profile_post
    
    WHERE (profile_post.profile_user_id = 285) AND (profile_post.message_state IN ('visible'))
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const1Using where
  4. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	0 AS like_date
    FROM xf_profile_post AS profile_post
    
    	LEFT JOIN xf_user AS posting_user ON
    		(posting_user.user_id = profile_post.user_id)
    WHERE (profile_post.profile_user_id = 285) AND (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 20
    Run Time: 0.000370
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const1Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4rpm2nite_site.profile_post.user_id1 
  5. SELECT user_field.*
    	,
    	field_value.field_value
    FROM xf_user_field AS user_field
    
    	LEFT JOIN xf_user_field_value AS field_value ON
    		(field_value.field_id = user_field.field_id AND field_value.user_id = 285)
    WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
    ORDER BY user_field.display_group, user_field.display_order
    Run Time: 0.000419
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_fieldindexdisplay_group_orderdisplay_group_order5 8Using where
    SIMPLEfield_valueeq_refPRIMARY,field_idPRIMARY81const,rpm2nite_site.user_field.field_id1 
  6. SELECT COUNT(*)
    FROM xf_user_follow
    WHERE follow_user_id = ?
    Params: 285
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_followreffollow_user_idfollow_user_id4const1Using index
  7. SELECT user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.user_id AND user.is_banned = 0)
    INNER JOIN xf_user_profile AS user_profile ON
    	(user_profile.user_id = user.user_id)
    INNER JOIN xf_user_option AS user_option ON
    	(user_option.user_id = user.user_id)
    WHERE user_follow.follow_user_id = ?
    ORDER BY RAND()
     LIMIT 6
    Params: 285
    Run Time: 0.000737
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idfollow_user_id4const1Using index; Using temporary; Using filesort
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4rpm2nite_site.user_follow.user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4rpm2nite_site.user_follow.user_id1Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4rpm2nite_site.user_follow.user_id1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 83b069ca215784ae4bbc1f2568472366, a:5:{s:12:"sessionStart";i:1369479521;s:2:"ip";i:921322295;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369483121
    Run Time: 0.000092
  9. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date)
    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)
    Params: 0, 921322295, 921322295, XenForo_ControllerPublic_Member, Member, valid, user_id=285, 1369479521
    Run Time: 0.000052
  10. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  11. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  12. SELECT COUNT(*) AS user_count FROM addonchat_who
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEaddonchat_whoindex PRIMARY4 1Using index
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('user_field_aim_desc', 'user_field_facebook_desc', 'user_field_gtalk_desc', 'user_field_icq_desc', 'user_field_msn_desc', 'user_field_skype_desc', 'user_field_twitter_desc', 'user_field_yahoo_desc', 'home', 'nhra_navbar_tab', 'nascar_navbar_tab', 'indy_navbar_tab', 'AddonChat_Tab')
    Params: 1
    Run Time: 0.000316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY231 10Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'xfr_useralbums_member_profile_tab', 'xfr_useralbums_member_profile_tab_content', 'member_view', 'EWRporta_Navtabs', 'xfr_useralbums_links', 'AddonChat_Tab_Links', 'EWRmedio_Navtabs', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000833
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 15Using where
  15. SELECT COUNT(*) AS total
    	FROM EWRmedio_media
    WHERE EWRmedio_media.user_id = 285
    	AND EWRmedio_media.media_state = 'visible'
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_mediarefuser_iduser_id4const1Using where
  16. SELECT COUNT(*) AS total
    	FROM EWRmedio_media
    WHERE EWRmedio_media.user_id = 285
    	AND EWRmedio_media.media_state = 'visible'
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_mediarefuser_iduser_id4const1Using where
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_arrow')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('ltt_ticker')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('merc_code_render')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('collapsible_sidebar_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  21. INSERT INTO merc_ad_view (ad_id)
    VALUES (11)
    Run Time: 0.000031

Included Files (159, XenForo Classes: 55)

  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.php
  17. library/XenForo/Model/DataRegistry.php
  18. library/XenForo/CodeEvent.php
  19. library/Zend/Cache.php
  20. library/Zend/Cache/Backend/File.php
  21. library/Zend/Cache/Backend/ExtendedInterface.php
  22. library/Zend/Cache/Backend/Interface.php
  23. library/Zend/Cache/Backend.php
  24. library/Zend/Cache/Core.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/EWRmedio/Listener/Init.php
  29. library/XenForo/DataWriter/User.php
  30. library/XenForo/DataWriter.php
  31. library/Merc/AdManager/Listener/InitDependencies.php
  32. library/XenPlus/Listener/InitDependencies.php
  33. library/XenPlus/Listener/Abstract.php
  34. library/Zend/Db.php
  35. library/Zend/Db/Adapter/Mysqli.php
  36. library/Zend/Db/Adapter/Abstract.php
  37. library/Zend/Db/Select.php
  38. library/Zend/Db/Expr.php
  39. library/Zend/Db/Profiler.php
  40. library/Zend/Db/Statement/Mysqli.php
  41. library/Zend/Db/Statement.php
  42. library/Zend/Db/Statement/Interface.php
  43. library/Merc/AdManager/AdHandler/Banner.php
  44. library/Merc/AdManager/AdHandler/Abstract.php
  45. library/Merc/AdManager/Model/Banner.php
  46. library/Zend/Db/Profiler/Query.php
  47. library/Merc/AdManager/AdHandler/Code.php
  48. library/Merc/AdManager/Model/Code.php
  49. library/EWRporta/Listener/Init.php
  50. library/Merc/Gallery/Listener.php
  51. library/Merc/Gallery/Common/Listener.php
  52. library/Merc/Gallery/Common/Base.php
  53. library/Tinhte/XenTag/Listener.php
  54. library/RouteChanger/Listen.php
  55. library/RouteChanger/Route/Static.php
  56. library/XenForo/Router.php
  57. library/XenForo/Route/ResponseSuffix.php
  58. library/XenForo/Route/Interface.php
  59. library/XenForo/Route/Prefix.php
  60. library/XenForo/Route/Prefix/Members.php
  61. library/EWRporta/Listener/Route.php
  62. library/XenForo/RouteMatch.php
  63. library/XenForo/ControllerPublic/Member.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/LatestThreadTicker/EventListener/LoadClassController.php
  67. library/EWRmedio/Listener/ControllerPublic.php
  68. library/XfAddOns/BumpThread/Listener.php
  69. library/KingK/BbCodeManager/EventListener/BbCode.php
  70. library/EWRutiles/Listener/Controller.php
  71. library/EWRporta/Block/Listener/RecentThreadx5.php
  72. library/EWRporta/Listener/Controller.php
  73. library/PageEditor/Listener.php
  74. library/LatestThreadTicker/ControllerPublic/Index.php
  75. library/XenForo/Input.php
  76. library/XenForo/Session.php
  77. library/XenForo/Visitor.php
  78. library/XenForo/Model/User.php
  79. library/Merc/AdManager/Listener/LoadClass.php
  80. library/XenPlus/Listener/LoadClass.php
  81. library/EWRutiles/Listener/Model.php
  82. library/EWRporta/Listener/Model.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Phrase.php
  85. library/XenForo/Locale.php
  86. library/XenForo/ControllerResponse/Reroute.php
  87. library/XenForo/ControllerResponse/Abstract.php
  88. library/XenForo/ControllerHelper/UserProfile.php
  89. library/XenForo/ControllerHelper/Abstract.php
  90. library/XenForo/Model/UserProfile.php
  91. library/XenForo/Model/ProfilePost.php
  92. library/XenForo/Model/UserField.php
  93. library/XenForo/Model/UserIgnore.php
  94. library/XenForo/Model/Conversation.php
  95. library/XenForo/ControllerResponse/View.php
  96. library/XenForo/Helper/Cookie.php
  97. library/XenForo/ViewRenderer/HtmlPublic.php
  98. library/XenForo/ViewRenderer/Abstract.php
  99. library/XenForo/Template/Public.php
  100. library/XenForo/Template/Abstract.php
  101. library/XenForo/ViewPublic/Member/View.php
  102. library/XenForo/ViewPublic/Base.php
  103. library/XenForo/View.php
  104. library/DigitalPointAdPositioning/Listener/LoadClassView.php
  105. library/EWRporta/Listener/ViewPublic.php
  106. library/XenForo/BbCode/Parser.php
  107. library/XenForo/BbCode/Formatter/Base.php
  108. library/EWRmedio/Listener/BbCode.php
  109. library/EWRutiles/Listener/BbCode.php
  110. library/EWRporta/Listener/BbCode.php
  111. library/EWRmedio/BbCode/Formatter.php
  112. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  113. library/EWRutiles/BbCode/Formatter.php
  114. library/EWRporta/BbCode/Formatter.php
  115. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  116. library/KingK/BbCodeManager/Model/CustomBbCode.php
  117. library/XenForo/BbCode/TextWrapper.php
  118. library/XfRu/UserAlbums/EventListener/Template.php
  119. library/XfAddOns/BumpThread/Template/Hook.php
  120. library/EWRporta/Route/Portal.php
  121. library/RouteChanger/Route/Prefix/0.php
  122. library/XenForo/Route/Prefix/Index.php
  123. library/EWRporta/Listener/NavTabs.php
  124. library/EWRporta/Model/Perms.php
  125. library/RPMnav/Listener/Nhra.php
  126. library/RPMnav/Listener/Nascar.php
  127. library/RPMnav/Listener/Indy.php
  128. library/RPMnav/Listener/Road.php
  129. library/XfRu/UserAlbums/EventListener/Tab.php
  130. library/XfRu/UserAlbums/Permissions.php
  131. library/AddonChat/Public/Navigation.php
  132. library/AddonChat/Model/Options.php
  133. library/AddonChat/Model/WhosChatting.php
  134. library/AddonChat/Route/Prefix/Index.php
  135. library/EWRmedio/Listener/NavTabs.php
  136. library/EWRmedio/Model/Perms.php
  137. library/DroidHost/ShowHooks/listener.php
  138. library/LatestThreadTicker/EventListener/TemplateHookListener.php
  139. library/CollapsibleSidebar/Listener.php
  140. library/EWRmedio/Listener/Template.php
  141. library/EWRmedio/Model/Lists.php
  142. library/XfRu/UserAlbums/Model/Albums.php
  143. library/XfRu/UserAlbums/Model/Images.php
  144. library/DigitalPointAdPositioning/Listener/TemplateHook.php
  145. library/Merc/AdManager/Listener/TemplateHook.php
  146. library/XenPlus/Listener/TemplateHook.php
  147. library/XenPlus/Helper/Listener.php
  148. library/EWRporta/Listener/Template.php
  149. library/EWRutiles/Listener/Template.php
  150. library/Merc/AdManager/Listener/TemplatePostRender.php
  151. library/XenPlus/Listener/TemplatePostRender.php
  152. library/PageEditor/Renderer.php
  153. library/XenForo/Debug.php
  154. library/XenForo/Route/Prefix/Forums.php
  155. library/RouteChanger/Route/Prefix/4.php
  156. library/XenForo/Helper/Criteria.php
  157. library/RouteChanger/Route/Prefix/1.php
  158. library/XenForo/ViewRenderer/Json.php
  159. library/Merc/AdManager/Model/Ad.php