Page Time: 0.1000s

Memory: 5.4400 MB (Peak: 6.0501 MB)

Queries (30, time: 0.0141s, 14.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000181
    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,
    		IF(rate.count IS NULL, 0, rate.count) AS thread_rate_count, IF(rate.sum IS NULL, 0, rate.sum) AS thread_rate_sum, IF(rate.avg IS NULL, 0, rate.avg) AS thread_rate_avg
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN ns_threadrating_rate AS rate ON (rate.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 22943
    Run Time: 0.000599
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLErateconstPRIMARYPRIMARY4const0Unique row not found
  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: 15
    Run Time: 0.000415
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		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_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_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))
    WHERE post.thread_id = ?
    	 AND (post.position >= 1260 AND post.position < 1280) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 22943
    Run Time: 0.002394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 20Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22user_nextstagerussia.post.user_id,func1Using where
  5. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 22943
    Run Time: 0.000346
  6. 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=22943&page=64, 1713907524,
    Run Time: 0.000448
  7. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753487, a:12:{i:0;s:83:"Презентацию Свитча будет вести сам Кимисима: ";i:1;a:4:{s:3:"tag";s:5:"quote";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[QUOTE]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:334:"It shouldn’t come as a major surprise, but Nintendo president Tatsumi Kimishima will be presenting at the Nintendo Switch Presentation 2017 next week. The invite pictured on 1-UP Studios’ Facebook page confirms as such. However, we can’t see the page in full, so it’s possible that Kimishima will be joined on stage by others.";}}i:2;s:315:" Жена основателя Монолита Tetsuya Takahashi Soraya Saga что-то твитнула по поводу презентации 12 января. Это может быть знаком, что готовится порт XCX или ваще какой-то новый проект от них: ";i:3;a:4:{s:3:"tag";s:5:"quote";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[QUOTE]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:272:"Soraya Saga, the wife of Monolith Soft founder Tetsuya Takahashi, has retweeted the news about next week’s Nintendo Switch Presentation and related events. It could be a sign that the rumored Xenoblade Chronicles X Switch port or new project could be shown at the event.";}}i:4;s:55:" Ссылка на презентацию в Youtube: ";i:5;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"uuC4YLLkqME";}}i:6;s:124:" На следующий день после презентухи будет Treehouse по свитчевым играм: ";i:7;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:47:"https://pbs.twimg.com/media/C1bPKOeXgAAYLcm.png";}}i:8;s:1:" ";i:9;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:5:"tweet";s:8:"original";a:2:{i:0;s:13:"[MEDIA=tweet]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:18:"817068160981618697";}}i:10;s:42:" Обновлен сайт Свитча: ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:31:"http://www.nintendo.com/switch/";}}}, 1701116101, 1713907524
    Run Time: 0.001201
  8. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 3212, a:1:{i:0;s:17:"There only be ONE";}, 1701116101, 1713907524
    Run Time: 0.000554
  9. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753490, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 753485, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 753485, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:45:"Как и в твоей "аналитике".";}}i:1;s:36:" а это время покажет";}, 1701116101, 1713907524
    Run Time: 0.000321
  10. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 2891, a:3:{i:0;s:277:"BB Pack SCPH-50000 MB/NH + DMS4 Pro SE + Seagate ST3400820A 400GB, SCPH-7708, HKT-3000, USG-S-FTWDXF(JPN),CECHH00 MG, PSP1000k, HST-0014, DOL-S-MGOTO, SCPH-100, RVL-S-GL-USZ, XBOX 360 jasper [NTSC-J], XBOX 360 Slim 250Gb [PAL], PSVita 1108 EUR + 32gb card, PS4 500gb ИГРЫ";i:1;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:" ";}}}}i:2;s:30:"are available only on consoles";}, 1701116101, 1713907524
    Run Time: 0.000302
  11. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753495, a:3:{i:0;s:326:"Не спорьте, аналитика есть только в моих сообщениях. Ahead of the official Switch reveal next week – Hyperkin, a third-party provider of gaming accessories for consoles old and new has recently lifted the hood on what products they’ll be manufacturing for the much-anticipated ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:45:"https://mynintendonews.com/?s=nintendo+switch";s:8:"original";a:2:{i:0;s:53:"[URL='https://mynintendonews.com/?s=nintendo+switch']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"Nintendo Switch";}}i:2;s:465:" console. A total of 6 accessories will be on offer for consumers wanting to protect the console along with cables to help with charging. The full list of products are: A 5 ft. USB Type-C charging cable, a USB-C AC adapter with a 4 ft. cable, a car charger adapter for the console that has a lengthy 5 ft. cable. They also went on to announce a screen protector, hard shell carrying case and a travel bag that ensures the console is kept intact when out and about.";}, 1701116101, 1713907524
    Run Time: 0.000314
  12. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 4, a:2:{i:0;s:58:"vova: Versatile Online Violence Android SW 6368 9221 0229 ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:45:"https://card.psnprofiles.com/1/Wiizardwii.png";}}}, 1701116101, 1713907524
    Run Time: 0.000200
  13. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753497, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:29:"vova, post: 753495, member: 4";s:8:"original";a:2:{i:0;s:39:"[QUOTE="vova, post: 753495, member: 4"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:95:"Не спорьте, аналитика есть только в моих сообщениях.";}}i:1;s:69:" а со спора по тихому слился, аналитег)";}, 1701116101, 1713907524
    Run Time: 0.000324
  14. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753498, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"pharmchemist, post: 753497, member: 2891";s:8:"original";a:2:{i:0;s:50:"[QUOTE="pharmchemist, post: 753497, member: 2891"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:68:"а со спора по тихому слился, аналитег)";}}i:1;s:113:" Давай дождемся презентации Свитча :) а то вдруг я разочаруюсь.";}, 1701116101, 1713907524
    Run Time: 0.000229
  15. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753500, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:29:"vova, post: 753498, member: 4";s:8:"original";a:2:{i:0;s:39:"[QUOTE="vova, post: 753498, member: 4"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:63:"Давай дождемся презентации Свитча";}}i:1;s:145:" ты думаешь презентация что-то изменит?) по-моему уже все карты выложены на стол.";}, 1701116101, 1713907524
    Run Time: 0.000215
  16. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753502, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"pharmchemist, post: 753500, member: 2891";s:8:"original";a:2:{i:0;s:50:"[QUOTE="pharmchemist, post: 753500, member: 2891"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:144:"ты думаешь презентация что-то изменит?) по-моему уже все карты выложены на стол.";}}i:1;s:90:" Я жду анонсов игр, сама железяка меня устраивает.";}, 1701116101, 1713907524
    Run Time: 0.000349
  17. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753511, a:5:{i:0;s:81:"Презентуха пройдет в East Hall 8 здания Tokyo Big Sight: ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:51:"https://abload.de/img/bigsight_map_color_el7ken.png";}}i:2;s:2:" ";i:3;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:41:"https://abload.de/img/east_hall8qpanx.png";}}i:4;s:224:" East Hall 8 вроде такое здоровое помещение на фото, а на карте каким-то карапузиком выглядит, неужели Tokyo Big Sight такая громадина?";}, 1701116101, 1713907524
    Run Time: 0.000312
  18. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753518, a:1:{i:0;s:86:"Презентация Свитча будет длиться примерно час.";}, 1701116101, 1713907524
    Run Time: 0.000182
  19. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753519, a:2:{i:0;s:98:"EB Games уже берет предзаказы, хотя цена еще неизвестна =) ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:31:"https://i.imgur.com/ezMRNhv.jpg";}}}, 1701116101, 1713907524
    Run Time: 0.000283
  20. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753520, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 753519, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 753519, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:98:"EB Games уже берет предзаказы, хотя цена еще неизвестна =) ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:31:"https://i.imgur.com/ezMRNhv.jpg";}}}}i:1;s:138:" Многие уже открыли предзаказы. Лаура считает, что цена будет ниже 245 фунтов.";}, 1701116101, 1713907524
    Run Time: 0.000192
  21. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753522, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:29:"vova, post: 753518, member: 4";s:8:"original";a:2:{i:0;s:39:"[QUOTE="vova, post: 753518, member: 4"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:86:"Презентация Свитча будет длиться примерно час.";}}i:1;s:104:" Вова, да ты счастливчик. У тебя будет затяжной оргазм.:eek:";}, 1701116101, 1713907524
    Run Time: 0.000270
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 6393, a:1:{i:0;s:41:"I love the smell of napalm in the morning";}, 1701116101, 1713907524
    Run Time: 0.000255
  23. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753524, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:35:"GGrinch, post: 753522, member: 6393";s:8:"original";a:2:{i:0;s:45:"[QUOTE="GGrinch, post: 753522, member: 6393"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:102:"Вова, да ты счастливчик. У тебя будет затяжной оргазм.:eek:";}}i:1;s:117:" Я буду собираться на работу и скорее всего не посмотрю онлайн :))";}, 1701116101, 1713907524
    Run Time: 0.000209
  24. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753526, a:2:{i:0;s:81:"Nikkei считает что цена будет Yen 25.000 (EUR 200 / USD 213) ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:129:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F";}}}, 1701116101, 1713907524
    Run Time: 0.000278
  25. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753529, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:42:"Captain Quasar, post: 753526, member: 9986";s:8:"original";a:2:{i:0;s:52:"[QUOTE="Captain Quasar, post: 753526, member: 9986"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:81:"Nikkei считает что цена будет Yen 25.000 (EUR 200 / USD 213) ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:129:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F";s:8:"original";a:2:{i:0;s:137:"[URL='https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:117:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http://www.nikkei.com/article/DGXMZO11337690V00C17A1000000/";}}}}i:1;s:27:" Хорошая цена :)";}, 1701116101, 1713907524
    Run Time: 0.000262
  26. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753533, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:42:"Captain Quasar, post: 753526, member: 9986";s:8:"original";a:2:{i:0;s:52:"[QUOTE="Captain Quasar, post: 753526, member: 9986"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:81:"Nikkei считает что цена будет Yen 25.000 (EUR 200 / USD 213) ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:129:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F";s:8:"original";a:2:{i:0;s:137:"[URL='https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:83:"https://translate.google.ru/transla...kei.com/article/DGXMZO11337690V00C17A1000000/";}}}}i:1;s:183:" дешевле чем 3ДС?? не верю. за такую цену я и сам побегу покупать сабж. имхо минимум 250, а может и больше.";}, 1701116101, 1713907524
    Run Time: 0.000232
  27. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753544, a:1:{i:0;s:401:"По слухам Koei Techmo ляпает какую-то игру на Свитч. Наверняка очередные вариорс. Французы тоже смогут пощупать Nintendo France is allowing residents to experience the console for the first time in Paris. The event takes place next week on January 14th and January 15th and will be held at the Grand Palais in Paris";}, 1701116101, 1713907524
    Run Time: 0.000542
  28. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753587, a:5:{i:0;s:103:"Нина хочет выпустить как можно больше игр в день старта. ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:5:"tweet";s:8:"original";a:2:{i:0;s:13:"[MEDIA=tweet]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:18:"817875495165501441";}}i:2;s:130:" Ну а другой твиттераст говорит, что Свитч будет заряжаться за 30 минут. ";i:3;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"pharmchemist, post: 753533, member: 2891";s:8:"original";a:2:{i:0;s:50:"[QUOTE="pharmchemist, post: 753533, member: 2891"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:29:"дешевле чем 3ДС??";}}i:4;s:101:" Говорят, что по такой цене Ви и Вию стартовали в Японии.";}, 1701116101, 1713907524
    Run Time: 0.001230
  29. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753611, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:42:"Captain Quasar, post: 753526, member: 9986";s:8:"original";a:2:{i:0;s:52:"[QUOTE="Captain Quasar, post: 753526, member: 9986"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:81:"Nikkei считает что цена будет Yen 25.000 (EUR 200 / USD 213) ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:129:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F";s:8:"original";a:2:{i:0;s:137:"[URL='https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http%3A%2F%2Fwww.nikkei.com%2Farticle%2FDGXMZO11337690V00C17A1000000%2F']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:117:"https://translate.google.ru/translate?hl=ru&sl=ja&tl=en&u=http://www.nikkei.com/article/DGXMZO11337690V00C17A1000000/";}}}}i:1;s:119:" Уже заявляют, что ничего не говорили, они просто анализировали :) ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:100:"http://www.dualshockers.com/2017/01/08/nintendo-switch-no-nikkei-isnt-claiming-price-will-25000-yen/";}}}, 1701116101, 1713907524
    Run Time: 0.000517
  30. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 753624, a:3:{i:0;s:25:"Всех порвем :) ";i:1;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:100:"http://www.nintendolife.com/news/2017/01/prepare_to_be_blown_away_by_nintendo_switch_says_nvidia_ceo";s:8:"original";a:2:{i:0;s:108:"[URL='http://www.nintendolife.com/news/2017/01/prepare_to_be_blown_away_by_nintendo_switch_says_nvidia_ceo']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:60:"Prepare To Be Blown Away By Nintendo Switch, Says Nvidia CEO";}}}}}}i:2;s:25:" "It's really delightful"";}, 1701116101, 1713907524
    Run Time: 0.000920

Included Files (112, XenForo Classes: 62)

  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/Memcached.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/NextStage/Feature/Listener/Feature.php
  29. library/XenForo/Router.php
  30. library/XenForo/Route/Filter.php
  31. library/XenForo/Route/Interface.php
  32. library/XenForo/Route/ResponseSuffix.php
  33. library/XenForo/Route/Prefix.php
  34. library/XenForo/Route/Prefix/Threads.php
  35. library/XenForo/RouteMatch.php
  36. library/XenForo/ControllerPublic/Thread.php
  37. library/XenForo/ControllerPublic/Abstract.php
  38. library/XenForo/Controller.php
  39. library/NextStage/ThreadRating/Listener/Class.php
  40. library/NextStage/TaigaChat/Listener.php
  41. library/NextStage/XenForo/Listener/XenForo.php
  42. library/Tapatalk/Listener/LoadClassModel.php
  43. library/NextStage/ThreadRating/ControllerPublic/Thread.php
  44. library/NextStage/XenForo/ControllerPublic/XenForo.php
  45. library/NextStage/XenForo/ControllerPublic/Thread.php
  46. library/XenForo/Input.php
  47. library/XenForo/Session.php
  48. library/Zend/Db.php
  49. library/Zend/Db/Adapter/Mysqli.php
  50. library/Zend/Db/Adapter/Abstract.php
  51. library/Zend/Db/Select.php
  52. library/Zend/Db/Expr.php
  53. library/Zend/Db/Profiler.php
  54. library/Zend/Db/Statement/Mysqli.php
  55. library/Zend/Db/Statement.php
  56. library/Zend/Db/Statement/Interface.php
  57. library/XenForo/Helper/Ip.php
  58. library/XenForo/Visitor.php
  59. library/XenForo/Model/User.php
  60. library/Dark/TaigaChat/EventListener/Listener.php
  61. library/Zend/Db/Profiler/Query.php
  62. library/XenForo/Permission.php
  63. library/XenForo/Helper/Php.php
  64. library/XenForo/Phrase.php
  65. library/XenForo/Locale.php
  66. library/XenForo/ControllerHelper/ForumThreadPost.php
  67. library/XenForo/ControllerHelper/Abstract.php
  68. library/XenForo/Model/Thread.php
  69. library/NextStage/ThreadRating/Model/Thread.php
  70. library/XenForo/Model/Forum.php
  71. library/XenForo/Helper/String.php
  72. library/XenForo/Helper/Discussion.php
  73. library/XenForo/Model/Post.php
  74. library/NextStage/Feature/Model/Post.php
  75. library/NextStage/Feature/Model/Feature.php
  76. library/XenForo/Model/Attachment.php
  77. library/XenForo/Model/Node.php
  78. library/Tapatalk/Model/Node.php
  79. library/XenForo/Route/Prefix/Categories.php
  80. library/XenForo/Route/Prefix/Forums.php
  81. library/XenForo/ControllerResponse/View.php
  82. library/XenForo/ControllerResponse/Abstract.php
  83. library/XenForo/Helper/Cookie.php
  84. library/Tapatalk/Listener/ControllerPostDispatch.php
  85. library/XenForo/ViewRenderer/HtmlPublic.php
  86. library/XenForo/ViewRenderer/Abstract.php
  87. library/XenForo/Template/Public.php
  88. library/XenForo/Template/Abstract.php
  89. library/XenForo/ViewPublic/Thread/View.php
  90. library/XenForo/ViewPublic/Base.php
  91. library/XenForo/View.php
  92. library/XenForo/BbCode/Parser.php
  93. library/XenForo/BbCode/Formatter/Base.php
  94. library/XenForo/ViewPublic/Helper/Message.php
  95. library/XenForo/BbCode/TextWrapper.php
  96. library/XenForo/Route/Prefix/Members.php
  97. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  98. library/NextStage/ThreadRating/Listener/Template.php
  99. library/XenForo/Template/FileHandler.php
  100. library/XenForo/Helper/File.php
  101. internal_data/templates/S.1,L.1,thread_view.php
  102. library/Tapatalk/EventListener/Hook.php
  103. internal_data/templates/S.1,L.1,page_nav.php
  104. library/Tapatalk/Listener/TemplatePostRender.php
  105. library/XenForo/Route/Prefix/Posts.php
  106. internal_data/templates/S.1,L.1,nextstage_feature_post_private_controls.php
  107. library/XenForo/Model/Avatar.php
  108. internal_data/templates/S.1,L.1,bb_code_tag_quote.php
  109. library/XenForo/Debug.php
  110. internal_data/templates/S.1,L.1,PAGE_CONTAINER.php
  111. mobiquo/smartbanner/head.inc.php
  112. library/XenForo/ViewRenderer/Json.php