Page Time: 0.0748s

Memory: 10.5686 MB (Peak: 10.8639 MB)

Queries (7, time: 0.0036s, 4.9%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.001798
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000241
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. 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: 55
    Run Time: 0.000478
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  6. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
                `forum_form`.`form_id` AS `lpsf_form_id`,
    `forum_form`.`forum_form_id` AS `lpsf_forum_form_id`,
    `forum_form`.`button_text` AS `lpsf_button_text`,
    `forum_form`.`replace_button` AS `lpsf_replace_button`
    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)
                LEFT JOIN `lpsf_forum_form` AS `forum_form` ON
                    (`forum_form`.`forum_id` = `forum`.`node_id`)
    WHERE node.node_id = ?
    Params: 54
    Run Time: 0.000540
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
    SIMPLEforum_formALL    6Using where
  7. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a17df0c2a98006287457599adaf98333, , 1710833590
    Run Time: 0.000206

Included Files (101, XenForo Classes: 46)

  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/Brivium/ModernStatistic/EventListeners/Listener.php
  33. library/Brivium/BriviumHelper/EventListeners.php
  34. library/Brivium/BriviumHelper/1020171/EventListeners.php
  35. library/RmThreadReassign/Listener.php
  36. library/Exile/ColorThreads/Listener.php
  37. library/Brivium/ModernStatistic/ModernStatistic.php
  38. library/Brivium/ProfileCover/EventListeners/Listener.php
  39. library/XenResource/Listener/Proxy.php
  40. library/EWRporta2/Listener/Init.php
  41. library/Siropu/AdsManager/Listener.php
  42. library/XenForo/Router.php
  43. library/XenForo/Route/Filter.php
  44. library/XenForo/Route/Interface.php
  45. library/XenForo/Route/ResponseSuffix.php
  46. library/XenForo/Route/Prefix.php
  47. library/XenForo/Route/Prefix/Threads.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Thread.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Awedo/PostAreas/Listener/LoadClassController.php
  53. library/Nobita/ImageOptimizer/Listener.php
  54. library/WMTech/DoublePost/Listener.php
  55. library/EWRporta2/Listener/Controller.php
  56. library/ChangeThreadStarter/Listener.php
  57. library/Brivium/ModernStatistic/ControllerPublic/Thread.php
  58. library/Siropu/AdsManager/ControllerPublic/Thread.php
  59. library/WMTech/DoublePost/ControllerPublic/Thread.php
  60. library/EWRporta2/ControllerPublic/Thread.php
  61. library/ChangeThreadStarter/ControllerPublic/Thread.php
  62. library/XenForo/Input.php
  63. library/XenForo/Session.php
  64. library/XenForo/Helper/Ip.php
  65. library/XenForo/Visitor.php
  66. library/XenForo/Model/User.php
  67. library/EWRporta2/Listener/Model.php
  68. library/Brivium/ModernStatistic/Model/User.php
  69. library/XenResource/Listener/Proxy/ModelUser.php
  70. library/EWRporta2/Model/User.php
  71. library/XenForo/Permission.php
  72. library/XenForo/Helper/Php.php
  73. library/XenForo/Phrase.php
  74. library/XenForo/Locale.php
  75. library/EWRporta2/Model/Perms.php
  76. library/UnreadPostCount/Listener.php
  77. library/XenForo/ControllerHelper/ForumThreadPost.php
  78. library/XenForo/ControllerHelper/Abstract.php
  79. library/XenForo/Model/Thread.php
  80. library/RmThreadReassign/Model/Thread.php
  81. library/Brivium/ModernStatistic/Model/Thread.php
  82. library/Exile/ColorThreads/Extend/Model/Thread.php
  83. library/UnreadPostCount/Model/Thread.php
  84. library/XenForo/Model/Forum.php
  85. library/LiquidPro/SimpleForms/Listener/Proxy.php
  86. library/Brivium/ModernStatistic/Model/Forum.php
  87. library/LiquidPro/SimpleForms/Listener/Proxy/ModelForum.php
  88. library/XenForo/Helper/String.php
  89. library/XenForo/Helper/Discussion.php
  90. library/XenForo/Model/Post.php
  91. library/EWRporta2/Model/Post.php
  92. library/XenForo/ControllerResponse/Redirect.php
  93. library/XenForo/ControllerResponse/Abstract.php
  94. library/XenForo/ControllerResponse/Exception.php
  95. library/XenForo/Helper/Cookie.php
  96. library/XenResource/Listener/Template.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/XenForo/Debug.php