Page Time: 0.1106s

Memory: 10.5177 MB (Peak: 12.2339 MB)

Queries (10, time: 0.0107s, 9.7%)

  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.000789
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryALLPRIMARY   32Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 55302204
    Run Time: 0.000419
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  4. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +подсветка +для +пнв
    Run Time: 0.003125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  5. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE post.post_id IN (133478, 132845, 129214, 126869, 125800, 125778, 124028, 120565, 120564, 120554, 120551, 120086, 116043, 116037, 116036, 115505, 115503, 115500, 115494, 115404, 111627, 111366, 111142, 109406, 108159, 108147, 106627, 106010, 105957, 104793, 104786, 104661, 103536, 103535, 102674, 101781, 101773, 101764, 101758, 101431, 98287, 96939, 91045, 91017, 90825, 89996, 89323, 87817, 86465, 85903, 85370, 81618, 21639, 70041, 69208, 69207, 69206, 69205, 69204, 69203, 69202, 69201, 29468, 50332, 65294, 65289, 65288, 65279, 63758, 62007, 63750, 64347, 63961, 63956, 6472, 17832, 56868, 6280, 60967, 56833, 56831, 45891, 45883, 45879, 48456, 14686, 14685, 56670, 55854, 5917, 47800, 47798, 47111, 24386, 45873, 43731, 4203, 4200, 42658, 40134, 20909, 34603, 28224, 68538, 34347, 31348, 29258, 29256, 20886, 8323, 18924, 24373, 24372, 22054)
    Run Time: 0.003683
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 114Using where
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4ih54800_lasers.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4ih54800_lasers.thread.node_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4ih54800_lasers.post.user_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,ih54800_lasers.thread.node_id1Using where
  6. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE thread.thread_id IN (5536, 3189, 2545, 1914, 1686, 222)
    Run Time: 0.001042
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 6Using where
    SIMPLEusereq_refPRIMARYPRIMARY4ih54800_lasers.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4ih54800_lasers.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4ih54800_lasers.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,ih54800_lasers.thread.node_id1Using where
  7. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.username LIKE 'подсветка для пнв%') AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.username
     LIMIT 10
    Run Time: 0.000516
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeusername,user_stateusername152 1Using index condition; Using where
  8. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('following_words_were_not_included_in_your_search_x')
    Params: 2
    Run Time: 0.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  9. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["post",133478],["post",132845],["post",129214],["post",126869],["post",125800],["post",125778],["post",124028],["post",120565],["post",120564],["post",120554],["post",120551],["post",120086],["post",116043],["post",116037],["post",116036],["post",115505],["post",115503],["post",115500],["post",115494],["thread",5536],["post",111627],["post",111366],["post",111142],["post",109406],["post",108159],["post",108147],["post",106627],["post",106010],["post",105957],["post",104793],["post",104786],["post",104661],["post",103536],["post",103535],["post",102674],["post",101781],["post",101773],["post",101764],["post",101758],["post",101431],["thread",3189],["post",96939],["post",91045],["post",91017],["post",90825],["post",89996],["post",89323],["post",87817],["post",86465],["post",85903],["post",85370],["thread",2545],["post",70041],["post",69208],["post",69207],["post",69206],["post",69205],["post",69204],["post",69203],["post",69202],["thread",1914],["post",29468],["post",50332],["post",65294],["post",65289],["post",65288],["thread",1686],["post",63758],["post",62007],["post",63750],["post",64347],["post",63961],["post",63956],["post",6472],["post",17832],["post",56868],["post",6280],["post",60967],["post",56833],["post",56831],["post",45891],["post",45883],["post",45879],["post",14686],["post",14685],["post",56670],["post",55854],["post",5917],["post",47800],["post",47798],["post",47111],["post",24386],["post",45873],["post",43731],["post",4203],["post",4200],["post",42658],["post",40134],["post",20909],["post",34603],["post",28224],["post",68538],["post",34347],["post",31348],["post",29258],["post",29256],["post",20886],["post",8323],["post",18924],["post",24373],["post",24372],["thread",222]], 112, , подсветка для пнв, [], date, 0, , {"keywords":"\u0421\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043b\u043e\u0432\u0430 \u0431\u044b\u043b\u0438 \u0438\u0441\u043a\u043b\u044e\u0447\u0435\u043d\u044b \u0438\u0437 \u0442\u0435\u043a\u0441\u0442\u0430 \u0434\u043b\u044f \u043f\u043e\u0438\u0441\u043a\u0430, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u043d\u0438 \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u043a\u043e\u0440\u043e\u0442\u043a\u0438\u0435, \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0434\u043b\u0438\u043d\u043d\u044b\u0435 \u0438\u043b\u0438 \u0432\u0441\u0442\u0440\u0435\u0447\u0430\u044e\u0442\u0441\u044f \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0447\u0430\u0441\u0442\u043e: \u0434\u043b\u044f, \u043f\u043d\u0432"}, 0, 1715487398, 4fb9eb234c19c71e0ef7427ac7a629e8
    Run Time: 0.000262
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 46ff7c70e1b40e2423830f2f513b7a51, a:7:{s:12:"sessionStart";i:1715487398;s:2:"ip";s:4:"Q";s:11:"sessionCsrf";s:16:"vXmg-wnpPmvgCTIg";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1574415124;}}, 1715490998
    Run Time: 0.000326

Included Files (71, 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/XenForo/Route/Prefix/Search.php
  38. library/XenForo/RouteMatch.php
  39. library/XenForo/ControllerPublic/Search.php
  40. library/XenForo/ControllerPublic/Abstract.php
  41. library/XenForo/Controller.php
  42. library/ExternalExtended/Listener.php
  43. library/XenForo/Input.php
  44. library/XenForo/Session.php
  45. library/XenForo/Helper/Ip.php
  46. library/XenForo/Visitor.php
  47. library/XenForo/Model/User.php
  48. library/XenForo/Permission.php
  49. library/XenForo/Helper/Php.php
  50. library/XenForo/Phrase.php
  51. library/XenForo/Locale.php
  52. library/XenForo/ControllerResponse/Reroute.php
  53. library/XenForo/ControllerResponse/Abstract.php
  54. library/XenForo/Model/Search.php
  55. library/XenForo/Search/Searcher.php
  56. library/XenForo/Search/SourceHandler/Abstract.php
  57. library/XenForo/Search/SourceHandler/MySqlFt.php
  58. library/XenForo/Search/DataHandler/Post.php
  59. library/XenForo/Search/DataHandler/Abstract.php
  60. library/XenForo/Search/DataHandler/Thread.php
  61. library/XenForo/Model/Post.php
  62. library/XenForo/Model/Thread.php
  63. library/XenForo/Model/Forum.php
  64. library/XenForo/Db.php
  65. library/XenForo/ControllerResponse/Redirect.php
  66. library/XenForo/Helper/Cookie.php
  67. library/XenForo/ViewRenderer/HtmlPublic.php
  68. library/XenForo/ViewRenderer/Abstract.php
  69. library/XenForo/Template/Public.php
  70. library/XenForo/Template/Abstract.php
  71. library/XenForo/Debug.php