1
0.44 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.30 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.36 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.38 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
5
0.57 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
6
0.15 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
7
0.47 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
8
0.29 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 = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
‡Äk\n
\x1E\x16 KÚ½î—ÅÒÄ&U
"""
"theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js "
"theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x87C46B0A1E164BDABDEE97C5D2C42655 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js' OR seo_path_info = 'theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js/' ));
Copy
9
0.25 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\n
\x1E\x16 KÚ½î—ÅÒÄ&U
"""
"/theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x87C46B0A1E164BDABDEE97C5D2C42655 ) AND (path_info = '/theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
10
0.54 ms
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = ? AND `dreisc_seo_redirect` . `source_type` = ? AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = ? AND `dreisc_seo_redirect` . `source_path` = ? ))
Parameters :
[
true
"url "
b"{ÆÅèǾFÂÆ\x7F 6åb0Ä\x16 "
"theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js "
]
SELECT `dreisc_seo_redirect` . `id` as `dreisc_seo_redirect.id` , `dreisc_seo_redirect` . `active` as `dreisc_seo_redirect.active` , `dreisc_seo_redirect` . `redirect_http_status_code` as `dreisc_seo_redirect.redirectHttpStatusCode` , `dreisc_seo_redirect` . `source_type` as `dreisc_seo_redirect.sourceType` , `dreisc_seo_redirect` . `has_source_sales_channel_domain_restriction` as `dreisc_seo_redirect.hasSourceSalesChannelDomainRestriction` , `dreisc_seo_redirect` . `source_sales_channel_domain_restriction_ids` as `dreisc_seo_redirect.sourceSalesChannelDomainRestrictionIds` , `dreisc_seo_redirect` . `source_sales_channel_domain_id` as `dreisc_seo_redirect.sourceSalesChannelDomainId` , `dreisc_seo_redirect` . `source_path` as `dreisc_seo_redirect.sourcePath` , `dreisc_seo_redirect` . `source_product_id` as `dreisc_seo_redirect.sourceProductId` , `dreisc_seo_redirect` . `source_product_version_id` as `dreisc_seo_redirect.sourceProductVersionId` , `dreisc_seo_redirect` . `source_category_id` as `dreisc_seo_redirect.sourceCategoryId` , `dreisc_seo_redirect` . `source_category_version_id` as `dreisc_seo_redirect.sourceCategoryVersionId` , `dreisc_seo_redirect` . `redirect_type` as `dreisc_seo_redirect.redirectType` , `dreisc_seo_redirect` . `redirect_url` as `dreisc_seo_redirect.redirectUrl` , `dreisc_seo_redirect` . `redirect_sales_channel_domain_id` as `dreisc_seo_redirect.redirectSalesChannelDomainId` , `dreisc_seo_redirect` . `redirect_path` as `dreisc_seo_redirect.redirectPath` , `dreisc_seo_redirect` . `redirect_product_id` as `dreisc_seo_redirect.redirectProductId` , `dreisc_seo_redirect` . `redirect_product_version_id` as `dreisc_seo_redirect.redirectProductVersionId` , `dreisc_seo_redirect` . `redirect_category_id` as `dreisc_seo_redirect.redirectCategoryId` , `dreisc_seo_redirect` . `redirect_category_version_id` as `dreisc_seo_redirect.redirectCategoryVersionId` , `dreisc_seo_redirect` . `has_deviating_redirect_sales_channel_domain` as `dreisc_seo_redirect.hasDeviatingRedirectSalesChannelDomain` , `dreisc_seo_redirect` . `deviating_redirect_sales_channel_domain_id` as `dreisc_seo_redirect.deviatingRedirectSalesChannelDomainId` , `dreisc_seo_redirect` . `created_at` as `dreisc_seo_redirect.createdAt` , `dreisc_seo_redirect` . `updated_at` as `dreisc_seo_redirect.updatedAt` FROM `dreisc_seo_redirect` WHERE ((`dreisc_seo_redirect` . `active` = 1 AND `dreisc_seo_redirect` . `source_type` = 'url' AND `dreisc_seo_redirect` . `source_sales_channel_domain_id` = 0x7B928F8A80F346B6927F368662308E16 AND `dreisc_seo_redirect` . `source_path` = 'theme/01fac0c6b02104fdb4cccab3c3b05462/js/swag-pay-pal/swag-pay-pal.js' ));
Copy
11
0.26 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
12
0.21 ms
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > ? )
SELECT `dreisc_seo_setting` . `id` as `dreisc_seo_setting.id` , `dreisc_seo_setting` . `key` as `dreisc_seo_setting.key` , `dreisc_seo_setting` . `value` as `dreisc_seo_setting.value` , `dreisc_seo_setting` . `sales_channel_id` as `dreisc_seo_setting.salesChannelId` , `dreisc_seo_setting` . `created_at` as `dreisc_seo_setting.createdAt` , `dreisc_seo_setting` . `updated_at` as `dreisc_seo_setting.updatedAt` FROM `dreisc_seo_setting` WHERE (`dreisc_seo_setting` . `sales_channel_id` < = > NULL );
Copy