Page Time: 0.3348s

Memory: 5.4821 MB (Peak: 6.1474 MB)

Queries (35, time: 0.0673s, 20.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000297
    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: 21321
    Run Time: 0.002347
    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: 12
    Run Time: 0.001505
    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 >= 2620 AND post.position < 2640) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 21321
    Run Time: 0.006125
    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: 21321
    Run Time: 0.000446
  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=21321&page=132, 1714979760,
    Run Time: 0.002264
  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, 744474, a:1:{i:0;s:243:"Короче слимку надо брать, у нас в России с 4К пока все плохо, вон даже цифровое телевидение никак не могут внедрить, опять откладывают.";}, 1701116101, 1714979760
    Run Time: 0.014206
  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: post, 744475, a:1:{i:0;s:159:"Что в итоге с играми, на которые не выйдут патчи? Неужели не будет существенной разницы?";}, 1701116101, 1714979760
    Run Time: 0.010246
  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: signature, 4594, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:30:"http://psnprofiles.com/ScooloV";s:8:"original";a:2:{i:0;s:38:"[URL="http://psnprofiles.com/ScooloV"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:"http://card.psnprofiles.com/1/ScooloV.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.000491
  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: post, 744476, a:9:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"The I, post: 744473, member: 472";s:8:"original";a:2:{i:0;s:42:"[QUOTE="The I, post: 744473, member: 472"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:182:"Я 400 баксов в два года на апгрейд не трачу. За два года только 120 потратил - на память и кулер для цпу. -)";}}i:1;s:273:" А как же покупка GTX970 за 350 долларов с американского Амазона 8 октября 2014 года? 120+350=470. Так что ты даже больше 400 долларов тратишь на апгрейд получается. ";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:76:"http://nextstage.ru/threads/podbor-konfiguracii-pk.19329/page-64#post-678050";}}i:3;s:1:" ";i:4;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"The I, post: 677912, member: 472";s:8:"original";a:2:{i:0;s:42:"[QUOTE="The I, post: 677912, member: 472"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:176:"Хочу 970 с американского Амазона взять. Там она 350 баксов, на 8000 йен дешевле, чем у японских барыг. =)";}}i:5;s:1:" ";i:6;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"The I, post: 678050, member: 472";s:8:"original";a:2:{i:0;s:42:"[QUOTE="The I, post: 678050, member: 472"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:447:"Все. Заказал. У нас, как и в Америке, дефицит. Нашёл магазин, всё-таки. Должно прийти через два-три дня. Сегодня же выложил пс4 на продажу на амазоне, и сразу купили. Судьба, видать. Осталось только старую видюху продать за гроши. Sent from my amazing Galaxy Note 3.=)";}}i:7;s:1:" ";i:8;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"The I, post: 678199, member: 472";s:8:"original";a:2:{i:0;s:42:"[QUOTE="The I, post: 678199, member: 472"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:409:"Пришла моя прелесть.-) Баттлу сожрала, ФарКаем 3 поперхнулась, только когда включил 8 АА. Круто. За час впечаилений больше, чем от ПС4 за полгода.-) Жду ФарКрай 4. Чувствую, это будет хороший тест на прочность. Sent from my amazing Galaxy Note 3.=)";}}}, 1701116101, 1714979760
    Run Time: 0.009708
  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: signature, 82, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:32:"https://psnprofiles.com/VILATERM";s:8:"original";a:2:{i:0;s:38:"[URL=https://psnprofiles.com/VILATERM]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:43:"https://card.psnprofiles.com/1/VILATERM.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.000807
  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: post, 744477, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 744453, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 744453, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:28:"Its all about games :troll: ";i:1;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:"nULp0pGKCS8";}}}}i:1;s:148:" Потролль потролль, дурашка. Толкового ответа от тебя все равно никто не ожидает:)";}, 1701116101, 1714979760
    Run Time: 0.000906
  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: signature, 777, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:45:"https://www.trueachievements.com/gamer/Chakie";s:8:"original";a:2:{i:0;s:51:"[URL=https://www.trueachievements.com/gamer/Chakie]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:54:"https://www.trueachievements.com/gamercards/Chakie.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.004677
  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, 744482, a:2:{i:0;s:313:"В общем вывод из вялотекущей дискуссии прост - сонибои вроде не против и ждут дальнейшей информации, те, кто итак бы не взял PS4, поддерживай он даже 8К 60fps - говорят, что слив. ";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:58:"http://risovach.ru/upload/2015/01/mem/c_72683954_orig_.jpg";}}}, 1701116101, 1714979760
    Run Time: 0.000769
  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, 744483, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:35:"ScooloV, post: 744482, member: 4594";s:8:"original";a:2:{i:0;s:45:"[QUOTE="ScooloV, post: 744482, member: 4594"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:313:"В общем вывод из вялотекущей дискуссии прост - сонибои вроде не против и ждут дальнейшей информации, те, кто итак бы не взял PS4, поддерживай он даже 8К 60fps - говорят, что слив. ";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:58:"http://risovach.ru/upload/2015/01/mem/c_72683954_orig_.jpg";}}}}i:1;s:476:" Ну почему не ждут, я, например, присматриваюсь к Pro. Но правда зачем кричать про 4K в прошке, если игорей все равно не будет, а UHD плеера (где хоть как-то можно было бы юзать 4K) не сделали. Нужно было сосредоточится на профиты от нового железа в играх в разрешении 1080p.";}, 1701116101, 1714979760
    Run Time: 0.000615
  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: signature, 3212, a:1:{i:0;s:17:"There only be ONE";}, 1701116101, 1714979760
    Run Time: 0.000481
  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, 744484, a:2:{i:0;s:33:"С Азиатской конфы ";i:1;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:"peGEi9pD6vU";}}}, 1701116101, 1714979760
    Run Time: 0.000514
  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, 744485, a:3:{i:0;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:"zNSq42s9Lps";}}i:1;s:142:" Подробней ознакомится с Про можно здесь (кое-какие секретики Церни заложил): ";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:88:"http://www.eurogamer.net/articles/digitalfoundry-2016-three-hours-with-playstation-4-pro";}}}, 1701116101, 1714979760
    Run Time: 0.000671
  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, 744488, a:1:{i:0;s:391:"Лично мне от Про нужны 60 фпс и 1080р. Посмотрим будет ли это где-то и тогда стоит решать. Думалось что Сони принудительно заставит так делать с новыми играми для Про, но судя по всему каждый будет кто в лес, кто по дрова.";}, 1701116101, 1714979760
    Run Time: 0.000535
  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: signature, 4889, a:1:{i:0;s:219:""И в какой-то момент игрок понимает, что не ест, а сосет. Как-то так." (с) Medeival "Волосы были от АМД, поэтому и глючные." (с) Каин";}, 1701116101, 1714979760
    Run Time: 0.000326
  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, 744489, a:4:{i:0;s:13:"Камера ";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:70:"https://assets.vg247.com/current//2016/09/PSCamera_2_01_1473281166.jpg";}}i:2;s:9:" Уши ";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:106:"https://assets.vg247.com/current//2016/09/HeadsetPlatinum_Beautyshot_0090_87947_1473281303_tif_jpgcopy.jpg";}}}, 1701116101, 1714979760
    Run Time: 0.000356
  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: post, 744498, a:3:{i:0;s:70:"Азиатская конфа, вдруг кому интересно ";i:1;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:"D4Bq63YRbgs";}}i:2;s:139:" Как то всё повеселее было, что ли. Кстати, Слимку азиаты уже получают завтра";}, 1701116101, 1714979760
    Run Time: 0.002755
  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, 744501, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 744457, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 744457, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:307:"Rise of the Tomb Raider will have 3 modes on PS4Pro - 4K mode, the big resolution and developers made the optimal choices (на минималочках? :troll:) - 1080p high framerate, the game locked at 60 FPS - 1080p bells and whistles, 30 FPS locked with every processing technique pushed to the max";}}i:1;s:118:" ну ок, остается надеяться, что такое будет у большинства тайтлов";}, 1701116101, 1714979760
    Run Time: 0.000444
  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: 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, 1714979760
    Run Time: 0.000805
  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, 744507, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"pharmchemist, post: 744501, member: 2891";s:8:"original";a:2:{i:0;s:50:"[QUOTE="pharmchemist, post: 744501, member: 2891"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:117:"ну ок, остается надеяться, что такое будет у большинства тайтлов";}}i:1;s:72:" Эти игры получат патчики на улучшение: ";i:2;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:463:"01 Deus Ex: Mankind Divided 02 Rise of the Tomb Raider 03 Killing Floor 2 04 Uncharted 4: A Thief's End 05 Infamous: First Light 06 Middle Earth: Shadow of Mordor 07 Paragon 08 Call of Duty: Modern Warfare Remastered 09 Call of Duty: Black Ops 3 10 Spider Man 11 Watch Dogs 2 12 Days Gone 13 Farpoint (PSVR) 14 Horizon: Zero Dawn 15 Call of Duty: Infinite Warfare 16 Mass Effect Andromeda 17 Final Fantasy XV 18 Dishonored 2 19 Skyrim Special Edition 20 For Honor";}}i:3;s:156:" Уж неясно, что именно, просто HDR добавят, или кадровку увеличат, или эффектов добавят.";}, 1701116101, 1714979760
    Run Time: 0.000376
  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, 744520, a:14:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:33:"Chakie, post: 744477, member: 777";s:8:"original";a:2:{i:0;s:43:"[QUOTE="Chakie, post: 744477, member: 777"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:147:"Потролль потролль, дурашка. Толкового ответа от тебя все равно никто не ожидает:)";}}i:1;s:50:" Ого, что это на тебя нашло? ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:31:"Nec, post: 744474, member: 2764";s:8:"original";a:2:{i:0;s:41:"[QUOTE="Nec, post: 744474, member: 2764"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:3:{i:0;s:124:"Короче слимку надо брать, у нас в России с 4К пока все плохо, вон даже ";i:1;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:39:"цифровое телевидение";}}i:2;s:80:" никак не могут внедрить, опять откладывают.";}}i:3;s:79:" Да вроде уже во всех деревнях, ты что хоть. ";i:4;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:"773722502128242689";}}i:5;s:2:" ";i:6;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:67:"http://i22.photobucket.com/albums/b321/Felth/new%20lol.jpg~original";}}i:7;s:39:" Три часа в постели с ";i:8;a:4:{s:3:"tag";s:1:"s";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[S]";i:1;s:4:"[/S]";}s:8:"children";a:1:{i:0;s:16:"Мадонной";}}i:9;s:8:"PS4Pro ";i:10;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:88:"http://www.eurogamer.net/articles/digitalfoundry-2016-three-hours-with-playstation-4-pro";}}i:11;s:1:" ";i:12;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:5:{i:0;s:179:" I went into the PlayStation Meeting today as a sceptic, believing that the hardware may not be up to the task of powering a 4K display. The good news is that several hours later,";i:1;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:151:" I emerged from the event impressed with the quality of the experience and respectful of the wizardry utilised to make this GPU punch above its weight.";}}i:2;s:978:" However, a trio of the Sony first party efforts looked seriously impressive: Horizon Zero Dawn, Days Gone and Infamous First Light. All use the same cutting-edge upscaling technique. Previously we've talked about the 4x4 checkerboard process, where a 2x2 pixel block is extrapolated out into a 4x4 equivalent - next-gen upscaling, if you like. It allows developers to construct a 2160p 4K framebuffer from half the pixels - a much closer fit for the Pro's GPU prowess. Speaking to developers on site, several aspects of the checkerboard technology came into focus. Up until now, we've seen it as a software post-process upscale, but in actual fact, it's one of a number of new custom features backed into the PS4 Pro's GPU and as such comes with zero cost to game developers. We also understand that while it is a hardware feature, game-makers do seem to have a certain level of control - which may perhaps explain why different games exhibit varying levels of artefacting. ";i:3;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:393:"But the key takeaway is this - while the PlayStation 4 Pro GPU lacks the horsepower to render out challenging content at native 4K, the presentation we've seen on a number of titles clearly shows a worthwhile, highly desirable increase in fidelity over 1080p - one that does put a 4K screen to good use. Switching between full HD and checkerboard 4K, the increase in detail is simply stunning.";}}i:4;s:1:" ";}}i:13;s:165:" PS4 Pro Share Button improvements - 4K screenshots - 1080p30 GameDVR - 1080p60 RemotePlay/SharePlay and online YT and Daily Motion broadcasting [Twich @ 1080p30]";}, 1701116101, 1714979760
    Run Time: 0.000528
  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, 744582, a:2:{i:0;s:100:"А вот теперь задумываюсь о покупке Pro - за такую-то цену ";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:76:"https://www.computeruniverse.ru/products/90667868/sony-playstation-4-pro.asp";}}}, 1701116101, 1714979760
    Run Time: 0.000480
  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, 744596, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"Chewbaken, post: 744582, member: 4565";s:8:"original";a:2:{i:0;s:47:"[QUOTE="Chewbaken, post: 744582, member: 4565"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:100:"А вот теперь задумываюсь о покупке Pro - за такую-то цену ";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:76:"https://www.computeruniverse.ru/products/90667868/sony-playstation-4-pro.asp";}}}}i:1;s:71:" инетерсно сколько у нас будет стоить)))";}, 1701116101, 1714979760
    Run Time: 0.000493
  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: signature, 1289, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:31:"https://psnprofiles.com/dikh_ru";s:8:"original";a:2:{i:0;s:37:"[URL=https://psnprofiles.com/dikh_ru]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:42:"https://card.psnprofiles.com/1/dikh_ru.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.000325
  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, 744606, a:4:{i:0;s:45:"Эндрю Хаус про ЮХД диски ";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:285:""Our feeling is that while physical media continues to be a big part of the games business, we see a trend on video towards streaming," he said. "Certainly with our user base, it’s the second biggest use case for people’s time on the system so we place more emphasis on that area."";}}i:2;s:1:" ";i:3;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:132:"https://www.theguardian.com/technology/2016/sep/08/playstation-boss-andrew-house-ps4-pro-our-approach-isnt-reactive-this-time-around";}}}, 1701116101, 1714979760
    Run Time: 0.000399
  31. 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, 744622, a:1:{i:0;s:173:"У прошки вроде лого еще блестящее...и кабель не на С8 разъеме а на С17. Короче на НГ попрошу у жены.";}, 1701116101, 1714979760
    Run Time: 0.000467
  32. 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, 7071, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:32:"https://psnprofiles.com/YOURASHA";s:8:"original";a:2:{i:0;s:38:"[URL=https://psnprofiles.com/YOURASHA]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:43:"https://card.psnprofiles.com/2/YOURASHA.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.000756
  33. 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, 744643, a:1:{i:0;s:70:"В итоге она в два раза сильнее простой?";}, 1701116101, 1714979760
    Run Time: 0.000419
  34. 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, 1960, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:51:"https://www.trueachievements.com/gamer/VLADIMIR+RUS";s:8:"original";a:2:{i:0;s:57:"[URL=https://www.trueachievements.com/gamer/VLADIMIR+RUS]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:60:"https://www.trueachievements.com/gamercards/VLADIMIR+RUS.png";}}}}}, 1701116101, 1714979760
    Run Time: 0.000297
  35. 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, 744650, a:2:{i:0;s:1500:"Российское представительство Sony уже объявило стоимость и даты начала продаж в России новых консолей. Стоимость обычной PlayStation 4 с жёстким диском на 500 ГБ с 16 сентября этого года станет ниже - 26 999 рублей. Более компактная версия PlayStation 4 с жёстким диском на 500 ГБ также будет продаваться по рекомендованной цене 26 999 рублей, а о сроках её доступности в России будет объявлено позже. PlayStation 4 Pro с улучшенными графическими возможностями и поддержкой 4К поступит в продажу в России 10 ноября этого года по цене 34 999 рублей. Старт продаж шлема виртуальной реальности PlayStation VR, как и ожидалось, в России намечен на 13 октября этого года по рекомендованной цене 34 999 рублей. Пользователей ждут сотни игр, разработанных и оптимизированных специально под PlayStation VR, в том числе такие проекты, как Batman: Arkham VR и Star Wars Battlefront: X-Wing VR Mission. Источник: ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:15:"http://4pda.ru/";s:8:"original";a:2:{i:0;s:23:"[URL='http://4pda.ru/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:7:"4pda.ru";}}}, 1701116101, 1714979760
    Run Time: 0.000486

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