Page Time: 0.1201s

Memory: 2.6026 MB (Peak: 9.1928 MB)

Queries (13, time: 0.0791s, 65.8%)

  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.000689
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   33Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xfr_qa_section
    WHERE section_id = ?
    Params: 1
    Run Time: 0.000400
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfr_qa_sectionconstPRIMARYPRIMARY4const1 
  4. SELECT user.*
    	,
    	user_profile.*
    FROM xf_user AS user
    
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = user.user_id)
    WHERE user.user_id IN ('50512', '50866')
    ORDER BY user.username
    Run Time: 0.000702
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 2Using where; Using filesort
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4krainamaystriv.user.user_id1 
  5. SELECT COUNT(*) AS cnt
    FROM xfr_qa_question
    WHERE section_id = ?
     AND message_state = 'visible'
    Params: 1
    Run Time: 0.000852
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfr_qa_questionrefsection_idsection_id4const216Using where
  6. SELECT q.*,
    	user.avatar_date AS user_avatar_date,
    	user.avatar_width AS user_avatar_width,
    	user.avatar_height AS user_avatar_height,
    	user.gravatar AS user_gravatar,
    	manager.username AS manager_username,
    	manager.avatar_date AS manager_avatar_date,
    	manager.avatar_width AS manager_avatar_width,
    	manager.avatar_height AS manager_avatar_height,
    	manager.gravatar AS manager_gravatar
    FROM xfr_qa_question AS q
    LEFT JOIN xf_user AS user ON user.user_id = q.user_id
    LEFT JOIN xf_user AS manager ON manager.user_id = q.answered_by
    WHERE section_id = 1 AND message_state = 'visible' ORDER BY question_date DESC  LIMIT 10 OFFSET 30
    Run Time: 0.001834
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEqrefsection_idsection_id4const216Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4krainamaystriv.q.user_id1 
    SIMPLEmanagereq_refPRIMARYPRIMARY4krainamaystriv.q.answered_by1 
  7. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1713512120)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.014398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 1754Using where
    SIMPLEusereq_refPRIMARYPRIMARY4krainamaystriv.session_activity.user_id1 
  8. SELECT *
    FROM xfr_qa_category
    WHERE section_id = ?
    Params: 1
    Run Time: 0.000385
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExfr_qa_categoryALLsection_id   6Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d486f0b6004906f9bbe4de41ebbb1b13, , 1713518720
    Run Time: 0.058090
  10. 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, , , XfRu_QA_ControllerPublic_Sections, ViewSection, valid, section_id=1, 1713515120,
    Run Time: 0.000254
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'xfr_qa_view_section', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000551
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 9Using where
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('siropu_easy_user_ban_nav_link')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  13. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MinimalismToTop_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000368
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (113, XenForo Classes: 50)

  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/XenForo/Router.php
  33. library/XenForo/Route/Filter.php
  34. library/XenForo/Route/Interface.php
  35. library/XenForo/Route/ResponseSuffix.php
  36. library/XenForo/Route/Prefix.php
  37. library/XfRu/QA/Route/Prefix/Sections.php
  38. library/XenForo/RouteMatch.php
  39. library/XfRu/QA/ControllerPublic/Sections.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/Dark/Duplicate/EventListener/LoadClassController.php
  43. library/XfRu/MergeDoubleUserPost/EventListener/Thread.php
  44. library/FirstPostOnAllPages/EventListener/Thread.php
  45. library/TMS/Listener.php
  46. library/Tapatalk/Listener/LoadClassModel.php
  47. library/Siropu/EasyUserBan/Listener.php
  48. library/ExternalExtended/Listener.php
  49. library/XenForo/Input.php
  50. library/XenForo/Session.php
  51. library/XenForo/Helper/Ip.php
  52. library/XenForo/Visitor.php
  53. library/XenForo/Model/User.php
  54. library/FirstPostOnAllPages/EventListener/Post.php
  55. library/Minimalism/OnlineStatus/Plugin.php
  56. library/ImageWatermarking/Listener/LoadClassModel.php
  57. library/XenForo/Permission.php
  58. library/XenForo/Helper/Php.php
  59. library/XenForo/Phrase.php
  60. library/XenForo/Locale.php
  61. library/XfRu/QA/Permissions.php
  62. library/XenForo/ControllerResponse/Reroute.php
  63. library/XenForo/ControllerResponse/Abstract.php
  64. library/Tapatalk/Listener/ControllerPostDispatch.php
  65. library/XfRu/QA/Model/Sections.php
  66. library/XfRu/QA/Model/Questions.php
  67. library/XenForo/Model/Session.php
  68. library/XfRu/QA/Model/Categories.php
  69. library/XenForo/ControllerResponse/View.php
  70. library/XenForo/Helper/Cookie.php
  71. library/XenForo/ViewRenderer/HtmlPublic.php
  72. library/XenForo/ViewRenderer/Abstract.php
  73. library/XenForo/Template/Public.php
  74. library/XenForo/Template/Abstract.php
  75. library/kmAds/Listener/FrontControllerPreView.php
  76. library/AdvertisingMessages/Listener.php
  77. library/AdvertisingMessages/Core.php
  78. library/XfRu/QA/ViewPublic/ViewSection.php
  79. library/XenForo/ViewPublic/Base.php
  80. library/XenForo/View.php
  81. library/XenForo/BbCode/Parser.php
  82. library/XenForo/BbCode/Formatter/Base.php
  83. library/XfRu/MergeDoubleUserPost/EventListener/BbCode.php
  84. library/XfRu/MergeDoubleUserPost/BbCode/Formatter/Base.php
  85. library/AdvertisingMessages/BbCode/Formatter/Base.php
  86. library/XenForo/BbCode/TextWrapper.php
  87. library/XfRu/UserAlbums/EventListener/Template.php
  88. library/LNBlog/Listener/TemplateHook.php
  89. library/XenForo/Route/Prefix/Members.php
  90. library/XfRu/UserAlbums/EventListener/Tab.php
  91. library/XfRu/UserAlbums/Permissions.php
  92. library/XfRu/QA/EventListener/Tab.php
  93. library/LNBlog/Listener/NavTab.php
  94. library/Tapatalk/Listener/TemplatePostRender.php
  95. library/XenForo/Model/Avatar.php
  96. library/XenForo/Helper/String.php
  97. library/XenForo/Helper/Criteria.php
  98. library/XenForo/Debug.php
  99. library/Tapatalk/EventListener/Hook.php
  100. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  101. library/XenForo/Model/Forum.php
  102. library/XenForo/Model/Node.php
  103. library/Tapatalk/Model/Node.php
  104. mobiquo/smartbanner/head.inc.php
  105. library/XfRu/Birthdays/EventListener/Template.php
  106. library/kmAds/Listener/TemplateHook.php
  107. library/LNBlog/Model/Entry.php
  108. library/Minimalism/Listener.php
  109. library/Links/Linkfeed.php
  110. 3484a3918565ed791ca493b930948b673eab00d7/linkfeed.php
  111. library/Links/Sape.php
  112. 0df1a28fa3c8653ea70eceec64310ac3/sape.php
  113. library/XenForo/ViewRenderer/Json.php