Page Time: 0.0200s

Memory: 2.7085 MB (Peak: 2.7214 MB)

Queries (4, time: 0.0008s, 3.8%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		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: 173280
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. 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: 17
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 52a57c49143572e7615761424fb30552, , 1710820424
    Run Time: 0.000177

Included Files (120, XenForo Classes: 45)

  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/Threads.php
  47. library/XenForo/RouteMatch.php
  48. library/XenForo/ControllerPublic/Thread.php
  49. library/XenForo/ControllerPublic/Abstract.php
  50. library/XenForo/Controller.php
  51. library/Waindigo/CustomFields/Listener/LoadClass.php
  52. library/Waindigo/Listener/LoadClass.php
  53. library/Waindigo/Listener/LoadClass/20141202.php
  54. library/Vinavb/CustomNodeIcon/Listener.php
  55. library/GritterNotifications/Listener.php
  56. library/DigitalPointAdPositioning/Listener/LoadClassControllerPublic/Thread.php
  57. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Thread.php
  58. library/UserEss/ControllerPublic/Thread.php
  59. library/Bookmarks/ControllerPublic/Thread.php
  60. library/DigitalPointAdPositioning/ControllerPublic/Thread.php
  61. library/XenForo/Input.php
  62. library/XenForo/Session.php
  63. library/Zend/Db.php
  64. library/Zend/Db/Adapter/Mysqli.php
  65. library/Zend/Db/Adapter/Abstract.php
  66. library/Zend/Db/Select.php
  67. library/Zend/Db/Expr.php
  68. library/Zend/Db/Profiler.php
  69. library/Zend/Db/Statement/Mysqli.php
  70. library/Zend/Db/Statement.php
  71. library/Zend/Db/Statement/Interface.php
  72. library/XenForo/Helper/Ip.php
  73. library/XenForo/Visitor.php
  74. library/XenForo/Model/User.php
  75. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  76. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  77. library/Dark/PostRating/Model/User.php
  78. library/XenCentral/Trade/Model/XfUser.php
  79. library/Zend/Db/Profiler/Query.php
  80. library/XenForo/Permission.php
  81. library/XenForo/Helper/Php.php
  82. library/XenForo/Phrase.php
  83. library/XenForo/Locale.php
  84. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  85. library/Waindigo/Listener/VisitorSetup.php
  86. library/Waindigo/Listener/VisitorSetup/20130615.php
  87. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  88. library/Waindigo/InstallUpgrade/Listener/ControllerPreDispatch.php
  89. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  90. library/XenForo/ControllerHelper/ForumThreadPost.php
  91. library/XenForo/ControllerHelper/Abstract.php
  92. library/XenForo/Model/Thread.php
  93. library/Waindigo/LastPostAvatar/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/Model/Post.php
  104. library/UserEss/Model/Post.php
  105. library/Dark/PostRating/Model/Post.php
  106. library/XenCentral/Trade/Model/Post.php
  107. library/Bookmarks/Model/Post.php
  108. library/XenForo/ControllerResponse/Redirect.php
  109. library/XenForo/ControllerResponse/Abstract.php
  110. library/XenForo/ControllerResponse/Exception.php
  111. library/XenForo/Helper/Cookie.php
  112. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  113. library/Tapatalk/Listener/ControllerPostDispatch.php
  114. library/NFLJ/Showcase/Listener/Template.php
  115. library/XenForo/ViewRenderer/HtmlPublic.php
  116. library/XenForo/ViewRenderer/Abstract.php
  117. library/XenForo/Template/Public.php
  118. library/XenForo/Template/Abstract.php
  119. library/XenCentral/Framework/Navigation/Admin.php
  120. library/XenForo/Debug.php