Page Time: 0.0995s

Memory: 11.7274 MB (Peak: 12.6444 MB)

Queries (33, time: 0.0107s, 10.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.000742
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000082
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  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,
    	IF(sticky_thread_order.display_order IS NULL, 1000, sticky_thread_order.display_order) AS sticky_display_order
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 20793
    Run Time: 0.000249
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  6. 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: 5
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.thread_id = ?
    	 AND (post.position >= 4420 AND post.position < 4440) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 20793
    Run Time: 0.000783
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 18Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22rassvet.post.user_id,func1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.post.post_id1 
    SIMPLEpr2eq_refpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8rassvet.post.post_id,const1 
  8. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (424543)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4rassvet.attachment.data_id1 
  9. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 20793
    Run Time: 0.000084
  10. SELECT post_id
    FROM xf_bookmark
    WHERE xf_bookmark.user_id = ?
    Params: 0
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_bookmarkindex post_user_id8 351Using where; Using index
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b18daa1e57c62ec053fe9513651ff074, , 1714117620
    Run Time: 0.000125
  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, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=20793&page=222, 1714114020,
    Run Time: 0.000086
  13. SELECT *
    FROM xf_related_content_cache
    WHERE content_id = ?
                    AND content_type = ?
    	AND expiry_date > ?
    Params: 20793, thread, 1714114020
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_related_content_cacheconstcontent_id_content_typecontent_id_content_type31const,const1 
  14. SELECT DISTINCT content_type, content_id
    FROM xf_tag_content
    WHERE tag_id IN (3611, 3498, 3615)
                    AND content_id <> ?
                    AND content_type IN ('node', 'post', 'thread')
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 5
    Params: 20793
    Run Time: 0.000359
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrangecontent_type_id_tag,tag_id_content_datetag_id_content_date4 28Using index condition; Using where; Using temporary; Using filesort
  15. 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,
    pr_cache.rating_cache,
    pr2.rating
    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)
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    WHERE post.post_id IN (461081, 460032, 455075, 454794, 454577)
    Run Time: 0.000541
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 5Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4rassvet.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4rassvet.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,rassvet.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.post.post_id1 
    SIMPLEpr2eq_refpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8rassvet.post.post_id,const1 
  16. INSERT INTO xf_related_content_cache
    	(content_id, content_type, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 20793, thread, 1714114020, 1714117620, [{"0":"post","1":461081,"content":{"post_id":461081,"thread_id":20793,"user_id":1307,"username":"Lion","post_date":1639165697,"message":"[QUOTE]\n[URL='https:\/\/www.linkedin.com\/in\/hugotouw024?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAB6jHSABFftN5eSXe9W3WNaExlTTriZ57k4']Hugo Touw\u2022 Intensivist Radboudumc MD PhD \u2022[\/URL]\n[LIST][*][URL='https:\/\/www.linkedin.com\/in\/hugotouw024?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAB6jHSABFftN5eSXe9W3WNaExlTTriZ57k4'][\/URL]\nHet laten verlopen van de QR code bij alle dubbel gevaccineerden, is dat nu wel zo\u2019n goed idee?\n\nBrengen we daarmee niet nog meer mensen onder dwang? Juist ook mensen die uiteindelijk toch 2 prikken genomen hebben uit solidariteit? En wordt daarmee niet werkelijkheid dat het niet ophoudt met dwang (juist de reden dat velen ook niet 1e en 2e zijn gaan halen)?\n\nDe hoge vaccinatie graad van twee prikken moeten we koesteren. De bescherming tegen ernstig beloop COVID vaart gelukkig op geheugen immuniteit. De bescherming tegen besmetting neemt inderdaad wel af. Dus de booster is belangrijk, zie post Maurice van Den Bosch met data NEJM vandaag: [URL]https:\/\/lnkd.in\/eTpMNi8C[\/URL]. Voor met name ouderen en kwetsbaren is de [URL='https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=booster&highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6874618649513136128'][HASHTAG]#booster[\/HASHTAG][\/URL] essentieel en voor andere mensen ook belangrijk voor de gezondheid.\n\nIs de beoogde gezondheidswinst van een hogere booster graad onder dwang (bovenop de te verwachten hoge opkomst voor vrijwillige booster) gerechtvaardigd? Laat het nemen van de booster vrij aan mensen en verbind nu geen consequentie aan de geldigheid van de QR code. En richt de pijlen op algemene Corona maatregelen die besmettingen voorkomen en het vergroten zorgcapaciteit in deze tijden van opvlamming van de pandemie.\n\nLaten we ons vooral ook richten op de lange termijn, op het cre\u00ebren van gezondheid en het afwenden [URL='https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=klimaatcrisis&highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6874618649513136128'][HASHTAG]#klimaatcrisis[\/HASHTAG][\/URL]. Er zijn wereldwijd echt grotere problemen dan COVID. Maar om zelfs wereldwijd over COVID te beginnen; de vaccins die wij hier onder dwang zouden willen gaan zetten? Die zouden anderen moeten toe komen (als wij de productie niet weten te vergroten). En juist dit zouden wij moeten afdwingen bij onze leiders.\n\nIk zie (en hoor) op straat dat onder de vaccinatie dwang de polarisatie toeneemt en het vertrouwen in de overheid juist af. Terwijl er zoveel te doen staat wat nog veel meer draagvlak van ons vraagt.\nEn zijn er niet andere manieren te bedenken om [URL='https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=covid&highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6874618649513136128'][HASHTAG]#COVID[\/HASHTAG][\/URL] onder controle te brengen? Maatregelen die onze gezondheid en vrijheid op de lange termijn behouden? In welke wereld willen wij leven? Het fundamentele debat dat Femke Halsema voorstelde lijkt mij broodnodig.\n\nDank aan [URL='https:\/\/www.linkedin.com\/in\/ACoAAAiyqfUB3ZSSKdhQAYQqYtHHRXaL5BE76ds']Hans Westgeest[\/URL] voor meelezen.[\/LIST]\n[\/QUOTE]","ip_id":1563426,"message_state":"visible","attach_count":0,"position":14154,"likes":0,"like_users":"a:0:{}","warning_id":0,"warning_message":"","last_edit_date":0,"last_edit_user_id":0,"edit_count":0,"node_id":5,"title":"2020: \u042d\u043f\u0438\u0434\u0435\u043c\u0438\u044f COVID-19","reply_count":16141,"view_count":1087621,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":414197,"first_post_likes":0,"last_post_date":1708642833,"last_post_id":479369,"last_post_user_id":1581,"last_post_username":"stu","prefix_id":0,"tags":"a:3:{i:3611;a:2:{s:3:\"tag\";s:5:\"covid\";s:7:\"tag_url\";s:5:\"covid\";}i:3498;a:2:{s:3:\"tag\";s:7:\"covid19\";s:7:\"tag_url\";s:7:\"covid19\";}i:3615;a:2:{s:3:\"tag\";s:22:\"\u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\";s:7:\"tag_url\";s:11:\"koronavirus\";}}","thread_user_id":6929,"thread_username":"telix74","thread_post_date":1583502739,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","email":"konstantin5000@hotmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":3747,"conversations_unread":0,"register_date":1131547057,"last_activity":1714070352,"trophy_points":214,"alerts_unread":0,"avatar_date":1452199878,"avatar_width":192,"avatar_height":198,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":598,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598617247,"terms_accepted":1598617254,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"rating":null,"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"canInlineMod":false,"canEdit":false,"canViewHistory":false,"canDelete":false,"canLike":false,"canReport":false,"canWarn":false,"isFirst":false,"isDeleted":false,"isModerated":false,"isNew":false,"isOnline":null,"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"canCleanSpam":false,"canViewDeleted":false,"canViewReason":"1","postrating_likes":0}},{"0":"post","1":460032,"content":{"post_id":460032,"thread_id":20793,"user_id":1307,"username":"Lion","post_date":1637879554,"message":"[QUOTE]Portugal, one of the most vaccinated countries in the world, declares state of emergency and imposes new restrictions to curb the sudden surge of [URL='https:\/\/mobile.twitter.com\/hashtag\/COVID19?src=hashtag_click'][HASHTAG]#COVID19[\/HASHTAG][\/URL] cases.[\/QUOTE]","ip_id":1558509,"message_state":"visible","attach_count":0,"position":13499,"likes":0,"like_users":"a:0:{}","warning_id":0,"warning_message":"","last_edit_date":0,"last_edit_user_id":0,"edit_count":0,"node_id":5,"title":"2020: \u042d\u043f\u0438\u0434\u0435\u043c\u0438\u044f COVID-19","reply_count":16141,"view_count":1087621,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":414197,"first_post_likes":0,"last_post_date":1708642833,"last_post_id":479369,"last_post_user_id":1581,"last_post_username":"stu","prefix_id":0,"tags":"a:3:{i:3611;a:2:{s:3:\"tag\";s:5:\"covid\";s:7:\"tag_url\";s:5:\"covid\";}i:3498;a:2:{s:3:\"tag\";s:7:\"covid19\";s:7:\"tag_url\";s:7:\"covid19\";}i:3615;a:2:{s:3:\"tag\";s:22:\"\u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\";s:7:\"tag_url\";s:11:\"koronavirus\";}}","thread_user_id":6929,"thread_username":"telix74","thread_post_date":1583502739,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","email":"konstantin5000@hotmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":3747,"conversations_unread":0,"register_date":1131547057,"last_activity":1714070352,"trophy_points":214,"alerts_unread":0,"avatar_date":1452199878,"avatar_width":192,"avatar_height":198,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":598,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598617247,"terms_accepted":1598617254,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"rating":null,"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"canInlineMod":false,"canEdit":false,"canViewHistory":false,"canDelete":false,"canLike":false,"canReport":false,"canWarn":false,"isFirst":false,"isDeleted":false,"isModerated":false,"isNew":false,"isOnline":null,"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"canCleanSpam":false,"canViewDeleted":false,"canViewReason":"1","postrating_likes":0}},{"0":"post","1":455075,"content":{"post_id":455075,"thread_id":20793,"user_id":1307,"username":"Lion","post_date":1630484349,"message":"[QUOTE]Israel, one of the most vaccinated countries in the world, registered close to 11,000 [URL='https:\/\/twitter.com\/hashtag\/COVID19?src=hashtag_click'][HASHTAG]#COVID19[\/HASHTAG][\/URL] cases on Monday, the Health Ministry reported today, marking a new record since the start of the pandemic (JPost)[\/QUOTE]","ip_id":1532075,"message_state":"visible","attach_count":0,"position":11183,"likes":0,"like_users":"a:0:{}","warning_id":0,"warning_message":"","last_edit_date":0,"last_edit_user_id":0,"edit_count":0,"node_id":5,"title":"2020: \u042d\u043f\u0438\u0434\u0435\u043c\u0438\u044f COVID-19","reply_count":16141,"view_count":1087621,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":414197,"first_post_likes":0,"last_post_date":1708642833,"last_post_id":479369,"last_post_user_id":1581,"last_post_username":"stu","prefix_id":0,"tags":"a:3:{i:3611;a:2:{s:3:\"tag\";s:5:\"covid\";s:7:\"tag_url\";s:5:\"covid\";}i:3498;a:2:{s:3:\"tag\";s:7:\"covid19\";s:7:\"tag_url\";s:7:\"covid19\";}i:3615;a:2:{s:3:\"tag\";s:22:\"\u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\";s:7:\"tag_url\";s:11:\"koronavirus\";}}","thread_user_id":6929,"thread_username":"telix74","thread_post_date":1583502739,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","email":"konstantin5000@hotmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":3747,"conversations_unread":0,"register_date":1131547057,"last_activity":1714070352,"trophy_points":214,"alerts_unread":0,"avatar_date":1452199878,"avatar_width":192,"avatar_height":198,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":598,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598617247,"terms_accepted":1598617254,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":{"4":1},"rating":null,"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"canInlineMod":false,"canEdit":false,"canViewHistory":false,"canDelete":false,"canLike":false,"canReport":false,"canWarn":false,"isFirst":false,"isDeleted":false,"isModerated":false,"isNew":false,"isOnline":null,"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"canCleanSpam":false,"canViewDeleted":false,"canViewReason":"1","postrating_likes":0}},{"0":"post","1":454794,"content":{"post_id":454794,"thread_id":20793,"user_id":1307,"username":"Lion","post_date":1629978087,"message":"[QUOTE]JUST IN - Seven News reporter Denham Hitchcock is rushed to hospital with \"extremely rare\" inflammation of the heart after getting the Pfizer [URL='https:\/\/mobile.twitter.com\/hashtag\/COVID19?src=hashtag_click'][HASHTAG]#COVID19[\/HASHTAG][\/URL] shot.[\/QUOTE]\n\n[QUOTE]JUST IN - BBC presenter Lisa Shaw (44) died due to complications from the AstraZeneca [URL='https:\/\/mobile.twitter.com\/hashtag\/COVID19?src=hashtag_click'][HASHTAG]#COVID19[\/HASHTAG][\/URL] vaccine just over three weeks after the first dose, a coroner concluded today.[\/QUOTE]","ip_id":1530337,"message_state":"visible","attach_count":0,"position":11041,"likes":0,"like_users":"a:0:{}","warning_id":0,"warning_message":"","last_edit_date":0,"last_edit_user_id":0,"edit_count":2,"node_id":5,"title":"2020: \u042d\u043f\u0438\u0434\u0435\u043c\u0438\u044f COVID-19","reply_count":16141,"view_count":1087621,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":414197,"first_post_likes":0,"last_post_date":1708642833,"last_post_id":479369,"last_post_user_id":1581,"last_post_username":"stu","prefix_id":0,"tags":"a:3:{i:3611;a:2:{s:3:\"tag\";s:5:\"covid\";s:7:\"tag_url\";s:5:\"covid\";}i:3498;a:2:{s:3:\"tag\";s:7:\"covid19\";s:7:\"tag_url\";s:7:\"covid19\";}i:3615;a:2:{s:3:\"tag\";s:22:\"\u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\";s:7:\"tag_url\";s:11:\"koronavirus\";}}","thread_user_id":6929,"thread_username":"telix74","thread_post_date":1583502739,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","email":"konstantin5000@hotmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":3747,"conversations_unread":0,"register_date":1131547057,"last_activity":1714070352,"trophy_points":214,"alerts_unread":0,"avatar_date":1452199878,"avatar_width":192,"avatar_height":198,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":598,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598617247,"terms_accepted":1598617254,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"rating":null,"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"canInlineMod":false,"canEdit":false,"canViewHistory":false,"canDelete":false,"canLike":false,"canReport":false,"canWarn":false,"isFirst":false,"isDeleted":false,"isModerated":false,"isNew":false,"isOnline":null,"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"canCleanSpam":false,"canViewDeleted":false,"canViewReason":"1","postrating_likes":0}},{"0":"post","1":454577,"content":{"post_id":454577,"thread_id":20793,"user_id":1307,"username":"Lion","post_date":1629478629,"message":"[QUOTE]JUST IN - Moderna stock falls pre-market on reports of U.S. probe into [URL='https:\/\/mobile.twitter.com\/hashtag\/COVID19?src=hashtag_click'][HASHTAG]#COVID19[\/HASHTAG][\/URL] vaccine for higher heart inflammation risk among young adults (WSJ)[\/QUOTE]\n[QUOTE]US Investigates Moderna Jab After Data Show 2.5x Higher Risk Of Heart Inflammation[\/QUOTE]","ip_id":1528525,"message_state":"visible","attach_count":0,"position":11022,"likes":0,"like_users":"a:1:{i:0;a:2:{s:7:\"user_id\";i:7126;s:8:\"username\";s:20:\"\u041c\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u043a\u0430\";}}","warning_id":0,"warning_message":"","last_edit_date":0,"last_edit_user_id":0,"edit_count":0,"node_id":5,"title":"2020: \u042d\u043f\u0438\u0434\u0435\u043c\u0438\u044f COVID-19","reply_count":16141,"view_count":1087621,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":414197,"first_post_likes":0,"last_post_date":1708642833,"last_post_id":479369,"last_post_user_id":1581,"last_post_username":"stu","prefix_id":0,"tags":"a:3:{i:3611;a:2:{s:3:\"tag\";s:5:\"covid\";s:7:\"tag_url\";s:5:\"covid\";}i:3498;a:2:{s:3:\"tag\";s:7:\"covid19\";s:7:\"tag_url\";s:7:\"covid19\";}i:3615;a:2:{s:3:\"tag\";s:22:\"\u043a\u043e\u0440\u043e\u043d\u0430\u0432\u0438\u0440\u0443\u0441\";s:7:\"tag_url\";s:11:\"koronavirus\";}}","thread_user_id":6929,"thread_username":"telix74","thread_post_date":1583502739,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","email":"konstantin5000@hotmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":3747,"conversations_unread":0,"register_date":1131547057,"last_activity":1714070352,"trophy_points":214,"alerts_unread":0,"avatar_date":1452199878,"avatar_width":192,"avatar_height":198,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":598,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598617247,"terms_accepted":1598617254,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"rating":null,"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"canInlineMod":false,"canEdit":false,"canViewHistory":false,"canDelete":false,"canLike":false,"canReport":false,"canWarn":false,"isFirst":false,"isDeleted":false,"isModerated":false,"isNew":false,"isOnline":null,"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"canCleanSpam":false,"likeUsers":[{"user_id":7126,"username":"\u041c\u0430\u0440\u0433\u0430\u0440\u0438\u0442\u043a\u0430"}],"canViewDeleted":false,"canViewReason":"1","postrating_likes":1}}]
    Run Time: 0.002976
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'doublepost_bb_code_tag', 'conversationpost_post', 'conversationpost_userinfo', 'wf_widget_wrapper', 'related_content_results', 'tinhte_xentag_widget_related_threads', 'thread_view', 'notice_cookies', 'EWRatendo_Navtabs', 'modess_moderator_bar_mod_log_counts', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000735
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 35Using index condition
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  19. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_799c653963d8d8dd6db44', 'wfc__1_thread_view_t20793')
    Run Time: 0.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  20. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_7469c91cb26b8a1722a36')
    Run Time: 0.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  21. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7469c91cb26b8a1722a36, a:1:{s:28:"thread_view_lock_rct20793_19";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714114020;}}
    Run Time: 0.000088
  22. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_799c653963d8d8dd6db44, a:1:{s:23:"thread_view_rct20793_19";a:2:{s:4:"html";s:0:"";s:4:"time";i:1714114020;}}
    Run Time: 0.000070
  23. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7469c91cb26b8a1722a36, a:1:{s:28:"thread_view_lock_rct20793_19";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714114020;}}
    Run Time: 0.000064
  24. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_4b8949cdc4eef6702a78b')
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_4b8949cdc4eef6702a78b, a:1:{s:26:"thread_view_lock_t20793_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714114020;}}
    Run Time: 0.000068
  26. 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: +_md_tag_3611 +_md_tag_3498 +_md_tag_3615 +(_md_content_thread)
    Run Time: 0.000235
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  27. 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,
    		pr_cache.rating_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)
    		left join dark_postrating_post_cache pr_cache ON (thread.first_post_id = pr_cache.post_id)
    WHERE thread.thread_id IN (20880, 20793)
    Run Time: 0.000447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 2Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4rassvet.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,rassvet.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
  28. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000266
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    57Using filesort
  29. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000289
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const61Using index condition
  30. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id IN (50, 3, 4, 5, 6, 7, 28, 29, 36, 37, 38, 39, 30, 40, 31, 51, 34, 35, 32, 33, 18, 19, 25, 27, 20, 21, 22, 23, 24, 48, 59, 60, 61, 26, 47, 8, 12, 62, 9, 13, 55, 10, 42, 43, 44, 14, 15, 16, 17, 49, 56)) AND (thread.discussion_state IN ('visible'))) AND (thread.thread_id IN (20880, 20793))
    ORDER BY thread.post_date DESC
     LIMIT 20
    Run Time: 0.000649
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4 2Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
  31. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_thread_view_t20793, a:1:{s:21:"thread_view_t20793_18";a:2:{s:4:"html";s:1348:"<div class="avatarList"> <ul> <li class="thread-20880 thread-node-5"> <a href="index.php?members/bludnyj-popugaj.6131/" class="avatar Av6131s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="блудный попугай" /></a> <a href="index.php?threads/vtoraja-volna-covid-19.20880/"> Вторая волна COVID 19 </a> <div class="userTitle"> <a href="index.php?members/bludnyj-popugaj.6131/">блудный попугай</a> posted <span class="DateTime" title="2 май 2020 в 16:04">2 май 2020</span> </div> </li> <li class="thread-20793 thread-node-5"> <a href="index.php?members/telix74.6929/" class="avatar Av6929s" data-avatarhtml="true"><img src="data/avatars/s/6/6929.jpg?1486202858" width="48" height="48" alt="telix74" /></a> <a href="index.php?threads/2020-ehpidemija-covid-19.20793/"> 2020: Эпидемия COVID-19 </a> <div class="userTitle"> <a href="index.php?members/telix74.6929/">telix74</a> posted <span class="DateTime" title="6 мар 2020 в 14:52">6 мар 2020</span> </div> </li> </ul> </div>";s:4:"time";i:1714114020;}}
    Run Time: 0.000099
  32. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_4b8949cdc4eef6702a78b, a:1:{s:26:"thread_view_lock_t20793_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714114020;}}
    Run Time: 0.000074
  33. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (198, XenForo Classes: 82)

  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/ModEss/Listener/Cog.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/bdTagMe/Listener.php
  35. library/WidgetFramework/Listener.php
  36. library/TMS/Listener.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/DoublePost/Listener/Cog.php
  39. library/Dark/PostRating/EventListener.php
  40. library/RelatedContents/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/EWRatendo/Listener/Init.php
  43. library/XenForo/DataWriter/User.php
  44. library/XenForo/DataWriter.php
  45. library/bdTagMe/Helper/Template.php
  46. library/bdTagMe/ShippableHelper/Updater.php
  47. library/bdTagMe/Option.php
  48. library/NodesAsTabs/Listen.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/XenForo/Route/Prefix/Threads.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Thread.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRutiles/Sitemap/Listener/Controller.php
  62. library/EWRatendo/Listener/Controller.php
  63. library/ConversationPost/Listener.php
  64. library/Andy/SimilarThreads/Listener.php
  65. library/Andy/Bookmark/Listener.php
  66. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  67. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  68. library/ModEss/ControllerPublic/Thread.php
  69. library/NodesAsTabs/ControllerPublic/Thread.php
  70. library/DoublePost/ControllerPublic/Thread.php
  71. library/Andy/SimilarThreads/ControllerPublic/Thread.php
  72. library/Andy/Bookmark/ControllerPublic/Thread.php
  73. library/XenForo/Input.php
  74. library/XenForo/Session.php
  75. library/XenForo/Helper/Ip.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  79. library/Waindigo/Listener/LoadClass.php
  80. library/Waindigo/Listener/LoadClass/20150318.php
  81. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  82. library/bdTagMe/XenForo/Model/User.php
  83. library/WidgetFramework/XenForo/Model/User.php
  84. library/Dark/PostRating/Model/User.php
  85. library/XenForo/Permission.php
  86. library/XenForo/Helper/Php.php
  87. library/XenForo/Phrase.php
  88. library/XenForo/Locale.php
  89. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  90. library/Waindigo/Listener/ControllerPreDispatch.php
  91. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  92. library/XenForo/ControllerHelper/ForumThreadPost.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/XenForo/Model/Thread.php
  95. library/WidgetFramework/XenForo/Model/Thread.php
  96. library/Tinhte/XenTag/XenForo/Model/Thread.php
  97. library/ModEss/Model/Thread.php
  98. library/Dark/PostRating/Model/Thread.php
  99. library/Dark/PostRating/Model.php
  100. library/XenForo/Model/Forum.php
  101. library/Tinhte/XenTag/XenForo/Model/Forum.php
  102. library/Tinhte/XenTag/Constants.php
  103. library/XenForo/Helper/String.php
  104. library/XenForo/Helper/Discussion.php
  105. library/XenForo/Model/Post.php
  106. library/Snog/FirstPostEdit/Listener/Post.php
  107. library/ModEss/Model/Post.php
  108. library/DoublePost/Model/Post.php
  109. library/Dark/PostRating/Model/Post.php
  110. library/Snog/FirstPostEdit/Model/Post.php
  111. library/ModEss/Model/ModEss.php
  112. library/XenForo/Model/Attachment.php
  113. library/XenForo/Route/Prefix/Attachments.php
  114. library/XenForo/Model/Node.php
  115. library/Tapatalk/Model/Node.php
  116. library/ModEss/Model/Node.php
  117. library/XenForo/Route/Prefix/Categories.php
  118. library/XenForo/Route/Prefix/Forums.php
  119. library/XenForo/ControllerResponse/View.php
  120. library/XenForo/ControllerResponse/Abstract.php
  121. library/XenForo/Helper/Cookie.php
  122. library/NodesAsTabs/API.php
  123. library/NodesAsTabs/Model/Options.php
  124. library/Tapatalk/Listener/ControllerPostDispatch.php
  125. library/XenForo/ViewRenderer/HtmlPublic.php
  126. library/XenForo/ViewRenderer/Abstract.php
  127. library/XenForo/Template/Public.php
  128. library/XenForo/Template/Abstract.php
  129. library/WidgetFramework/Core.php
  130. library/XenForo/Model/Moderator.php
  131. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  132. library/ModEss/Model/Moderator.php
  133. library/WidgetFramework/Model/Widget.php
  134. library/WidgetFramework/Helper/Sort.php
  135. library/WidgetFramework/WidgetRenderer.php
  136. library/XenForo/ViewPublic/Thread/View.php
  137. library/XenForo/ViewPublic/Base.php
  138. library/XenForo/View.php
  139. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  140. library/WidgetFramework/XenForo/View1.php
  141. library/RelatedContents/ViewPublic/ThreadView.php
  142. library/XenForo/Model/Tag.php
  143. library/Tinhte/XenTag/XenForo/Model/Tag.php
  144. library/RelatedContents/Model/Tag.php
  145. library/Tinhte/XenTag/TagHandler/Post.php
  146. library/XenForo/TagHandler/Abstract.php
  147. library/XenForo/BbCode/Parser.php
  148. library/XenForo/BbCode/Formatter/Base.php
  149. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  150. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  151. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  152. library/DoublePost/BbCode/Formatter/Base.php
  153. library/XenForo/ViewPublic/Helper/Message.php
  154. library/XenForo/BbCode/TextWrapper.php
  155. library/Tinhte/XenTag/ContentWrapper/Post.php
  156. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  157. library/Tinhte/XenTag/Option.php
  158. library/RelatedContents/WidgetRenderer/Thread.php
  159. library/WidgetFramework/Model/Cache.php
  160. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  161. library/XenForo/Route/Prefix/Members.php
  162. library/bdTagMe/XenForo/Route/Prefix/Members.php
  163. library/memberMap/Listener/Navigation.php
  164. library/memberMap/Model/ViewMap.php
  165. library/EWRatendo/Listener/NavTabs.php
  166. library/EWRatendo/Model/Perms.php
  167. library/NodesAsTabs/NavTabs.php
  168. library/EWRutiles/Sitemap/Listener/Params.php
  169. library/WidgetFramework/Template/Extended.php
  170. library/XenForo/Route/Prefix/Tags.php
  171. library/Tapatalk/EventListener/Hook.php
  172. library/EWRatendo/Listener/Template.php
  173. library/Tapatalk/Listener/TemplatePostRender.php
  174. library/XenForo/Route/Prefix/Posts.php
  175. library/XenForo/Model/Avatar.php
  176. library/Tinhte/XenTag/Helper.php
  177. library/XenForo/Model/Search.php
  178. library/Tapatalk/Model/Search.php
  179. library/XenForo/Search/Searcher.php
  180. library/XenForo/Search/SourceHandler/Abstract.php
  181. library/XenForo/Search/SourceHandler/MySqlFt.php
  182. library/XenForo/Search/DataHandler/Thread.php
  183. library/XenForo/Search/DataHandler/Abstract.php
  184. library/XenForo/NodeHandler/LinkForum.php
  185. library/XenForo/NodeHandler/Abstract.php
  186. library/XenForo/NodeHandler/Category.php
  187. library/XenForo/NodeHandler/Forum.php
  188. library/XenForo/NodeHandler/Page.php
  189. library/XenForo/Model/LinkForum.php
  190. library/XenForo/Model/Category.php
  191. library/XenForo/Model/Page.php
  192. library/WidgetFramework/Helper/String.php
  193. library/WidgetFramework/WidgetRenderer/Empty.php
  194. library/XenForo/Helper/Criteria.php
  195. library/XenForo/Debug.php
  196. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  197. mobiquo/smartbanner/head.inc.php
  198. library/XenForo/ViewRenderer/Json.php