1
1.12 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
1.17 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name AS composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name AS composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.69 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.20 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
1.71 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso AS locale , theme . technical_name AS themeName , parentTheme . technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
2.23 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"""
k\t ÂÙÛFJ\n
¬~.º\x19 IÚ
"""
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x6B09C2D9DB464A0AA0AC7E2EBA1949DA OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
7
0.50 ms
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = ? AND `dvsn_quick_cart` . `active` = ? )
Parameters :
[
"hla/session/init "
true
]
SELECT `dvsn_quick_cart` . `id` FROM `dvsn_quick_cart` WHERE (`dvsn_quick_cart` . `seo_url` = 'hla/session/init' AND `dvsn_quick_cart` . `active` = 1 );
Copy
8
2.61 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND (seo_path_info = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
k\t ÂÙÛFJ\n
¬~.º\x19 IÚ
"""
"hla/session/init "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x6B09C2D9DB464A0AA0AC7E2EBA1949DA OR sales_channel_id IS NULL )) AND (seo_path_info = 'hla/session/init' );
Copy
9
0.76 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
k\t ÂÙÛFJ\n
¬~.º\x19 IÚ
"""
"/hla/session/init "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x6B09C2D9DB464A0AA0AC7E2EBA1949DA ) AND (path_info = '/hla/session/init' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
10
1.48 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
11
0.69 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"https://testenv.thiemann.shop/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"https://testenv.thiemann.shop//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
"hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727 "
true
b"""
k\t ÂÙÛFJ\n
¬~.º\x19 IÚ
"""
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , '/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , 'https://testenv.thiemann.shop/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , 'https://testenv.thiemann.shop//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , '/hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , '//hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' , 'hla/session/init?helloagain_token=c6a281c3338be43d8dd7e8c3f8ae6cfbc59e8727' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x6B09C2D9DB464A0AA0AC7E2EBA1949DA OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
12
0.43 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND `scop_platform_redirecter_redirect` . `queryParamsHandling` IN (? , ? )) LIMIT 1
Parameters :
[
"//hla/session/init "
"/hla/session/init "
"https://testenv.thiemann.shop/hla/session/init "
"https://testenv.thiemann.shop//hla/session/init "
"/hla/session/init "
"//hla/session/init "
"hla/session/init "
true
1
2
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//hla/session/init' , '/hla/session/init' , 'https://testenv.thiemann.shop/hla/session/init' , 'https://testenv.thiemann.shop//hla/session/init' , '/hla/session/init' , '//hla/session/init' , 'hla/session/init' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND `scop_platform_redirecter_redirect` . `queryParamsHandling` IN (1 , 2 )) LIMIT 1 ;
Copy
13
0.73 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"MolliePayments.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'MolliePayments.config.%' ) ORDER BY sales_channel_id ASC ;
Copy