Queries
max count: 2
| Query |
Count |
Min time |
Max time |
Average time |
SELECT page_type FROM cscart_pages WHERE page_id = 6
|
2 |
0.00002 |
0.00011 |
0.00006 |
SELECT storefronts.* FROM cscart_storefronts AS storefronts WHERE 1 = 1 AND (storefronts.url = 'edev.sms-refactory.com' OR storefronts.url = 'www.edev.sms-refactory.com' OR storefronts.url LIKE 'www_.edev.sms-refactory.com' OR storefronts.url LIKE 'edev.sms-refactory.com/%' OR storefronts.url LIKE 'www.edev.sms-refactory.com/%' OR storefronts.url LIKE 'www_.edev.sms-refactory.com/%') GROUP BY storefronts.storefront_id ORDER BY storefronts.url = 'edev.sms-refactory.com' DESC, storefronts.url = 'www.edev.sms-refactory.com' DESC, storefronts.url LIKE 'www_.edev.sms-refactory.com' DESC, storefronts.url LIKE 'edev.sms-refactory.com/%' DESC, storefronts.url LIKE 'www.edev.sms-refactory.com/%' DESC, storefronts.url LIKE 'www_.edev.sms-refactory.com/%' desc
|
1 |
0.00004 |
0.00004 |
0.00004 |
SELECT data FROM cscart_storage_data WHERE data_key = 'cache_id'
|
1 |
0.00003 |
0.00003 |
0.00003 |
SELECT 1 FROM cscart_lock_keys WHERE key_id = '3ef9f954f4482b2a722201e36e33be7188f5e3fdea3eb1759005d8cfa76d1909' AND token = 'Rn8KAJArFGCyMmCe7cJRt3GlwTqqFR6eV0vibnqCAS8=' AND expiry_at > UNIX_TIMESTAMP(NOW())
|
1 |
0.00010 |
0.00010 |
0.00010 |
DELETE FROM cscart_lock_keys WHERE key_id = '3ef9f954f4482b2a722201e36e33be7188f5e3fdea3eb1759005d8cfa76d1909' AND token = 'Rn8KAJArFGCyMmCe7cJRt3GlwTqqFR6eV0vibnqCAS8='
|
1 |
0.00017 |
0.00017 |
0.00017 |
UPDATE cscart_lock_keys SET expiry_at = UNIX_TIMESTAMP(NOW()) + 30, token = 'Rn8KAJArFGCyMmCe7cJRt3GlwTqqFR6eV0vibnqCAS8=' WHERE key_id = '3ef9f954f4482b2a722201e36e33be7188f5e3fdea3eb1759005d8cfa76d1909' AND (token = 'Rn8KAJArFGCyMmCe7cJRt3GlwTqqFR6eV0vibnqCAS8=' OR expiry_at <= UNIX_TIMESTAMP(NOW()))
|
1 |
0.00022 |
0.00022 |
0.00022 |
INSERT INTO cscart_lock_keys (key_id, token, expiry_at) VALUES ('3ef9f954f4482b2a722201e36e33be7188f5e3fdea3eb1759005d8cfa76d1909', 'Rn8KAJArFGCyMmCe7cJRt3GlwTqqFR6eV0vibnqCAS8=', UNIX_TIMESTAMP(NOW()) + 300)
|
1 |
0.00046 |
0.00046 |
0.00046 |
SELECT quickpay_id FROM cscart_jp_cc_quickpay WHERE user_id =0 AND payment_method ='remise_cc'
|
1 |
0.00004 |
0.00004 |
0.00004 |
SELECT cscart_bm_snapping.grid_id as grid_id,cscart_bm_snapping.block_id as block_id,IFNULL(dynamic_object_content.content, default_content.content) as content,IFNULL(dynamic_object_content.object_id, default_content.object_id) AS object_id,IFNULL(dynamic_object_content.object_type, default_content.object_type) AS object_type,cscart_bm_block_statuses.object_ids as object_ids,cscart_bm_snapping.*,cscart_bm_blocks.*,cscart_bm_blocks_descriptions.* FROM cscart_bm_snapping LEFT JOIN cscart_bm_blocks ON cscart_bm_blocks.block_id = cscart_bm_snapping.block_id LEFT JOIN cscart_bm_block_statuses ON cscart_bm_snapping.snapping_id = cscart_bm_block_statuses.snapping_id AND cscart_bm_block_statuses.object_type LIKE 'pages' LEFT JOIN cscart_bm_blocks_descriptions ON cscart_bm_blocks.block_id = cscart_bm_blocks_descriptions.block_id LEFT JOIN cscart_bm_blocks_content AS default_content ON cscart_bm_blocks.block_id = default_content.block_id AND cscart_bm_blocks_descriptions.lang_code = default_content.lang_code AND default_content.snapping_id = 0 AND default_content.object_id = 0 AND default_content.object_type like '' LEFT JOIN cscart_bm_blocks_content AS dynamic_object_content ON cscart_bm_blocks.block_id = dynamic_object_content.block_id AND cscart_bm_blocks_descriptions.lang_code = dynamic_object_content.lang_code AND dynamic_object_content.object_id = 6 AND dynamic_object_content.object_type like 'pages' WHERE cscart_bm_snapping.grid_id IN (1, 2, 3, 4, 5, 6, 9, 7, 8, 12, 15, 20, 13, 14, 16, 17, 18, 19, 21, 22, 76, 77, 78) AND cscart_bm_blocks_descriptions.lang_code='ja' ORDER BY cscart_bm_snapping.order, cscart_bm_snapping.block_id
|
1 |
0.00079 |
0.00079 |
0.00079 |
SELECT * FROM cscart_bm_containers as c LEFT JOIN cscart_bm_grids as g ON g.container_id = c.container_id WHERE 1 AND g.container_id IN (1, 2, 51, 4) ORDER BY g.order, g.parent_id, g.grid_id ASC
|
1 |
0.00004 |
0.00004 |
0.00004 |
SELECT c.*, IF (c.location_id != 13, 0, 1) as `default` FROM cscart_bm_containers as c INNER JOIN cscart_bm_locations as l ON c.location_id = l.location_id AND l.is_default = 1 AND l.layout_id = 1 WHERE 1 AND c.position IN ('TOP_PANEL', 'HEADER', 'FOOTER') AND c.company_id = 0
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT layout_id FROM cscart_bm_locations WHERE location_id = 13
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT c.* FROM cscart_bm_containers as c WHERE 1 AND c.location_id = 13 AND c.company_id = 0
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT privilege FROM cscart_usergroup_privileges WHERE usergroup_id IN (0, 1)
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT data FROM cscart_storage_data WHERE data_key = 'store_mode'
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT usergroup_ids FROM cscart_pages WHERE page_id = 6
|
1 |
0.00007 |
0.00007 |
0.00007 |
SELECT cscart_pages.*, cscart_page_descriptions.* FROM cscart_pages INNER JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id WHERE cscart_pages.page_id = 6 AND cscart_page_descriptions.lang_code = 'ja' AND (cscart_pages.usergroup_ids = '' OR FIND_IN_SET(0, cscart_pages.usergroup_ids) OR FIND_IN_SET(1, cscart_pages.usergroup_ids)) AND cscart_pages.page_type IN ('T', 'L', 'B', 'F')
|
1 |
0.00020 |
0.00020 |
0.00020 |
SELECT * FROM cscart_bm_locations as l LEFT JOIN cscart_bm_locations_descriptions as d ON d.location_id = l.location_id AND d.lang_code = 'ja' WHERE l.layout_id = 1 AND l.dispatch IN ('pages.view') AND (FIND_IN_SET(6, l.object_ids) OR l.object_ids = '') ORDER BY l.object_ids desc LIMIT 1
|
1 |
0.00029 |
0.00029 |
0.00029 |
SELECT * FROM cscart_bm_layouts WHERE 1 AND storefront_id = 1 AND layout_id = 1
|
1 |
0.00003 |
0.00003 |
0.00003 |
SELECT data FROM cscart_storage_data WHERE data_key = 'dev_mode'
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT data FROM cscart_storage_data WHERE data_key = 'cart_products_next_check'
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT cscart_bm_layouts.* FROM cscart_bm_layouts WHERE 1 AND is_default = 1 AND theme_name = 'bright_theme' AND storefront_id = 1
|
1 |
0.00002 |
0.00002 |
0.00002 |
SELECT storefronts.* FROM cscart_storefronts AS storefronts WHERE 1 = 1 AND storefronts.storefront_id IN (1) GROUP BY storefronts.storefront_id ORDER BY storefronts.is_default desc
|
1 |
0.00003 |
0.00003 |
0.00003 |
SELECT company_id FROM cscart_pages WHERE page_id = '6'
|
1 |
0.00023 |
0.00023 |
0.00023 |
SET time_zone = '+09:00'
|
1 |
0.00003 |
0.00003 |
0.00003 |
SELECT object_id, thread_id, type, object_type FROM cscart_discussion WHERE 1 AND object_id = 6 AND object_type = 'A'
|
1 |
0.00009 |
0.00009 |
0.00009 |