Page Time: 0.0869s

Memory: 3.5015 MB (Peak: 4.6627 MB)

Queries (13, time: 0.0377s, 43.4%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: vendo
    Run Time: 0.000062
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  3. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 195, 0, 1710832255
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_result_cacheconsttag_id_user_id,expiration_datetag_id_user_id8const,const1 
  4. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 200
    Params: 195
    Run Time: 0.000067
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const59Using where
  5. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache,
    	last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender, (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 1) as dark_postrating_1_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 14) as dark_postrating_14_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 2) as dark_postrating_2_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 3) as dark_postrating_3_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 4) as dark_postrating_4_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 5) as dark_postrating_5_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 6) as dark_postrating_6_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 7) as dark_postrating_7_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 8) as dark_postrating_8_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 9) as dark_postrating_9_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 10) as dark_postrating_10_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 11) as dark_postrating_11_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 12) as dark_postrating_12_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 13) as dark_postrating_13_count, 1 as dark_postrating_has_fetched_max
    
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    WHERE thread.thread_id IN (1552858, 1545763, 1541601, 1524581, 1521877, 1517361, 1514769, 1514206, 1503993, 1501721, 1496402, 1494891, 1494883, 1476548, 1475457, 1464748, 1464745, 1464743, 1444703, 1439792, 1429695, 1411987, 1409365, 1405823, 1405206, 1405132, 1400805, 1399896, 1399864, 1399863, 1399862, 1397660, 1395168, 1390781, 1388468, 1380881, 1380493, 1380489, 1380486, 1360621, 1358923, 1358919, 1358903, 1358784, 1356964, 1353559, 1348515, 1346882, 1345170, 1323386, 1321985, 1314195, 1314192, 1312031, 1310926, 1310925, 1309719, 1296765, 1296414, 1293761)
    Run Time: 0.028507
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYthreadrangePRIMARYPRIMARY4 60Using where
    PRIMARYusereq_refPRIMARYPRIMARY4foromtb_www.thread.user_id1 
    PRIMARYnodeeq_refPRIMARYPRIMARY4foromtb_www.thread.node_id1 
    PRIMARYposteq_refPRIMARYPRIMARY4foromtb_www.thread.first_post_id1 
    PRIMARYpermissioneq_refPRIMARYPRIMARY35const,const,foromtb_www.thread.node_id1Using where
    PRIMARYlast_post_usereq_refPRIMARYPRIMARY4foromtb_www.thread.last_post_user_id1 
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
  6. INSERT INTO xf_tag_result_cache
    	(tag_id, user_id, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 195, 0, 1710832255, 1710835855, [["thread",1552858],["thread",1545763],["thread",1541601],["thread",1524581],["thread",1521877],["thread",1517361],["thread",1514769],["thread",1514206],["thread",1503993],["thread",1501721],["thread",1496402],["thread",1494891],["thread",1494883],["thread",1476548],["thread",1475457],["thread",1464748],["thread",1464745],["thread",1464743],["thread",1444703],["thread",1439792],["thread",1429695],["thread",1411987],["thread",1409365],["thread",1405823],["thread",1405206],["thread",1405132],["thread",1400805],["thread",1399896],["thread",1399864],["thread",1399863],["thread",1399862],["thread",1397660],["thread",1395168],["thread",1390781],["thread",1388468],["thread",1380881],["thread",1380493],["thread",1380489],["thread",1380486],["thread",1360621],["thread",1358923],["thread",1358919],["thread",1358903],["thread",1358784],["thread",1356964],["thread",1353559],["thread",1348515],["thread",1346882],["thread",1345170],["thread",1323386],["thread",1321985],["thread",1314195],["thread",1314192],["thread",1312031],["thread",1310926],["thread",1310925],["thread",1309719],["thread",1296765],["thread",1296414],["thread",1293761]]
    Run Time: 0.007776
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 8564b3e12937d8346f530ec0c5ff991f, , 1710835855
    Run Time: 0.000202
  8. 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, , , XenForo_ControllerPublic_Tag, Tag, valid, tag_url=vendo, 1710832255,
    Run Time: 0.000117
  9. SELECT activity.*, user.username 
    FROM xc_trade_activity AS activity
    LEFT JOIN xf_user AS user ON user.user_id=activity.user_id
    WHERE activity.user_id=?
    ORDER BY activity.dateline DESC
    LIMIT 0, ?
    Params: 0, 10
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEactivityrefuser_id_datelineuser_id_dateline4const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.activity.user_id1 
  10. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_thread', 'tag_view', 'nflj_showcase_tab_links', 'xcxt_navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'xcfw_copyright', 'xcxt_headinclude', 'xcxt_trading_preferences_link_list', 'xcxt_visitor_panel_addon', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000276
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 25Using where
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xcxt_trade')
    Params: 2
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  12. SELECT *
    FROM xf_notification
    ORDER BY notification_id
    Run Time: 0.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_notificationindex PRIMARY4 1 
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('GritterNotifications')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (146, 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/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/NFLJ/Showcase/Listener/Proxy.php
  29. library/Waindigo/Listener/InitDependencies.php
  30. library/Waindigo/Listener/InitDependencies/20141020.php
  31. library/Waindigo/Listener/ControllerPreDispatch/20141011.php
  32. library/BannedAvatar/Listener.php
  33. library/XenCentral/Trade/Hooks.php
  34. library/XenCentral/Trade/Model/Options.php
  35. library/XenCentral/Trade/Model/Abstract.php
  36. library/XenCentral/Framework/Hooks.php
  37. library/Tapatalk/Listener/LoadClassModel.php
  38. library/UserEss/Listener/Proxy.php
  39. library/Dark/PostRating/EventListener.php
  40. library/Bookmarks/Listener/Proxy.php
  41. library/XenForo/Router.php
  42. library/XenForo/Route/Filter.php
  43. library/XenForo/Route/Interface.php
  44. library/XenForo/Route/ResponseSuffix.php
  45. library/XenForo/Route/Prefix.php
  46. library/XenForo/Route/Prefix/Tags.php
  47. library/XenForo/RouteMatch.php
  48. library/XenForo/ControllerPublic/Tag.php
  49. library/XenForo/ControllerPublic/Abstract.php
  50. library/XenForo/Controller.php
  51. library/Vinavb/CustomNodeIcon/Listener.php
  52. library/GritterNotifications/Listener.php
  53. library/XenForo/Input.php
  54. library/XenForo/Session.php
  55. library/Zend/Db.php
  56. library/Zend/Db/Adapter/Mysqli.php
  57. library/Zend/Db/Adapter/Abstract.php
  58. library/Zend/Db/Select.php
  59. library/Zend/Db/Expr.php
  60. library/Zend/Db/Profiler.php
  61. library/Zend/Db/Statement/Mysqli.php
  62. library/Zend/Db/Statement.php
  63. library/Zend/Db/Statement/Interface.php
  64. library/XenForo/Helper/Ip.php
  65. library/XenForo/Visitor.php
  66. library/XenForo/Model/User.php
  67. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  68. library/Waindigo/Listener/LoadClass.php
  69. library/Waindigo/Listener/LoadClass/20141202.php
  70. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  71. library/Dark/PostRating/Model/User.php
  72. library/XenCentral/Trade/Model/XfUser.php
  73. library/Zend/Db/Profiler/Query.php
  74. library/XenForo/Permission.php
  75. library/XenForo/Helper/Php.php
  76. library/XenForo/Phrase.php
  77. library/XenForo/Locale.php
  78. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  79. library/Waindigo/Listener/VisitorSetup.php
  80. library/Waindigo/Listener/VisitorSetup/20130615.php
  81. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  82. library/Waindigo/InstallUpgrade/Listener/ControllerPreDispatch.php
  83. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  84. library/XenForo/ControllerResponse/Reroute.php
  85. library/XenForo/ControllerResponse/Abstract.php
  86. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  87. library/Tapatalk/Listener/ControllerPostDispatch.php
  88. library/XenForo/Model/Tag.php
  89. library/XenForo/TagHandler/Thread.php
  90. library/XenForo/TagHandler/Abstract.php
  91. library/XenForo/Model/Thread.php
  92. library/Waindigo/LastPostAvatar/Listener/LoadClass.php
  93. library/Waindigo/CustomFields/Listener/LoadClass.php
  94. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Thread.php
  95. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  96. library/UserEss/Model/Thread.php
  97. library/Dark/PostRating/Model/Thread.php
  98. library/Bookmarks/Model/Thread.php
  99. library/Dark/PostRating/Model.php
  100. library/XenForo/Model/Forum.php
  101. library/UserEss/Model/Forum.php
  102. library/XenForo/Helper/String.php
  103. library/XenForo/Helper/Discussion.php
  104. library/XenForo/ControllerResponse/View.php
  105. library/XenForo/Helper/Cookie.php
  106. library/XenForo/ViewRenderer/HtmlPublic.php
  107. library/XenForo/ViewRenderer/Abstract.php
  108. library/XenForo/Template/Public.php
  109. library/XenForo/Template/Abstract.php
  110. library/XenCentral/Framework/Navigation/Admin.php
  111. library/XenForo/ViewPublic/Tag/View.php
  112. library/XenForo/ViewPublic/Base.php
  113. library/XenForo/View.php
  114. library/UserEss/Listener/Hook.php
  115. library/NFLJ/Showcase/Listener/Template.php
  116. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  117. library/Waindigo/Listener/TemplateCreate.php
  118. library/Waindigo/Listener/TemplateCreate/20130522.php
  119. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  120. library/Bookmarks/Listener/Hook.php
  121. library/XenForo/Route/Prefix/Members.php
  122. library/NFLJ/Showcase/Model/Item.php
  123. library/XenCentral/Trade/Model/Activity.php
  124. library/XenCentral/Trade/Route/PrefixPublic/Main.php
  125. library/Bookmarks/Listener/NavigationTabs.php
  126. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  127. library/Waindigo/Listener/TemplatePostRender.php
  128. library/Waindigo/Listener/TemplatePostRender/20140711.php
  129. library/Waindigo/Listener/Template.php
  130. library/Waindigo/Listener/Template/20141020.php
  131. library/Tapatalk/Listener/TemplatePostRender.php
  132. library/XenForo/Model/Avatar.php
  133. library/XenForo/Route/Prefix/Threads.php
  134. library/XenForo/Route/Prefix/Forums.php
  135. library/XenForo/Helper/Criteria.php
  136. library/XenForo/Debug.php
  137. library/Tapatalk/EventListener/Hook.php
  138. mobiquo/smartbanner/head.inc.php
  139. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  140. library/Waindigo/Listener/TemplateHook.php
  141. library/Waindigo/Listener/TemplateHook/20141020.php
  142. library/Waindigo/CustomFields/Listener/TemplateHook.php
  143. library/GritterNotifications/Model/Notification.php
  144. library/XenCentral/Framework/Model/Cache.php
  145. library/XenForo/ViewRenderer/Json.php
  146. library/Vinavb/CustomNodeIcon/Icon.php