Page Time: 0.1303s

Memory: 12.3252 MB (Peak: 13.1549 MB)

Queries (21, time: 0.0114s, 8.8%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000618
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT EWRmedio_media.*, EWRmedio_categories.*, EWRmedio_services.*, xf_user.*, EWRmedio_media.service_value2 AS service_value2,
    	IF(xf_user.username IS NULL, EWRmedio_media.username, xf_user.username) AS username, xf_liked_content.like_date
    	FROM EWRmedio_media
    	LEFT JOIN EWRmedio_categories ON (EWRmedio_categories.category_id = EWRmedio_media.category_id)
    	LEFT JOIN EWRmedio_services ON (EWRmedio_services.service_id = EWRmedio_media.service_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_media.user_id)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'media'
    			AND xf_liked_content.content_id = EWRmedio_media.media_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE EWRmedio_media.media_id = ?
    Params: 1226
    Run Time: 0.000826
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_mediaconstPRIMARYPRIMARY4const1 
    SIMPLEEWRmedio_categoriesconstPRIMARYPRIMARY4const1 
    SIMPLEEWRmedio_servicesconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLExf_liked_contentconstcontent_type_id_like_user_idcontent_type_id_like_user_id85const,const,const0unique row not found
  3. SELECT COUNT(*) AS total
    	FROM EWRmedio_comments
    WHERE media_id = 1226
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_commentsrefmedia_idmedia_id4const1Using index
  4. SELECT *
    	FROM EWRmedio_categories
    WHERE category_id = ?
    Params: 2
    Run Time: 0.000113
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_categoriesconstPRIMARYPRIMARY4const1 
  5. UPDATE EWRmedio_media
    SET media_views = media_views+1
    WHERE media_id = ?
    Params: 1226
    Run Time: 0.006170
  6. SELECT EWRmedio_keywords.*, EWRmedio_keylinks.*
    	FROM EWRmedio_keywords
    	LEFT JOIN EWRmedio_keylinks ON (EWRmedio_keylinks.keyword_id = EWRmedio_keywords.keyword_id)
    WHERE EWRmedio_keylinks.media_id = ?
    ORDER BY EWRmedio_keywords.keyword_text ASC
    Params: 1226
    Run Time: 0.000668
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_keylinksrefUNIQUE,media_idmedia_id4const9Using where; Using temporary; Using filesort
    SIMPLEEWRmedio_keywordseq_refPRIMARYPRIMARY4rpm2nite_site.EWRmedio_keylinks.keyword_id1 
  7. SELECT *
    	FROM EWRmedio_playlists
    WHERE user_id = ?
    ORDER BY playlist_name
    Params: 0
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_playlistsrefuser_iduser_id4const1Using where; Using filesort
  8. SELECT EWRmedio_comments.*, xf_user.*, xf_user.register_date AS userValid,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRmedio_comments.username) AS username
    	FROM EWRmedio_comments
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRmedio_comments.user_id)
    WHERE EWRmedio_comments.media_id = ?
    ORDER BY comment_date DESC
    LIMIT ?, ?
    Params: 1226, 0, 5
    Run Time: 0.000365
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRmedio_commentsrefmedia_idmedia_id4const1Using where; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rpm2nite_site.EWRmedio_comments.user_id1 
  9.             SELECT *
                FROM xf_thread
                WHERE node_id IN (2 , 3 , 4 , 5 , 6 , 32)
                ORDER BY last_post_date DESC
    LIMIT 10;
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadindexnode_id_last_post_date,node_id_sticky_last_post_datelast_post_date4 20400Using where
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 0f120b064c07bf5e7d8518137433c6cf, a:5:{s:12:"sessionStart";i:1369188382;s:2:"ip";i:921315856;s:9:"userAgent";s:9:"CCBot/2.0";s:7:"isRobot";b:0;s:16:"previousActivity";i:0;}, 1369191982
    Run Time: 0.000100
  11. 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, 921315856, 921315856, EWRmedio_ControllerPublic_Media_Media, Index, valid, media_id=1226, 1369188382
    Run Time: 0.000052
  12. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  13. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000217
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmALL    7Using filesort
  14. SELECT COUNT(*) AS user_count FROM addonchat_who
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEaddonchat_whoindex PRIMARY4 1Using index
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home', 'nhra_navbar_tab', 'nascar_navbar_tab', 'indy_navbar_tab', 'AddonChat_Tab')
    Params: 1
    Run Time: 0.000165
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY231 4Using where
  16. 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', 'EWRmedio_MediaView', '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.000526
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY160 13Using 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.000161
    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.000110
    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.000124
    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.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY160const,const,const1 
  21. INSERT INTO merc_ad_view (ad_id)
    VALUES (11)
    Run Time: 0.000043

Included Files (160, XenForo Classes: 47)

  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/EWRmedio/Route/Media.php
  61. library/EWRporta/Listener/Route.php
  62. library/XenForo/RouteMatch.php
  63. library/EWRmedio/ControllerPublic/Media/Media.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/EWRmedio/Model/Perms.php
  87. library/EWRmedio/Model/Media.php
  88. library/EWRmedio/Model/Parser.php
  89. library/EWRmedio/Model/Comments.php
  90. library/EWRmedio/Model/Categories.php
  91. library/XenForo/Helper/Cookie.php
  92. library/EWRmedio/Model/Playlists.php
  93. library/EWRmedio/Model/Lists.php
  94. library/XenForo/ControllerResponse/View.php
  95. library/XenForo/ControllerResponse/Abstract.php
  96. library/LatestThreadTicker/Model/LTT.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/EWRmedio/ViewPublic/MediaView.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/XenForo/BbCode/Formatter/Text.php
  119. library/XenForo/Helper/String.php
  120. library/XfRu/UserAlbums/EventListener/Template.php
  121. library/XfAddOns/BumpThread/Template/Hook.php
  122. library/EWRporta/Route/Portal.php
  123. library/RouteChanger/Route/Prefix/0.php
  124. library/XenForo/Route/Prefix/Index.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/EWRporta/Listener/NavTabs.php
  127. library/EWRporta/Model/Perms.php
  128. library/RPMnav/Listener/Nhra.php
  129. library/RPMnav/Listener/Nascar.php
  130. library/RPMnav/Listener/Indy.php
  131. library/RPMnav/Listener/Road.php
  132. library/XfRu/UserAlbums/EventListener/Tab.php
  133. library/XfRu/UserAlbums/Permissions.php
  134. library/AddonChat/Public/Navigation.php
  135. library/AddonChat/Model/Options.php
  136. library/AddonChat/Model/WhosChatting.php
  137. library/AddonChat/Route/Prefix/Index.php
  138. library/EWRmedio/Listener/NavTabs.php
  139. library/DroidHost/ShowHooks/listener.php
  140. library/LatestThreadTicker/EventListener/TemplateHookListener.php
  141. library/CollapsibleSidebar/Listener.php
  142. library/EWRmedio/Listener/Template.php
  143. library/XfRu/UserAlbums/Model/Albums.php
  144. library/XfRu/UserAlbums/Model/Images.php
  145. library/DigitalPointAdPositioning/Listener/TemplateHook.php
  146. library/Merc/AdManager/Listener/TemplateHook.php
  147. library/XenPlus/Listener/TemplateHook.php
  148. library/XenPlus/Helper/Listener.php
  149. library/EWRporta/Listener/Template.php
  150. library/EWRutiles/Listener/Template.php
  151. library/Merc/AdManager/Listener/TemplatePostRender.php
  152. library/XenPlus/Listener/TemplatePostRender.php
  153. library/PageEditor/Renderer.php
  154. library/XenForo/Debug.php
  155. library/XenForo/Route/Prefix/Forums.php
  156. library/RouteChanger/Route/Prefix/4.php
  157. library/XenForo/Helper/Criteria.php
  158. library/RouteChanger/Route/Prefix/1.php
  159. library/XenForo/ViewRenderer/Json.php
  160. library/Merc/AdManager/Model/Ad.php