POST https://sw65.test.firebearstudio.com/api/search-ids/property-group-option?q=%2Fapi%2Fsearch-ids%2Fproperty-group-option

Query Metrics

10 Database Queries
10 Different statements
26.46 ms Query time

Queries

Group similar statements

# Time Info
1 2.73 ms
# cache-id-loader
                SELECT `value` FROM app_config WHERE `key` = ?
Parameters:
[
  "cache-id"
]
2 2.52 ms
# dbal-plugin-loader
        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`;
Parameters:
[]
3 2.13 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
Parameters:
[]
4 1.22 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',''))
Parameters:
[]
5 7.73 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
6 2.16 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
7 1.75 ms
SELECT id FROM integration WHERE access_key = ?
Parameters:
[
  "SWIAMZNMOXDXTKXOB1FOAGJRZG"
]
8 1.69 ms
SELECT `acl_role`.`privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`integration_id` = ?
Parameters:
[
  b"àu[L╠«H=╗¯N]ü╦\e\x07"
]
9 2.14 ms
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group_option_translation` `property_group_option.translations` ON `property_group_option`.`id` = `property_group_option.translations`.`property_group_option_id` WHERE (`property_group_option`.`property_group_id` = ? AND `property_group_option.translations`.`name` = ?) GROUP BY `property_group_option`.`id` LIMIT 500
Parameters:
[
  b"‹õõÐ\etEЂÎÜ*\x10ÂÎ*"
  "30x45"
]
10 2.39 ms
SELECT COUNT(*) FROM (SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group_option_translation` `property_group_option.translations` ON `property_group_option`.`id` = `property_group_option.translations`.`property_group_option_id` WHERE (`property_group_option`.`property_group_id` = ? AND `property_group_option.translations`.`name` = ?) GROUP BY `property_group_option`.`id`) total
Parameters:
[
  b"‹õõÐ\etEЂÎÜ*\x10ÂÎ*"
  "30x45"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.