Page Time: 0.2861s

Memory: 13.8087 MB (Peak: 20.7901 MB)

Queries (32, time: 0.0125s, 4.4%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000207
    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
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 8969465
    Run Time: 0.000680
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  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: 119
    Run Time: 0.000421
    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)
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 8969465
    Run Time: 0.001264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const1Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,5s_db1.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,5s_db1.post.user_id1Using where
    SIMPLEsession_activityrefPRIMARYPRIMARY45s_db1.post.user_id35Using where
  5. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 60656136
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  6. INSERT  INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 8969465
    Run Time: 0.000383
  7.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(119))
                ORDER BY field.materialized_order
    Run Time: 0.000281
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const5Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY1945s_db1.ff.field_id1 
  8.             SELECT *
                FROM xf_region
                WHERE r_parentid = ? ORDER BY r_displayorder ASC
    Params: 0
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionrefr_parentidr_parentid4const65Using where; Using filesort
  9.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(119))
                ORDER BY field.materialized_order
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const5Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY1945s_db1.ff.field_id1 
  10.             SELECT *
                FROM xf_region
                WHERE r_parentid = ? ORDER BY r_displayorder ASC
    Params: 0
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionrefr_parentidr_parentid4const65Using where; Using filesort
  11. SELECT *
    FROM xf_thread_field_custom_filter
    WHERE id = ?
    Params: 0
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  12. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE id = ?
    Params:
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  13. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE parentid = ?
    Params:
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_field_custom_filter_groupALL    62Using where
  14. SELECT *
    FROM xf_thread_field_custom_filter
    WHERE id = ?
    Params: 0
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  15. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE id = ?
    Params:
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  16. SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
    Params: 101834132, haravan.vn
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  17. SELECT count(*) FROM api_thread_approve WHERE userid = 101834132 AND threadid = 8969465 AND open_iframe = 0 and apisource = 'haravan.vn'
    Run Time: 0.000237
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  18. SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
    Params: 101834132, webcall.vn, 1
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  19. SELECT *
    FROM xf_thread_user_up
    WHERE user_id = ? 
    ORDER BY datecreated DESC
    Params: 0
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_user_uprefuser_iduser_id4const1Using where; Using filesort
  20. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 101834132
    Run Time: 0.000447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  21. SELECT *
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  22.                 SELECT thread.*
                    FROM xf_thread AS thread
                    WHERE thread.node_id = 119 AND thread.sticky = 1 AND thread.thread_id <> 8969465 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
    Run Time: 0.001418
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,stickynode_id_sticky_state_last_post6const,const,const1Using index condition; Using temporary; Using filesort
  23.                 SELECT thread.*
                    FROM xf_thread AS thread
                    WHERE thread.node_id = 119 AND thread.sticky <> 1 AND thread.thread_id <> 8969465 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 4
    Run Time: 0.001218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,stickyPRIMARY4 1748498Using where
  24. SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
    Params: 119
    Run Time: 0.000165
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_quicklinkrefnode_idnode_id2const1Using where; Using filesort
  25. 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, w~P, w~P, XenForo_ControllerPublic_Thread, Index, valid, thread_id=8969465, 1715386017,
    Run Time: 0.000314
  26. SELECT *
    FROM `xf_widget`
    WHERE `widget_page_id` = 0
    ORDER BY display_order ASC
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetALL    17Using where; Using filesort
  27.             SELECT *
                FROM xf_region
                WHERE r_id = ?
    Params: 7
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionconstPRIMARYPRIMARY4const1 
  28.             SELECT *
                FROM xf_region
                WHERE r_id = ?
    Params: 870
    Run Time: 0.000295
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionconstPRIMARYPRIMARY4const1 
  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, 1057662261, a:43:{i:0;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:23:"http://sangocantho.com/";}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";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:16:"Sàn gỗ Kosmos";}}}}i:3;s:294:" Sàn gỗ thương hiệu Kosmos là một trong những thương hiệu sàn gỗ giá rẻ được sử dụng nhiều so với các thương hiệu khác nhập từ Trung Quốc như Malayfloor, Kendall, Kronogold, Manhattan... Tại Cần Thơ, sàn gỗ công nghiệp kosmos được ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"https://www.5giay.vn/sangocantho.com";s:8:"original";a:2:{i:0;s:44:"[URL='https://www.5giay.vn/sangocantho.com']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"sangocantho.com";}}i:5;s:133:" phân phối trực tiếp từ nhà nhập khẩu với đầy đủ giấy chứng nhận nguồn gốc và giá cả hợp lý. ";i:6;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";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:49:"Ưu điểm của sàn gỗ công nghiệp Kosmos";}}}}i:7;s:173:" Dù cùng là hàng nhập từ Trung Quốc với giá rẻ nhưng dòng sàn gỗ hiệu Kosmos có một số ưu thế khi so sánh với các dòng hàng khác như: ";i:8;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:814:" [*]Màu sắc và vân gỗ trung thực sắc nét hơn khi so với các dòng sản phẩm khác [*]Giá rẻ từ bằng đến thấp hơn so với các dòng khác (khi so sánh cùng độ dày 8mm hoặc 12mm) [*]Hàng hóa đầy đủ không bị thiếu hàng và không bị bỏ mẫu như một số thương hiệu khác. Đây là điểm quan trọng vì các dòng đến từ Trung Quốc có tình trạng bỏ mẫu sau vài năm, nên việc sửa chữa sàn hư sẽ rất khó. Với dòng Kosmos, hàng hóa nhập ổn định qua nhiều năm, mẫu mã sắc nét và màu sắc trung thực được người dùng ưa chọn [*]Có cả bản bóng, bản sần, bản lớn, bản nhỏ, dày 8mm và dày 12mm: đầy đủ mọi kích thước đáp ứng nhu cầu của bạn. ";}}i:9;s:274:" Sàn gỗ công nghiệp Kosmos giá rẻ phù hợp cho hoạch toán chi phí thấp và chất lượng tương đối ổn định. Sàn gỗ Kosmos được sử dụng nhiều tại các căn hộ giá rẻ, Shop thời trang và các nhà có thu nhập thấp... ";i:10;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";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: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:44:"Thông số sàn gỗ công nghiệp Kosmos:";}}}}}}i:11;s:384:" - Bề mặt: O xít nhôm chồng mài mòn AC3 (thích hợp dùng cho phòng, căn hộ giá rẻ) - Cốt gỗ HDF: 830 - 850/kg, Cạnh phủ parafin sắp chống ẩm - Qui cách: 12.3 x 107 x 810mm (H x W x L) đóng hộp Carton 20 thanh/hộp - sản xuất: Trung Quốc, các thông số kỹ thuật được đảm bảo bởi nhà sản xuất ";i:12;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:8:"Lưu ý:";}}i:13;s:190:" không nên sử dụng sàn gỗ Kosmos với môi trường ẩm ướt, thường xuyên lau sàn với khăn khô, không để nước đá tiếp xúc trực tiếp lên mặt sàn ";i:14;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:10:"Báo giá:";}}i:15;s:30:" Các dòng 8mm bản lớn: ";i:16;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/377/san-go-kosmos-2244.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/377/san-go-kosmos-2244.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"2244";}}i:17;s:2:", ";i:18;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/378/san-go-kosmos-2266.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/378/san-go-kosmos-2266.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"2266";}}i:19;s:2:", ";i:20;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/379/san-go-kosmos-2288.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/379/san-go-kosmos-2288.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"2288";}}i:21;s:2:", ";i:22;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/380/san-go-kosmos-2299.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/380/san-go-kosmos-2299.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"2299";}}i:23;s:2:", ";i:24;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/389/san-go-kosmos-7538.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/389/san-go-kosmos-7538.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"7538";}}i:25;s:123:" Giá: 180.000 VND/m2 Các dòng 8mm bản nhỏ: TB901, 902, 903, 904, 905, 906 Giá: 200.000 VND/m2 Các dòng 12mm: ";i:26;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:72:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/374/san-go-kosmos-862.html";s:8:"original";a:2:{i:0;s:80:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/374/san-go-kosmos-862.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:3:"862";}}i:27;s:2:", ";i:28;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:72:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/375/san-go-kosmos-863.html";s:8:"original";a:2:{i:0;s:80:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/375/san-go-kosmos-863.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:3:"863";}}i:29;s:7:", 864, ";i:30;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:72:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/376/san-go-kosmos-865.html";s:8:"original";a:2:{i:0;s:80:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/376/san-go-kosmos-865.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:3:"865";}}i:31;s:7:", 866, ";i:32;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/381/san-go-kosmos-2725.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/381/san-go-kosmos-2725.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"2725";}}i:33;s:2:", ";i:34;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/386/san-go-kosmos-4646.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/386/san-go-kosmos-4646.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"4646";}}i:35;s:2:", ";i:36;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.5giay.vn/ct/xop-dan-tuong-can-tho/387/san-go-kosmos-6048.html";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.5giay.vn/ct/xop-dan-tuong-can-tho/387/san-go-kosmos-6048.html']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"6048";}}i:37;s:120:" Giá: 260.000 VND/m2 Với quý khách làm công trình vui lòng liên hệ để được báo giá tốt nhất. ";i:38;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:98:"https://s1.storage.5giay.vn/image/2017/10/20171006_88f44e69a462df7ca3e59b560a9461bc_1507257830.jpg";}}i:39;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:98:"https://s1.storage.5giay.vn/image/2017/10/20171006_3419ddac8c68356f1de68fb3f6b1ac8d_1507257831.jpg";}}i:40;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:98:"https://s1.storage.5giay.vn/image/2017/10/20171006_669d485bdabfe1d019d0b929656310c6_1507257831.jpg";}}i:41;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:98:"https://s1.storage.5giay.vn/image/2017/10/20171006_d38db2b98e93dd83e92ad68394e890ce_1507257832.jpg";}}i:42;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:98:"https://s1.storage.5giay.vn/image/2017/10/20171006_9b40892325088852b8b6b9568db47e34_1507257832.jpg";}}}, 1715237535, 1715386017
    Run Time: 0.000629
  30. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc', 'thread_field_city_choice_can-tho.7', 'thread_field_district_choice_quan-binh-thuy.870')
    Params: 4
    Run Time: 0.000328
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 7Using where
  31. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  32. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1715385117)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000906
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityALLview_date   2312Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY45s_db1.session_activity.user_id1 

Included Files (287, XenForo Classes: 64)

  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/Libmemcached.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/bdTagMe/Listener.php
  29. library/bdTagMe/Helper/Template.php
  30. library/FiveGiayStore/Listener.php
  31. library/HtmlCustomTitles/Listener.php
  32. library/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/phc/KeywordManagement/Listener/Listener.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  36. library/VietnameseFriendlyLink/Listener.php
  37. library/FiveWebCall/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1000271/EventListeners.php
  40. library/PointK/Listener/Listener.php
  41. library/Seller/Listener/LoadClassModel.php
  42. library/LimitPosts/Listener/LoadClassModel.php
  43. library/ShowHideThread/Listener/LoadClassModel.php
  44. library/Tinhte/XenTag/Listener.php
  45. library/ForumCustom/Listener/LocadClassModel.php
  46. library/M2H/SeoForThread/Listener/LoadClassController.php
  47. library/WidgetFramework/Listener.php
  48. library/M2H/ThumbNail/Listener.php
  49. library/OneSignal/Listner.php
  50. library/bdApi/Listener.php
  51. library/XenForo/CacheRebuilder/Abstract.php
  52. library/WidgetFramework/Option.php
  53. library/bdApi/Template/Helper/Core.php
  54. library/XenForo/Router.php
  55. library/XenForo/Route/Filter.php
  56. library/XenForo/Route/Interface.php
  57. library/XenForo/Route/ResponseSuffix.php
  58. library/XenForo/Route/Prefix.php
  59. library/WidgetFramework/Route/Filter/PageX.php
  60. library/XenForo/Route/Prefix/Threads.php
  61. library/XenForo/RouteMatch.php
  62. library/XenForo/ControllerPublic/Thread.php
  63. library/XenForo/ControllerPublic/Abstract.php
  64. library/XenForo/Controller.php
  65. library/Waindigo/CustomFields/Listener/LoadClass.php
  66. library/Waindigo/Listener/LoadClass.php
  67. library/Waindigo/Listener/LoadClass/20150106.php
  68. library/SV/LazyImageLoader/Listener.php
  69. library/FiveGiayStore/Listener/LoadClassController.php
  70. library/Siropu/EasyUserBan/Listener.php
  71. library/Vinavb/CustomNodeIcon/Listener.php
  72. library/Seller/Listener/LoadClassController.php
  73. library/FiveWebCall/Listener/LoadClassController.php
  74. library/LimitPosts/Listener/LoadClassController.php
  75. library/ShowHideThread/Listener/LoadClassController.php
  76. library/ForumCustom/Listener/LocadClassController.php
  77. library/FbShareNewThread/Listener/LoadClassController.php
  78. library/QuickLink/Listener.php
  79. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Thread.php
  80. library/SV/LazyImageLoader/XenForo/ControllerPublic/Thread.php
  81. library/PointK/ControllerPublic/Thread.php
  82. library/FiveGiayStore/ControllerPublic/Thread.php
  83. library/Seller/ControllerPublic/Thread.php
  84. library/FiveWebCall/ControllerPublic/Thread.php
  85. library/LimitPosts/ControllerPublic/Thread.php
  86. library/ShowHideThread/ControllerPublic/Thread.php
  87. library/ForumCustom/ControllerPublic/Thread.php
  88. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  89. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  90. library/M2H/SeoForThread/ControllerPublic/SeoForThread.php
  91. library/M2H/ThumbNail/ControllerPublic/UpdateThreadThumb.php
  92. library/FbShareNewThread/ControllerPublic/FbShareNewThread.php
  93. library/QuickLink/Extend/ControllerPublic/Thread.php
  94. library/XenForo/Input.php
  95. library/XenForo/Session.php
  96. library/Zend/Db.php
  97. library/Zend/Db/Adapter/Mysqli.php
  98. library/Zend/Db/Adapter/Abstract.php
  99. library/Zend/Db/Select.php
  100. library/Zend/Db/Expr.php
  101. library/Zend/Db/Profiler.php
  102. library/Zend/Db/Statement/Mysqli.php
  103. library/Zend/Db/Statement.php
  104. library/Zend/Db/Statement/Interface.php
  105. library/XenForo/Helper/Ip.php
  106. library/XenForo/Visitor.php
  107. library/XenForo/Model/User.php
  108. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  109. library/DigitalPointSearch/Listener/LoadClassModel/User.php
  110. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  111. library/bdTagMe/XenForo/Model/User.php
  112. library/PointK/Model/User.php
  113. library/Seller/Model/User.php
  114. library/Brivium/BulkAlertConversation/Model/User.php
  115. library/WidgetFramework/XenForo/Model/User.php
  116. library/DigitalPointSearch/Model/User.php
  117. library/Zend/Db/Profiler/Query.php
  118. library/XenForo/Permission.php
  119. library/XenForo/Phrase.php
  120. library/XenForo/Locale.php
  121. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  122. library/Waindigo/Listener/VisitorSetup.php
  123. library/Waindigo/Listener/VisitorSetup/20130615.php
  124. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  125. library/XenForo/Helper/Cookie.php
  126. library/XenForo/ControllerHelper/ForumThreadPost.php
  127. library/XenForo/ControllerHelper/Abstract.php
  128. library/XenForo/Model/Thread.php
  129. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  130. library/PointK/Model/Thread.php
  131. library/LimitPosts/Model/Thread.php
  132. library/ShowHideThread/Model/Thread.php
  133. library/Tinhte/XenTag/XenForo/Model/Thread.php
  134. library/ForumCustom/Model/Thread.php
  135. library/M2H/SeoForThread/Model/SeoForThread.php
  136. library/WidgetFramework/XenForo/Model/Thread.php
  137. library/M2H/ThumbNail/Model/UpdateThreadThumb.php
  138. library/XenForo/Model/Forum.php
  139. library/LimitPosts/Model/Forum.php
  140. library/Tinhte/XenTag/XenForo/Model/Forum.php
  141. library/Tinhte/XenTag/Option.php
  142. library/XenForo/Helper/String.php
  143. library/XenForo/Model/Post.php
  144. library/bdTagMe/XenForo/Model/Post.php
  145. library/LimitPosts/Model/Post.php
  146. library/Tinhte/XenTag/XenForo/Model/Post.php
  147. library/XenForo/Model/Ip.php
  148. library/XenForo/Model/Attachment.php
  149. library/XenForo/Model/Node.php
  150. library/XenForo/Route/Prefix/Categories.php
  151. library/XenForo/Route/Prefix/Forums.php
  152. library/Tinhte/XenTag/Model/Tag.php
  153. library/Tinhte/XenTag/Constants.php
  154. library/SV/LazyImageLoader/Helper.php
  155. library/XenForo/ControllerResponse/View.php
  156. library/XenForo/ControllerResponse/Abstract.php
  157. library/Waindigo/CustomFields/Model/ThreadField.php
  158. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Region.php
  159. library/Waindigo/CustomFields/Extend/XenForo/Model/Region.php
  160. library/FiveGiayStore/Model/ApiThreadApprove.php
  161. library/FiveWebCall/Model/ApiThreadApprove.php
  162. library/LimitPosts/Model/ThreadUp.php
  163. library/XenForo/Model/Permission.php
  164. library/WidgetFramework/XenForo/Model/Permission.php
  165. library/XenForo/ViewRenderer/HtmlPublic.php
  166. library/XenForo/ViewRenderer/Abstract.php
  167. library/XenForo/Template/Public.php
  168. library/XenForo/Template/Abstract.php
  169. library/WidgetFramework/Core.php
  170. library/XenForo/Model/Moderator.php
  171. library/WidgetFramework/Model/Widget.php
  172. library/WidgetFramework/Helper/Sort.php
  173. library/WidgetFramework/WidgetRenderer.php
  174. library/XenForo/ViewPublic/Thread/View.php
  175. library/XenForo/ViewPublic/Base.php
  176. library/XenForo/View.php
  177. library/ForumCustom/Listener/LoadClassView.php
  178. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Thread/View.php
  179. library/ForumCustom/ViewPublic/Thread/View.php
  180. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  181. library/WidgetFramework/XenForo/View1.php
  182. library/phc/KeywordManagement/Extend/ViewPublic/Threads.php
  183. library/XenForo/BbCode/Parser.php
  184. library/XenForo/BbCode/Formatter/Base.php
  185. library/phc/KeywordManagement/Extend/BbCode/Formatter/Base.php
  186. library/SV/LazyImageLoader/XenForo/BbCode/Formatter/Base.php
  187. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  188. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  189. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  190. library/XenForo/ViewPublic/Helper/Message.php
  191. library/XenForo/BbCode/TextWrapper.php
  192. library/Waindigo/CustomFields/ViewPublic/Helper/Thread.php
  193. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Helper.php
  194. library/ForumCustom/ViewPublic/Thread/simple_html_dom.php
  195. library/Tinhte/XenTag/ContentWrapper/Post.php
  196. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  197. library/Tinhte/XenTag/Helper.php
  198. library/phc/KeywordManagement/Helper/KWMHelper.php
  199. library/Ragtek/GCT/StaticMethods.php
  200. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  201. library/Waindigo/Listener/TemplateCreate.php
  202. library/Waindigo/Listener/TemplateCreate/20150106.php
  203. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  204. library/WidgetFramework/WidgetRenderer/Html.php
  205. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  206. library/vtLai/TopX/Listener.php
  207. library/XenForo/Route/Prefix/Members.php
  208. library/bdTagMe/XenForo/Route/Prefix/Members.php
  209. library/bdTagMe/Option.php
  210. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  211. library/WidgetFramework/Template/Extended.php
  212. library/XenForo/Template/FileHandler.php
  213. library/XenForo/Helper/File.php
  214. internal_data/templates/S.31,L.4,thread_view.php
  215. library/FiveAds/Listener/AdsLocation.php
  216. library/FiveAds/Resources/MobileDetect.php
  217. library/FiveGiayStore/Listener/TemplateHook.php
  218. library/Waindigo/CustomFields/Listener/TemplateHook.php
  219. library/Waindigo/Listener/TemplateHook.php
  220. library/Waindigo/Listener/TemplateHook/20150106.php
  221. library/Waindigo/Listener/Template.php
  222. library/Waindigo/Listener/Template/20150106.php
  223. library/Waindigo/CustomFields/Listener/TemplateHookFilter.php
  224. library/FiveWebCall/Listener/TemplateHook.php
  225. library/Brivium/BulkAlertConversation/EventListener/Listener.php
  226. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  227. internal_data/templates/S.31,L.4,tinhte_xentag_hook_thread_view_pagenav_before.php
  228. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  229. library/Waindigo/Listener/TemplatePostRender.php
  230. library/Waindigo/Listener/TemplatePostRender/20150106.php
  231. internal_data/templates/S.31,L.4,waindigo_thread_view_tools_links_customfields.php
  232. internal_data/templates/S.31,L.4,meta_thread_view_tools_links.php
  233. internal_data/templates/S.31,L.4,thread_change_thumb_links.php
  234. internal_data/templates/S.31,L.4,igo_desktop_heart_1.php
  235. internal_data/templates/S.31,L.4,tinhte_xentag_hook_thread_view_form_before.php
  236. library/XenForo/Route/Prefix/Posts.php
  237. internal_data/templates/S.31,L.4,siropu_easy_user_ban_post_link.php
  238. internal_data/templates/S.31,L.4,tinhte_xentag_hook_post_private_controls.php
  239. internal_data/templates/S.31,L.4,tinhte_xentag_hook_post_public_controls.php
  240. internal_data/templates/S.31,L.4,message_five_store_iframe.php
  241. library/HtmlCustomTitles/Template/Helper/Core.php
  242. library/HtmlCustomTitles/Model/Permission.php
  243. library/FiveGiayStore/Helpers.php
  244. internal_data/templates/S.31,L.4,five_store.php
  245. internal_data/templates/S.31,L.4,tinhte_xentag_hook_message_notices.php
  246. library/Tinhte/XenTag/Integration.php
  247. internal_data/templates/S.31,L.4,tinhte_xentag_bb_code_tag_tag.php
  248. library/Tinhte/XenTag/Route/Prefix/Tags.php
  249. internal_data/templates/S.31,L.4,waindigo_footer_node_customfields.php
  250. internal_data/templates/S.31,L.4,_footer_node.119.php
  251. internal_data/templates/S.31,L.4,tinhte_xentag_hook_message_content.php
  252. internal_data/templates/S.31,L.4,tinhte_xentag_hook_first_post_thread_view.php
  253. internal_data/templates/S.31,L.4,tinhte_xentag_hook_message_below.php
  254. internal_data/templates/S.31,L.4,igo_desktop_quick_reply.php
  255. internal_data/templates/S.31,L.4,tinhte_xentag_hook_thread_view_qr_before.php
  256. internal_data/templates/S.31,L.4,tinhte_xentag_hook_thread_view_qr_after.php
  257. internal_data/templates/S.31,L.4,tinhte_xentag_thread_view.php
  258. library/WidgetFramework/Helper/String.php
  259. library/WidgetFramework/WidgetRenderer/Empty.php
  260. internal_data/templates/S.31,L.4,wf_widget_wrapper.php
  261. library/XenForo/Debug.php
  262. internal_data/templates/S.31,L.4,PAGE_CONTAINER.php
  263. internal_data/templates/S.31,L.4,js_ads_5giay.php
  264. internal_data/templates/S.31,L.4,onesignal_js.php
  265. internal_data/templates/S.31,L.4,igo_desktop_great_a.php
  266. internal_data/templates/S.31,L.4,igo_desktop_great_b.php
  267. internal_data/templates/S.31,L.4,igo_desktop_half_banner.php
  268. internal_data/templates/S.31,L.4,igo_desktop_sticky.php
  269. internal_data/templates/S.31,L.4,igo_desktop_near_footer.php
  270. internal_data/templates/S.31,L.4,html_fanpage_facebook.php
  271. internal_data/templates/S.31,L.4,igo_desktop_right_1.php
  272. internal_data/templates/S.31,L.4,igo_desktop_right_2.php
  273. internal_data/templates/S.31,L.4,igo_desktop_right_3.php
  274. internal_data/templates/S.31,L.4,igo_desktop_right_4.php
  275. internal_data/templates/S.31,L.4,igo_desktop_background_left.php
  276. internal_data/templates/S.31,L.4,igo_desktop_background_right.php
  277. internal_data/templates/S.31,L.4,igo_desktop_float.php
  278. library/Zend/Exception.php
  279. library/XenForo/Model/Session.php
  280. internal_data/templates/S.31,L.4,wf_widget_online_users.php
  281. internal_data/templates/S.31,L.4,igo_desktop_top_banner.php
  282. internal_data/templates/S.31,L.4,tinhte_xentag_hook_navigation_tabs_forums.php
  283. internal_data/templates/S.31,L.4,siropu_easy_user_ban_nav_link.php
  284. internal_data/templates/S.31,L.4,igo_desktop_balloon.php
  285. library/XenForo/ViewRenderer/Json.php
  286. internal_data/templates/S.31,L.4,bdtagme_PAGE_CONTAINER.php
  287. library/Vinavb/CustomNodeIcon/Icon.php