Page Time: 0.0460s

Memory: 3.7033 MB (Peak: 4.0095 MB)

Queries (11, time: 0.0055s, 12.0%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000310
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_data_registry range PRIMARY PRIMARY 27   26 Using index condition
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000134
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_permission_combination const PRIMARY PRIMARY 4 const 1  
  3. SELECT thread.*
            ,
                    user.gender, user.avatar_date, user.gravatar,
                    NULL AS thread_read_date,
                    0 AS thread_is_watched,
                    '' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
                    LEFT JOIN xf_user AS user ON
                            (user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 16600
    Run Time: 0.000579
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE thread const PRIMARY PRIMARY 4 const 1  
    SIMPLE user const PRIMARY PRIMARY 4 const 1  
  4. SELECT node.*, forum.*
            ,
            permission.cache_value AS node_permission_cache,
                    NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
            LEFT JOIN xf_permission_cache_content AS permission
                    ON (permission.permission_combination_id = 1
                            AND permission.content_type = 'node'
                            AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 70
    Run Time: 0.000604
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE forum const PRIMARY PRIMARY 4 const 1  
    SIMPLE node const PRIMARY PRIMARY 4 const 1  
    SIMPLE permission const PRIMARY PRIMARY 35 const,const,const 1  
  5. SELECT post.*
            ,
                    user.*, IF(user.username IS NULL, post.username, user.username) AS username,
                    user_profile.*,
                    0 AS like_date, session.view_date
    FROM xf_post AS post
    
                    LEFT JOIN xf_user AS user ON
                            (user.user_id = post.user_id)
                    LEFT JOIN xf_user_profile AS user_profile ON
                            (user_profile.user_id = post.user_id)LEFT OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.thread_id = ?
             AND (post.position >= 0 AND post.position < 10) 
            AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 16600
    Run Time: 0.002834
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE post ref thread_id_post_date,thread_id_position thread_id_post_date 4 const 4 Using where; Using temporary; Using filesort
    SIMPLE user eq_ref PRIMARY PRIMARY 4 u452961_infiniti.post.user_id 1  
    SIMPLE user_profile eq_ref PRIMARY PRIMARY 4 u452961_infiniti.post.user_id 1  
    SIMPLE session ALL PRIMARY       162 Using where; Using join buffer (Block Nested Loop)
  6. INSERT DELAYED INTO xf_thread_view
            (thread_id)
    VALUES
            (?)
    Params: 16600
    Run Time: 0.000119
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 1f2a0a4e25d6c6f16bd7b94cb84d5db3, a:7:{s:12:"sessionStart";i:1596529973;s:2:"ip";i:65703096;s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";b:0;s:13:"isDiscouraged";b:0;}, 1596533573
    Run Time: 0.000215
  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, 65703096, 65703096, XenForo_ControllerPublic_Thread, Index, valid, thread_id=16600, 1596529973,
    Run Time: 0.000166
  9. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000233
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE kingk_bbcm ALL         5 Using filesort
  10. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000204
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE kingk_bbcm ALL         5 Using filesort
  11. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
            AND title IN ('offline')
    Params: 2
    Run Time: 0.000134
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_phrase_compiled const PRIMARY PRIMARY 81 const,const 1  

Included Files (122, XenForo Classes: 63)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Core.php
  34. library/WidgetFramework/Model/Widget.php
  35. library/Tapatalk/Listener/LoadClassModel.php
  36. library/Asp/OnlineStatus/Plugin/Plugin.php
  37. library/WidgetFramework/WidgetRenderer.php
  38. library/WidgetFramework/WidgetRenderer/Empty.php
  39. library/XenForo/Input.php
  40. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  41. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  42. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  43. library/WidgetFramework/WidgetRenderer/Threads.php
  44. library/WidgetFramework/WidgetRenderer/Stats.php
  45. library/XenForo/Router.php
  46. library/XenForo/Route/Filter.php
  47. library/XenForo/Route/Interface.php
  48. library/XenForo/Route/ResponseSuffix.php
  49. library/XenForo/Route/Prefix.php
  50. library/XenForo/Route/Prefix/Threads.php
  51. library/XenForo/RouteMatch.php
  52. library/XenForo/ControllerPublic/Thread.php
  53. library/XenForo/ControllerPublic/Abstract.php
  54. library/XenForo/Controller.php
  55. library/KingK/BbCodeManager/EventListener/BbCode.php
  56. library/MandatoryLocation/Listener/LoadClassController.php
  57. library/WidgetFramework/Extend/ControllerPublic/Thread.php
  58. library/XenForo/Session.php
  59. library/XenForo/Visitor.php
  60. library/XenForo/Model/User.php
  61. library/XenForo/Permission.php
  62. library/XenForo/Phrase.php
  63. library/XenForo/Locale.php
  64. library/XenForo/ControllerHelper/ForumThreadPost.php
  65. library/XenForo/ControllerHelper/Abstract.php
  66. library/XenForo/Model/Thread.php
  67. library/WidgetFramework/Extend/Model/Thread.php
  68. library/XenForo/Model/Forum.php
  69. library/XenForo/Helper/String.php
  70. library/XenForo/Model/Post.php
  71. library/Asp/OnlineStatus/Model/AspPost.php
  72. library/XenForo/Model/Attachment.php
  73. library/XenForo/Model/Node.php
  74. library/Tapatalk/Model/Node.php
  75. library/XenForo/Route/Prefix/Categories.php
  76. library/XenForo/Route/Prefix/Forums.php
  77. library/XenForo/ControllerResponse/View.php
  78. library/XenForo/ControllerResponse/Abstract.php
  79. library/XenForo/Helper/Cookie.php
  80. library/XenForo/ViewRenderer/HtmlPublic.php
  81. library/XenForo/ViewRenderer/Abstract.php
  82. library/XenForo/Template/Public.php
  83. library/XenForo/Template/Abstract.php
  84. library/XenForo/ViewPublic/Thread/View.php
  85. library/XenForo/ViewPublic/Base.php
  86. library/XenForo/View.php
  87. library/XenForo/BbCode/Parser.php
  88. library/XenForo/BbCode/Formatter/Base.php
  89. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  90. library/KingK/BbCodeManager/Model/CustomBbCode.php
  91. library/XenForo/ViewPublic/Helper/Message.php
  92. library/XenForo/BbCode/TextWrapper.php
  93. library/XfRu/UserAlbums/EventListener/Template.php
  94. library/XenForo/Route/Prefix/Members.php
  95. library/Ragtek/NBM/StaticMethods.php
  96. library/XfRu/UserAlbums/EventListener/Tab.php
  97. library/XfRu/UserAlbums/Permissions.php
  98. library/XenStaff/Addtab.php
  99. library/XenForo/Template/FileHandler.php
  100. library/XenForo/Helper/File.php
  101. internal_data/templates/S.2,L.2,thread_view.php
  102. library/Tapatalk/EventListener/Hook.php
  103. library/XfRu/Birthdays/EventListener/Template.php
  104. library/QuickReplyInsertUsername/Listener/TemplateHook.php
  105. library/XfRu/UserAlbums/Model/Albums.php
  106. library/XfRu/UserAlbums/Model/Images.php
  107. library/xtop/js/xtop.php
  108. library/AD/Listener.php
  109. library/NewPubs/Listener.php
  110. library/MandatoryLocation/Listener/TemplateHook.php
  111. library/XenForo/Route/Prefix/Posts.php
  112. library/XenForo/Model/Avatar.php
  113. library/XenForo/Model/Session.php
  114. internal_data/templates/S.2,L.2,message_user_online.php
  115. library/Tapatalk/Listener/TemplatePostRender.php
  116. library/XenForo/ViewPublic/Helper/User.php
  117. library/XenForo/Model/UserField.php
  118. library/XenForo/Helper/Criteria.php
  119. library/XenForo/Debug.php
  120. internal_data/templates/S.2,L.2,PAGE_CONTAINER.php
  121. mobiquo/smartbanner/head.inc.php
  122. library/XenForo/ViewRenderer/Json.php