Page Time: 0.1459s

Memory: 4.5675 MB (Peak: 5.0268 MB)

Queries (12, time: 0.0043s, 2.9%)

  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.000355
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_data_registry range PRIMARY PRIMARY 27   26 Using where
  2. SELECT session_data
    FROM xf_session
    WHERE session_id = ?
            AND expiry_date >= ?
    Params: c60a9420c5fde95aefc698ea4129c567, 1441851905
    Run Time: 0.000532
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_session const PRIMARY,expiry_date PRIMARY 34 const 1  
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000115
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_permission_combination const PRIMARY PRIMARY 4 const 1  
  4. SELECT node.*, forum.*
            ,
            permission.cache_value AS node_permission_cache,
                    NULL AS forum_read_date,
                    0 AS forum_is_watched
    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: 207
    Run Time: 0.000368
    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 COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 207) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000521
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE thread ref node_id_last_post_date,node_id_sticky_state_last_post node_id_sticky_state_last_post 6 const,const,const 12 Using where; Using index
  6. SELECT thread.*
            ,
            user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
            NULL AS thread_read_date,
            0 AS thread_is_watched,
            0 AS user_post_count
    FROM xf_thread AS thread 
    
            LEFT JOIN xf_user AS user ON
                    (user.user_id = thread.user_id)
    WHERE (thread.node_id = 207) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.000777
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE thread ref node_id_last_post_date,node_id_sticky_state_last_post node_id_sticky_state_last_post 6 const,const,const 12 Using where
    SIMPLE user eq_ref PRIMARY PRIMARY 4 infiniti_db.thread.user_id 1  
  7. SELECT thread.*
            ,
            user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
            NULL AS thread_read_date,
            0 AS thread_is_watched,
            0 AS user_post_count
    FROM xf_thread AS thread 
    
            LEFT JOIN xf_user AS user ON
                    (user.user_id = thread.user_id)
    WHERE (thread.node_id = 207) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000608
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE thread ref node_id_last_post_date,node_id_sticky_state_last_post node_id_sticky_state_last_post 6 const,const,const 1 Using where
    SIMPLE user eq_ref PRIMARY PRIMARY 4 infiniti_db.thread.user_id 1  
  8. SELECT *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
             AND display_in_list = 1
    ORDER BY lft ASC
    Params: 34, 51
    Run Time: 0.000203
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_node ref lft,display_in_list display_in_list 1 const 11 Using where
  9. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
            AND content_type = 'node'
    Params: 1
    Run Time: 0.000185
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE xf_permission_cache_content ref PRIMARY PRIMARY 31 const,const 150 Using where
  10. SELECT forum.*
            ,
                    NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (85, 83, 86, 88, 84, 87, 89, 280)
    Run Time: 0.000241
    Select Type Table Type Possible Keys Key Key Len Ref Rows Extra
    SIMPLE node range PRIMARY PRIMARY 4   8 Using where; Using index
    SIMPLE forum eq_ref PRIMARY PRIMARY 4 infiniti_db.node.node_id 1  
  11. UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'c60a9420c5fde95aefc698ea4129c567')
    Params: 1441855505
    Run Time: 0.000244
  12. 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, 2927748163, 2927748163, XenForo_ControllerPublic_Forum, Forum, valid, node_id=207, 1441851905, alexa
    Run Time: 0.000130

Included Files (110, XenForo Classes: 58)

  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/Forums.php
  51. library/XenForo/RouteMatch.php
  52. library/XenForo/ControllerPublic/Forum.php
  53. library/XenForo/ControllerPublic/Abstract.php
  54. library/XenForo/Controller.php
  55. library/KingK/BbCodeManager/EventListener/BbCode.php
  56. library/XenForo/Session.php
  57. library/XenForo/Visitor.php
  58. library/XenForo/Model/User.php
  59. library/XenForo/Permission.php
  60. library/XenForo/Phrase.php
  61. library/XenForo/Locale.php
  62. library/XenForo/ControllerResponse/Reroute.php
  63. library/XenForo/ControllerResponse/Abstract.php
  64. library/XenForo/ControllerHelper/ForumThreadPost.php
  65. library/XenForo/ControllerHelper/Abstract.php
  66. library/XenForo/Model/Forum.php
  67. library/XenForo/Model/Thread.php
  68. library/WidgetFramework/Extend/Model/Thread.php
  69. library/XenForo/Helper/String.php
  70. library/XenForo/Helper/Discussion.php
  71. library/XenForo/Model/Node.php
  72. library/Tapatalk/Model/Node.php
  73. library/XenForo/NodeHandler/Forum.php
  74. library/XenForo/NodeHandler/Abstract.php
  75. library/XenForo/Route/Prefix/Categories.php
  76. library/XenForo/ControllerResponse/View.php
  77. library/XenForo/ViewRenderer/HtmlPublic.php
  78. library/XenForo/ViewRenderer/Abstract.php
  79. library/XenForo/Template/Public.php
  80. library/XenForo/Template/Abstract.php
  81. library/XenForo/ViewPublic/Forum/View.php
  82. library/XenForo/ViewPublic/Base.php
  83. library/XenForo/View.php
  84. library/XenForo/ViewPublic/Helper/Node.php
  85. library/XfRu/UserAlbums/EventListener/Template.php
  86. library/XenForo/Route/Prefix/Members.php
  87. library/Ragtek/NBM/StaticMethods.php
  88. library/XfRu/UserAlbums/EventListener/Tab.php
  89. library/XfRu/UserAlbums/Permissions.php
  90. library/XenStaff/Addtab.php
  91. library/XenForo/Template/FileHandler.php
  92. library/XenForo/Helper/File.php
  93. internal_data/templates/S.2,L.2,forum_view.php
  94. library/Tapatalk/EventListener/Hook.php
  95. library/XfRu/Birthdays/EventListener/Template.php
  96. library/QuickReplyInsertUsername/Listener/TemplateHook.php
  97. library/XfRu/UserAlbums/Model/Albums.php
  98. library/XfRu/UserAlbums/Model/Images.php
  99. library/xtop/js/xtop.php
  100. library/AD/Listener.php
  101. internal_data/templates/S.2,L.2,node_forum_level_2.php
  102. library/XenForo/Route/Prefix/Posts.php
  103. library/Tapatalk/Listener/TemplatePostRender.php
  104. library/XenForo/Model/Avatar.php
  105. library/XenForo/Route/Prefix/Threads.php
  106. library/XenForo/Helper/Criteria.php
  107. library/XenForo/Debug.php
  108. internal_data/templates/S.2,L.2,PAGE_CONTAINER.php
  109. mobiquo/smartbanner/head.inc.php
  110. library/XenForo/ViewRenderer/Json.php